Skip to content

Releases: gotify/server

Version 1.1.3

31 Mar 17:34
Compare
Choose a tag to compare

API:

  • Added image property to Application (#37)
  • Added POST /application/{id}/image for uploading an image for an application (#37)
  • Bugfix: DELETE /message now deletes messages instead of removing the ApplicationID attribute (#36)

UI:

  • Added image to messages page (#37)
  • Added change image button to application page (#37)

Also tests now use an in memory sqlite3 database instead of mocks (#36)

Version 1.1.2

22 Mar 18:01
Compare
Choose a tag to compare
  • Added limit for the database connection pool #33

No API changes

Version 1.1.1

20 Mar 18:04
Compare
Choose a tag to compare
  • Added Browser Notifcations to WebApp -> #32

No API changes

Version 1.1.0

18 Mar 18:31
Compare
Choose a tag to compare
  • Added React-UI

No API changes

Version 1.0.5

11 Mar 18:04
Compare
Choose a tag to compare

API Changes:

  • Added integer ID to Client and Application
  • Adjusted other APIs to not use the (Client/Application)-token as identifier.

Version 1.0.4

10 Mar 12:11
Compare
Choose a tag to compare
  • binaries built without xgo

No API changes

Version 1.0.3

28 Feb 19:33
Compare
Choose a tag to compare

No API changes

Version 1.0.2

24 Feb 15:14
Compare
Choose a tag to compare
  • Moved shell scripts to Makefile
  • Removed branch from VersionInfo
  • Improved README

Version 1.0.1

23 Feb 19:49
Compare
Choose a tag to compare
v1.0.1

Fix typo in travis script

Initial Release 1.0.0

21 Feb 18:47
Compare
Choose a tag to compare
v1.0.0

Move vInfo (in var its not initialized yet)