Skip to content

Releases: EBNull/gohome

v0.0.12

01 Dec 20:52
Compare
Choose a tag to compare

Changelog

  • 69bb61c Add fuzzy matching. Currently only works when not using an upstream.

v0.0.11

01 Dec 19:50
Compare
Choose a tag to compare

Changelog

  • 10fefc4 Canonicalize links when reading from database
  • 7f16a3b Fix redirection and templates when no-redirect is enabled
  • b2e2629 Hide the no-chain pref when an upstream is not configured
  • af614bc Update not found template to use prefix from host header

v0.0.10

01 Dec 18:36
Compare
Choose a tag to compare

Changelog

v0.0.9

01 Dec 01:26
Compare
Choose a tag to compare

Changelog

  • 20eaa03 Create a page to view all existing links.
  • a2a3898 Fix homebrew tap
  • b687e71 Introduce test cases for g.setPref() and g.getPref().
  • cd1fbbc Move a lonely flag from http.go to flags.go.
  • 64f1cac Use the hostname within the shortlink rather than assuming 'go/'.
  • d11e72d move all HTML templates into a templates dir

v0.0.8

23 Jul 15:32
Compare
Choose a tag to compare

Changelog

v0.0.7

23 Jul 15:29
Compare
Choose a tag to compare

Changelog

  • 6c2188b Update homebrew service definition

v0.0.6

23 Jul 13:25
Compare
Choose a tag to compare

Changelog

  • c391a58 Add runtime configuration notes to README
  • e0a8c14 Fix a typo
  • ff05984 Support a config file and do some minor reorganization

v0.0.5

21 Jul 18:13
Compare
Choose a tag to compare

Changelog

  • dc4ebff Add --version support
  • 8cb34a1 Add kubernetes deployment yaml example. An ingress and loadbalancer are still required.
  • 39640fd Fix readme license text
  • 5b71ad8 Update brew packaging and include source archives in release

v0.0.4

21 Jul 07:34
Compare
Choose a tag to compare

Changelog

  • 7ad95ba Add go install instructions and be clearer about the default hostname.
  • 4869806 Add some dark mode HTML like it's 1999
  • 488f7a7 Clarify that no web UI exists to edit links and mention --add-link-url
  • 7347c32 Drop a stray quote from the readme
  • 0bcdf48 Fix a few typos
  • d589c9a Fix a typo and add a not about reverting config changes
  • 23ce5f4 Update readme with a couple of paragraphs on why you'd use this implementation