Releases: gotify/server
Releases · gotify/server
v2.9.0
- Add "push message" dialog to UI (#276 via #897 by @AlliotTech)
- Use system theme for default UI theme (#851 via #902 by @AlliotTech)
- Allow undo for delete message (#791 via #903 by @AlliotTech)
- Add drag&drop reordering for applications (#358 via #909 by @xavier-GitHub76)
- Fix UI warnings (#906 by @eternal-flame-AD)
v2.8.0
- Allow deleting application image (#448 via #855, #873) by @xavier-GitHub76, @LaurenceJJones
- Fix rendering of embedded images in markdown (#857) by @ggqshr
- Upgrade to gorm.io/gorm (#862 via #863) by @eternal-flame-AD
- Add file type restriction to application image upload (#872) by @LaurenceJJones
- Throttle audio notification (#850 via #869) by @LaurenceJJones
- Normalize paths for better support with reverse proxies (#533 via #875) by @TrungNNg
- Fix negative "time ago" in messages overview (#893 via #894) by @eternal-flame-AD
- Update dependencies
v2.7.3
v2.7.2
v2.7.1
- consistent app ordering (#802) by @ldidry
- collapse big messages (#790 via #810) by @jeremygooch
- improve UI accessibility and consistency (#815) by @martinfrancois
- skip dotfiles and directories when loading plugins (#811 via #812) by @eternal-flame-AD
- compact message layout (#824)
- allow setting _target in markdown (#762 via #818)
internal:
v2.7.0
Version 2.6.3
Fix release build.
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 /healthendpoint (#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