Skip to content

Releases: gotify/server

Version 2.0.19

23 Sep 17:10
Compare
Choose a tag to compare

API:

  • No Changes

Server:

  • Use lower GLIBC version for building the binaries

Version 2.0.18

12 Sep 17:19
Compare
Choose a tag to compare

API:

  • No Changes

Server:

  • Update Dependencies (#359)
  • Update Go Version (#359)
  • Use gopkg.in/yaml.v2 instead of github.com/go-yaml/yaml (#347 via #349 by @0x111)
  • Add settings for http keepalive and WebSocket ping period (#343 via #356)

UI:

  • Update Dependencies (#359)
  • Move from tslint to eslint (#359)
  • Fix typos (#353 & #354 by @x-jokay)

Version 2.0.17

18 Jul 19:13
Compare
Choose a tag to compare

API:

  • No Changes

Server:

  • Allow delete of messages with ids > uint32 (gotify/android#119 via #335)
  • Don't use passed id for GET /message API (#332)
  • Fix swagger docs (uint64 isn't a valid format for type integer) (#333)
  • Fix packets.go:36 unexpected EOF MySQL bug (#323 via #332)
  • Support custom ports in docker health check (#321)
  • Allow browser extensions in CORS (#316 via #317)

Version 2.0.16

09 May 15:52
Compare
Choose a tag to compare

API:

  • No changes

Server:

  • Update to Go 1.14.2 (#314)
  • Update Dependencies (#314)
  • Fix 403 error for wrong cors origin but the "Access-Control-Allowed-Origins"-header was set (#313 via #315)
  • Append v2 to package to comply with go mod (#309 via #311)
  • Docker: Add health check (#308 via #310)
  • Docker: Update base image (#310)

UI:

  • Update Dependencies (#314)

Version 2.0.15

26 Apr 11:52
3f04d50
Compare
Choose a tag to compare

API:

  • No Changes

Server:

  • Allow multiple cors headers via separate config settings, see here. (#299 via #301 by @StewartThomson)
  • Docker: Set time zone with TZ environment variable (only gotify/server) (#274 via e9c9a6e)

UI:

Update to packr/v2 (#277)

Version 2.0.14

18 Feb 18:38
e56f7bc
Compare
Choose a tag to compare

API:

  • No changes

Server:

  • Reduce WebSocket ping interval (#245 via #261)

UI:

  • Add button for requesting notification permissions (#264 via #265)
  • Add sound for notifications with priority >= 4 (#263 via #267 by @eikendev)

Add .editorconfig #268 by @eikendev

Version 2.0.13

30 Dec 10:00
Compare
Choose a tag to compare

API:

  • no changes

Server:

UI:

Version 2.0.12

28 Nov 20:57
Compare
Choose a tag to compare

API:

  • no changes

Server:

  • Add better log messages for WebSocket errors (#244)
  • Update dependencies (#224)

UI:

  • Properly close WebSocket connection (#243 via #244)
  • Fix WebSocket reconnect on WebSocket close (#242 by @quthla)

Version 2.0.11

09 Nov 14:26
Compare
Choose a tag to compare

API:

  • no changes

UI:

  • Show banner on 5XX errors (#231 fixed by @quthla)
  • Gotify in the upper left corner now redirects to all messages (#159 via #234 fixed by @foxbit19)

Version 2.0.10

19 Oct 08:39
6edfd84
Compare
Choose a tag to compare

API:

  • no changes

Server:

UI:

  • Add refresh button to messages list (#171 fixed in #233 by @foxbit19)
  • Fix invisible text with light theme on plugin page (#230 fixed in #232)