From 0a3292566c5e28c7a372361dfe77b4d50d409bb6 Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Wed, 16 Mar 2022 19:20:36 -0400 Subject: [PATCH] Bump version --- docs/deprecations.md | 6 +++--- docs/install.md | 18 +++++++++--------- docs/releases.md | 7 ++++--- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/docs/deprecations.md b/docs/deprecations.md index e34b492a..c2da3bea 100644 --- a/docs/deprecations.md +++ b/docs/deprecations.md @@ -5,13 +5,13 @@ This page is used to list deprecation notices for ntfy. Deprecated commands and ## Active deprecations ### Android app: WebSockets will become the default connection protocol -> since 2022-03-13, behavior will change in **June 2022** +> Active since 2022-03-13, behavior will change in **June 2022** In future versions of the Android app, instant delivery connections and connections to self-hosted servers will be using the WebSockets protocol. This potentially requires [configuration changes in your proxy](https://ntfy.sh/docs/config/#nginxapache2caddy). ### Android app: Using `since=` instead of `since=` -> since 2022-02-27, behavior will change in **May 2022** +> Active since 2022-02-27, behavior will change in **May 2022** 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. @@ -21,7 +21,7 @@ The `since=` endpoint will continue to work. This is merely a notice ## Previous deprecations ### Running server via `ntfy` (instead of `ntfy serve`) -> deprecated 2021-12-17, behavior changed with v1.10.0 +> Deprecated 2021-12-17, behavior changed with v1.10.0 As more commands are added to the `ntfy` CLI tool, using just `ntfy` to run the server is not practical anymore. Please use `ntfy serve` instead. This also applies to Docker images, as they can also execute more than diff --git a/docs/install.md b/docs/install.md index 9c942bf8..daddc6b4 100644 --- a/docs/install.md +++ b/docs/install.md @@ -26,21 +26,21 @@ deb/rpm packages. === "x86_64/amd64" ```bash - wget https://github.com/binwiederhier/ntfy/releases/download/v1.17.1/ntfy_1.17.1_linux_x86_64.tar.gz + wget https://github.com/binwiederhier/ntfy/releases/download/v1.18.0/ntfy_1.18.0_linux_x86_64.tar.gz sudo tar -C /usr/bin -zxf ntfy_*.tar.gz ntfy sudo ./ntfy serve ``` === "armv7/armhf" ```bash - wget https://github.com/binwiederhier/ntfy/releases/download/v1.17.1/ntfy_1.17.1_linux_armv7.tar.gz + wget https://github.com/binwiederhier/ntfy/releases/download/v1.18.0/ntfy_1.18.0_linux_armv7.tar.gz sudo tar -C /usr/bin -zxf ntfy_*.tar.gz ntfy sudo ./ntfy serve ``` === "arm64" ```bash - wget https://github.com/binwiederhier/ntfy/releases/download/v1.17.1/ntfy_1.17.1_linux_arm64.tar.gz + wget https://github.com/binwiederhier/ntfy/releases/download/v1.18.0/ntfy_1.18.0_linux_arm64.tar.gz sudo tar -C /usr/bin -zxf ntfy_*.tar.gz ntfy sudo ./ntfy serve ``` @@ -88,7 +88,7 @@ Manually installing the .deb file: === "x86_64/amd64" ```bash - wget https://github.com/binwiederhier/ntfy/releases/download/v1.17.1/ntfy_1.17.1_linux_amd64.deb + wget https://github.com/binwiederhier/ntfy/releases/download/v1.18.0/ntfy_1.18.0_linux_amd64.deb sudo dpkg -i ntfy_*.deb sudo systemctl enable ntfy sudo systemctl start ntfy @@ -96,7 +96,7 @@ Manually installing the .deb file: === "armv7/armhf" ```bash - wget https://github.com/binwiederhier/ntfy/releases/download/v1.17.1/ntfy_1.17.1_linux_armv7.deb + wget https://github.com/binwiederhier/ntfy/releases/download/v1.18.0/ntfy_1.18.0_linux_armv7.deb sudo dpkg -i ntfy_*.deb sudo systemctl enable ntfy sudo systemctl start ntfy @@ -104,7 +104,7 @@ Manually installing the .deb file: === "arm64" ```bash - wget https://github.com/binwiederhier/ntfy/releases/download/v1.17.1/ntfy_1.17.1_linux_arm64.deb + wget https://github.com/binwiederhier/ntfy/releases/download/v1.18.0/ntfy_1.18.0_linux_arm64.deb sudo dpkg -i ntfy_*.deb sudo systemctl enable ntfy sudo systemctl start ntfy @@ -114,21 +114,21 @@ Manually installing the .deb file: === "x86_64/amd64" ```bash - sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.17.1/ntfy_1.17.1_linux_amd64.rpm + sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.18.0/ntfy_1.18.0_linux_amd64.rpm sudo systemctl enable ntfy sudo systemctl start ntfy ``` === "armv7/armhf" ```bash - sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.17.1/ntfy_1.17.1_linux_armv7.rpm + sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.18.0/ntfy_1.18.0_linux_armv7.rpm sudo systemctl enable ntfy sudo systemctl start ntfy ``` === "arm64" ```bash - sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.17.1/ntfy_1.17.1_linux_arm64.rpm + sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.18.0/ntfy_1.18.0_linux_arm64.rpm sudo systemctl enable ntfy sudo systemctl start ntfy ``` diff --git a/docs/releases.md b/docs/releases.md index 4ab4ab2f..67fff22c 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -3,7 +3,7 @@ Binaries for all releases can be found on the GitHub releases pages for the [ntf and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/releases). ## ntfy server v1.18.0 -Released XXXXXXXXXXXXXXX +Released Mar 16, 2022 **Features:** @@ -17,8 +17,9 @@ Released XXXXXXXXXXXXXXX **Deprecations:** -* Removed the ability to run server as `ntfy serve` as per [deprecation](https://ntfy.sh/docs/deprecations) +* Removed the ability to run server as `ntfy serve` as per [deprecation](deprecations.md) + ## ntfy server v1.17.1 Released Mar 12, 2022