- 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
orgo run hack/packr/packr.go
when building gotify/server. by @eternal-flame-AD