Skip to content

Releases: gotify/server

Version 2.1.3

04 Dec 22:20
Compare
Choose a tag to compare
  • Fix ghcr.io permission problem

Version 2.1.2

04 Dec 21:35
Compare
Choose a tag to compare
  • Fix broken build

Version 2.1.1

04 Dec 20:40
Compare
Choose a tag to compare
  • Fix node 17.x build
  • Update UI deps

Version 2.1.0

27 Sep 16:00
Compare
Choose a tag to compare
  • Add registration (#394 by @p1gp1g). To use this feature, set registration: true inside the config.yml or set the env var GOTIFY_REGISTRATION=true. It is disabled by default.
  • Mask token parameter in log

Version 2.0.23

19 Jun 10:04
Compare
Choose a tag to compare
  • Update Dependencies (#417)

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)