From e578f01e5b91ee814244182811c830d83873cd7d Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Sat, 18 Jun 2022 21:04:48 -0400 Subject: [PATCH] Changelog --- docs/deprecations.md | 12 ++++++------ docs/releases.md | 4 ++++ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/deprecations.md b/docs/deprecations.md index b94a1277..84c577fc 100644 --- a/docs/deprecations.md +++ b/docs/deprecations.md @@ -14,16 +14,16 @@ Due to [reports of varying battery consumption](https://github.com/binwiederhier seems to depend on the phone), JSON HTTP stream support will not be removed. Instead, I'll just flip the default to WebSocket in June. -### Android app: Using `since=` instead of `since=` -> Active since 2022-02-27, behavior will change in **May 2022** +## Previous deprecations -In about 3 months, the Android app will start using `since=` instead of `since=`, which means that it will -not work with servers older than v1.16.0 anymore. This is to simplify handling of deduplication in the Android app. +### Android app: Using `since=` instead of `since=` +> Active since 2022-02-27, behavior changed with v1.14.0 + +The Android app started using `since=` instead of `since=`, which means as of Android app v1.14.0, +it will not work with servers older than v1.16.0 anymore. This is to simplify handling of deduplication in the Android app. The `since=` endpoint will continue to work. This is merely a notice that the Android app behavior will change. -## Previous deprecations - ### Running server via `ntfy` (instead of `ntfy serve`) > Deprecated 2021-12-17, behavior changed with v1.10.0 diff --git a/docs/releases.md b/docs/releases.md index eaea4e8c..1efc61fb 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -6,6 +6,10 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release ## ntfy Android app v1.14.0 (UNRELEASED) +**Features:** + +* Polling is now done with since= API, which makes deduping easier ([#165](https://github.com/binwiederhier/ntfy/issues/165)) + **Bugs:** * Long-click selecting of notifications doesn't scoll to the top anymore ([#235](https://github.com/binwiederhier/ntfy/issues/235), thanks to [@wunter8](https://github.com/wunter8))