Releases: gotify/server
Releases · gotify/server
Version 2.6.3
Version 2.6.2
- Set umask=0 when creating unix sockets (#741 via #743) by @eternal-flame-AD
- Update dependencies
Version 2.6.1
Fix crash when setting boolean config value via environment variable #731 (comment) via #734
Version 2.6.0
- Add
HEAD /health
endpoint (#687 via #688) by @moinologics - Add multiarch support to gotify/server images (#257 via #703) by @eternal-flame-AD
- server-arm64, server-arm7 and server-riscv64 are deprecated and shouldn't be used anymore.
- Improve table overflow and word wrapping in UI (#716 via #720) by @david-kalmakoff
- Fix navigating to a specific site via URL (#721 via #723) by @david-kalmakoff
- Fix version in UI when accessing via /index.html (#663 via #665)
Internals:
- Fix race condition in UI tests (#722) by @eternal-flame-AD
- Fix race condition in database tests (#690) by @eternal-flame-AD
- Add renovate for automatic dependency updates (#706, and more) by @eternal-flame-AD
- Update backend dependencies
Version 2.5.0
- Add application icons to sidebar (#405 via #602) by @mateuscelio
- Add listen on unix sockets (#237 via #621) by @LaurenceJJones
- Log
x-forwarded-for
in request log (#554 via #624) by @LaurenceJJones - Don't disable the refresh button when there are no messages (#636 via #637) by @iarp
- Show loading animation when loading messages (#658 via #660) by @MexHigh
- Update backend dependencies (#661)
Version 2.4.0
- Add "last used" time to clients and applications (#400 via #582 by @eternal-flame-AD)
- Update to go 1.21.1 & update dependencies
Version 2.3.0
- Add default priority for applications (#312 via #578 by @chrispruitt)
- (this is only relevant if you package gotify yourself, or are a package maintainer): Change static file embedding. Gotify now uses go:embed, so you'll need to remove the
make embed-static
orgo run hack/packr/packr.go
when building gotify/server. by @eternal-flame-AD
Version 2.2.5
- Add copy application/client secret button
- Suppress /health logging from 127.0.0.1 in logs
- Disallow specifying the client id when creating a new client
- Change time format in logs
- Add endpoint to delete an application image