This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
Releases: launchdarkly/gauche-links
Releases · launchdarkly/gauche-links
v0.2.2
v0.2.1
Add more search urls
v0.2.0
Include the host in the opensearch specification
v0.1.2
Fix opensearch endpoint specification
v0.1.1: Update appengine version (#11)
* Use newer appengine version * Add back packr for templates and run server on import We need packr for appengine because the templates don't get included in vendoring * Add a logout url but don't put it on the page, because it logs you out of google (so it's mainly useful for development)
v0.1.0: Upgrade to golang 1.12 (#10)
Also switch to go mod, pre-commit and golangci-lint and vendor tools go mod style. Use templates in endpoints (but continue to use packr to create executable that can generate extensions for now).