Skip to content

Releases: gotify/server

Version 2.6.0

15 Nov 19:14
8639316

Choose a tag to compare


Internals:

Version 2.5.0

23 Jun 16:53
69c939e

Choose a tag to compare

Version 2.4.0

17 Sep 08:15
97f180b

Choose a tag to compare

  • Add "last used" time to clients and applications (#400 via #582 by @eternal-flame-AD)
  • Update to go 1.21.1 & update dependencies

Version 2.3.0

20 Jul 17:56
72bd8c8

Choose a tag to compare


  • (this is only relevant if you package gotify yourself, or are a package maintainer): Change static file embedding. Gotify now uses go:embed, so you'll need to remove the make embed-static or go run hack/packr/packr.go when building gotify/server. by @eternal-flame-AD

Version 2.2.5

26 Jun 19:11
5cd2d54

Choose a tag to compare

  • Add copy application/client secret button
  • Suppress /health logging from 127.0.0.1 in logs
  • Disallow specifying the client id when creating a new client
  • Change time format in logs
  • Add endpoint to delete an application image

Version 2.2.4

10 Jan 18:27

Choose a tag to compare

Version 2.2.3

10 Jan 17:52
5852bbb

Choose a tag to compare

Version 2.2.2

29 Dec 12:14
056cd5e

Choose a tag to compare

This release is an addition to the previous release, it prevents the XSS if it was already exploited. The previous release prevented uploading new malicious files, and this release will prevent opening the malicious files if they already exist.

Version 2.2.1

28 Dec 19:47
022603d

Choose a tag to compare

Fix an XSS vulnerability in the application file upload. It allowed
authenticated users to upload .html files. With that, an attacker could
execute client side scripts if another user opened a link such as: (#534)

https://push.gotify.net/image/ViaxrjzNowdgL-xnEfVV-Ggv5.html

Version 2.2.0

03 Dec 11:10
c8f78e8

Choose a tag to compare