Releases: gotify/server
Releases · gotify/server
Version 2.0.0
Breaking Api Changes:
- image inside
GET /applications
are now returned as relative path
Server:
- Add example config.yml (fixed in #105 by @lapin-b)
- Correctly fill swagger host field (#105 fixed in #108)
- Migrate to go modules (#111 by @eternal-flame-AD)
- Plugin Support (#51 fixed in #110 by @eternal-flame-AD) See https://gotify.net/docs/plugin
- Reduce executable size (#114 fixed in #116)
- Add
extra
property to message (#120 fixed in #121 by @eternal-flame-AD) - Update to go1.12 (#134)
- Serve UI with gzip (#124 by @eternal-flame-AD)
- Build release binaries with docker (#125)
- Support pathrewrite in reverse proxy (#122 fixed in #127 by @eternal-flame-AD)
- Prevent removing the last admin (#31 fixed in #130 by @eternal-flame-AD)
UI:
- Update app name/description (#69 fixed in #110 by @eternal-flame-AD)
- Remember theme between site reloads (#57 fixed in #128 by @tryzniak)
Misc:
- Move documentation to https://gotify.net/docs (#107)
- Add goimports formatter to build pipeline (#104)
Version 1.2.1
Version 1.2.0
API:
- Add update application endpoint
PUT /appliaction/{id}
(#69 fixed in #83 by @madding) - Make message title optional in create message
POST /message
(#71 fixed in #72 by @madding)- Application name will be used when title is unset.
- Add bad request & not found swagger definitions (the api wasn't changed only the documentation) (#86)
Server:
UI:
Add examples for creating messages (#61 fixed in #64 by @ansrivas)
Version 1.1.8
API
- no changes
UI
- more dialogs are now enterable
added end2end ui tests
Version 1.1.7
API
- Fix wrong swagger definition (b58062f)
UI
- Update Dependencies
- Add prettier (formatting)
- Add tslint rules
Version 1.1.6
API
- no changes
Server:
- Changed default config values: certs -> data/certs; gotify.db -> data/gotify.db; images -> data/images (#50)
- Fixed a bug where Gotify couldn't start when the directory for the database file didn't exist (#50)
UI
- Migrated to TypeScript (#49)
Fixed the wrong UI dev port in README (#50)
Version 1.1.5
Version 1.1.4
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