Skip to content

Releases: gotify/server

v2.7.2

13 Sep 12:11
9e1455f
Compare
Choose a tag to compare

Fix serving web ui on a subpath (#839 via #840)

v2.7.1

13 Sep 08:50
0239db0
Compare
Choose a tag to compare

internal:

  • update UI dependencies (#574,#695 via #818) by @mfechner
    • migration from unmaintained libraries
    • upgrade react, typescript
    • move to vite for building the ui
  • update backend dependencies
  • update to go1.25.1

v2.7.0

13 Sep 08:13
93ffad9
Compare
Choose a tag to compare

(broken build)

Version 2.6.3

27 Apr 09:05
Compare
Choose a tag to compare

Fix release build.

Version 2.6.2

27 Apr 08:28
aa025a5
Compare
Choose a tag to compare

Version 2.6.1

16 Nov 08:44
cc7da2a
Compare
Choose a tag to compare

Fix crash when setting boolean config value via environment variable #731 (comment) via #734

Version 2.6.0

15 Nov 19:14
8639316
Compare
Choose a tag to compare

Internals:

Version 2.5.0

23 Jun 16:53
69c939e
Compare
Choose a tag to compare

Version 2.4.0

17 Sep 08:15
97f180b
Compare
Choose a tag to compare
  • 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

20 Jul 17:56
72bd8c8
Compare
Choose a tag to compare

  • (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 or go run hack/packr/packr.go when building gotify/server. by @eternal-flame-AD