Gotify Server Versions Save

A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)

v2.0.19

3 years ago

API:

  • No Changes

Server:

  • Use lower GLIBC version for building the binaries

v2.0.18

3 years ago

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)

v2.0.17

3 years ago

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)

v2.0.16

4 years ago

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)

v2.0.15

4 years ago

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 e9c9a6e2)

UI:

  • Add responsive ui (#281 by @yasakbulut)
  • Open github link in new tab (#275 via #294 by @StewartThomson)

Update to packr/v2 (#277)

v2.0.14

4 years ago

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

v2.0.13

4 years ago

API:

  • no changes

Server:

  • Expose port 80 in docker images (#251 via #252 fixed by @twelho)

UI:

  • Break long words (#247 via #248 fixed by @PSSGCSim)

v2.0.12

4 years ago

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)

v2.0.11

4 years ago

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)

v2.0.10

4 years ago

API:

  • no changes

Server:

  • Add major.minor version for docker images (#219 fixed in #229 by @MisguidedEmails)

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)