Releases: gotify/server
Releases · gotify/server
Version 1.1.3
API:
- Added
image
property toApplication
(#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:
Also tests now use an in memory sqlite3 database instead of mocks (#36)
Version 1.1.2
- Added limit for the database connection pool #33
No API changes
Version 1.1.1
- Added Browser Notifcations to WebApp -> #32
No API changes
Version 1.1.0
- Added React-UI
No API changes
Version 1.0.5
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
- binaries built without xgo
No API changes
Version 1.0.3
- Improved Documentation
No API changes
Version 1.0.2
- Moved shell scripts to Makefile
- Removed branch from VersionInfo
- Improved README
Version 1.0.1
v1.0.1 Fix typo in travis script
Initial Release 1.0.0
v1.0.0 Move vInfo (in var its not initialized yet)