Update docker.io/binwiederhier/ntfy Docker tag to v2.7.0
This MR contains the following updates:
Package | Update | Change |
---|---|---|
docker.io/binwiederhier/ntfy | minor |
v2.5.0 -> v2.7.0
|
Release Notes
binwiederhier/ntfy (docker.io/binwiederhier/ntfy)
v2.7.0
This release ships Markdown support for the web app (not in the Android app yet), and adds support for right-to-left languages (RTL) in the web app. It also fixes a few issues around date/time formatting, internationalization support, a CLI auth bug.
Features:
- Add support for Markdown formatting in web app (#310, thanks to @nihalgonsalves)
- Add support for right-to-left languages (RTL) in the web app (#663, thanks to @nimbleghost)
- Fixes issue with access tokens getting deleted (#838)
Bug fixes + maintenance:
- Fix issues with date/time with different locales (#700, thanks to @nimbleghost)
- Re-init i18n on each service worker message to avoid missing translations (#817, thanks to @nihalgonsalves)
- You can now unset the default user:pass/token in
client.yml
for an individual subscription to remove the Authorization header (#829, thanks to @tomeon for reporting and to @wunter8 for fixing)
Documentation:
- Update docs for Apache config (#819, thanks to @nisbet-hubbard)
v2.6.2
With this release, the ntfy web app now contains a progressive web app (PWA) with Web Push support, which means you'll be able to install the ntfy web app on your desktop or phone similar to a native app (even on iOS! 🥳). Installing the PWA gives ntfy web its own launcher, a standalone window, push notifications, and an app badge with the unread notification count.
On top of that, this release also brings dark mode 🧛
MYTOPIC
). ntfy will always remain open source.
Features:
- The web app now supports Web Push, and is installable as a progressive web app (PWA) on Chrome, Edge, Android, and iOS (#751, thanks to @nimbleghost)
- Support for dark mode in the web app (#206, thanks to @nimbleghost)
Bug fixes:
- Support encoding any header as RFC 2047 (#737, thanks to @cfouche3005 for reporting)
- Do not forward poll requests for UnifiedPush messages (no ticket, thanks to NoName for reporting)
- Fix
ntfy pub %
segfaulting (#760, thanks to @clesmian for reporting) - Newly created access tokens are now lowercase only to fully support
<topic>+<token>@​<domain>
email syntax (#773, thanks to gingervitiz for reporting) - The .1 release fixes a few visual issues with dark mode, and other web app updates (#791, #793, #792, thanks to @nimbleghost)
- The .2 release fixes issues with the service worker in Firefox and adds automatic service worker updates (#795, thanks to @nimbleghost)
Maintenance:
- Improved GitHub Actions flow (#745, thanks to @nimbleghost)
- Web: Add JS formatter "prettier" (#746, thanks to @nimbleghost)
- Web: Add eslint with eslint-config-airbnb (#748, thanks to @nimbleghost)
- Web: Switch to Vite (#749, thanks to @nimbleghost)
Changes in tarball/zip naming:
Due to a change in GoReleaser, some of the binary release
archives now have slightly different names. My apologies if this causes issues in the downstream projects that use ntfy:
-
ntfy_v${VERSION}_windows_x86_64.zip
->ntfy_v${VERSION}_windows_amd64.zip
-
ntfy_v${VERSION}_linux_x86_64.tar.gz
->ntfy_v${VERSION}_linux_amd64.tar.gz
-
ntfy_v${VERSION}_macOS_all.tar.gz
->ntfy_v${VERSION}_darwin_all.tar.gz
v2.6.1
(
With this release, the ntfy web app now contains a progressive web app (PWA) with Web Push support, which means you'll be able to install the ntfy web app on your desktop or phone similar to a native app (even on iOS! 🥳). Installing the PWA gives ntfy web its own launcher, a standalone window, push notifications, and an app badge with the unread notification count.
On top of that, this release also brings dark mode 🧛
MYTOPIC
). ntfy will always remain open source.
Features:
- The web app now supports Web Push, and is installable as a progressive web app (PWA) on Chrome, Edge, Android, and iOS (#751, thanks to @nimbleghost)
- Support for dark mode in the web app (#206, thanks to @nimbleghost)
Bug fixes:
- Support encoding any header as RFC 2047 (#737, thanks to @cfouche3005 for reporting)
- Do not forward poll requests for UnifiedPush messages (no ticket, thanks to NoName for reporting)
- Fix
ntfy pub %
segfaulting (#760, thanks to @clesmian for reporting) - Newly created access tokens are now lowercase only to fully support
<topic>+<token>@​<domain>
email syntax (#773, thanks to gingervitiz for reporting) - The .1 release fixes a few visual issues with dark mode, and other web app updates (#791, #793, #792, thanks to @nimbleghost)
v2.6.0
(
With this release, the ntfy web app now contains a progressive web app (PWA) with Web Push support, which means you'll be able to install the ntfy web app on your desktop or phone similar to a native app (even on iOS! 🥳). Installing the PWA gives ntfy web its own launcher, a standalone window, push notifications, and an app badge with the unread notification count.
On top of that, this release also brings dark mode 🧛
MYTOPIC
). ntfy will always remain open source.
Features:
- The web app now supports Web Push, and is installable as a progressive web app (PWA) on Chrome, Edge, Android, and iOS (#751, thanks to @nimbleghost)
- Support for dark mode in the web app (#206, thanks to @nimbleghost)
Bug fixes:
- Support encoding any header as RFC 2047 (#737, thanks to @cfouche3005 for reporting)
- Do not forward poll requests for UnifiedPush messages (no ticket, thanks to NoName for reporting)
- Fix
ntfy pub %
segfaulting (#760, thanks to @clesmian for reporting) - Newly created access tokens are now lowercase only to fully support
<topic>+<token>@​<domain>
email syntax (#773, thanks to gingervitiz for reporting)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.