Gotify Server Versions Save

A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)

v2.4.0

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

v2.3.0

9 months ago
  • Add default priority for applications (#312 via #578 by @chrispruitt)

  • (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

v2.2.5

10 months ago
  • 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

v2.2.4

1 year ago

v2.2.3

1 year ago

v2.2.2

1 year ago

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.

v2.2.1

1 year ago

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

v2.1.7

1 year ago

Re-release of version 2.1.6 with lower glibc requirements (>=2.28) for pre-built binaries.

v2.1.6

1 year ago

Running the pre-built binaries from this release requires glibc >= 2.31.