Philipp Heckel 3 yıl önce
ebeveyn
işleme
e578f01e5b
2 değiştirilmiş dosya ile 9 ekleme ve 5 silme
  1. 5 5
      docs/deprecations.md
  2. 4 0
      docs/releases.md

+ 5 - 5
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.
 
+## Previous deprecations
+
 ### Android app: Using `since=<timestamp>` instead of `since=<id>`
-> Active since 2022-02-27, behavior will change in **May 2022**
+> Active since 2022-02-27, behavior changed with v1.14.0
 
-In about 3 months, the Android app will start using `since=<id>` instead of `since=<timestamp>`, 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.
+The Android app started using `since=<id>` instead of `since=<timestamp>`, 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=<timestamp>` 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
 

+ 4 - 0
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=<id> 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))