Skip to content

Releases: gotify/server

Version 2.0.22

16 Apr 18:11
Compare
Choose a tag to compare
  • Fix sidebar height & hide ScrollUpButton until scrolled (#384 by @StewartThomson)
  • Fix message overflow (#402 by @MrLemur)
  • Update to go1.16
  • Update dependencies

Version 2.0.21

06 Jan 15:33
Compare
Choose a tag to compare
  • Use github actions to build gotify
  • Update/Change docker base images

Version 2.0.20

06 Oct 18:20
Compare
Choose a tag to compare
  • Downgrade packr to fix build outside goroot.

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: