Skip to content

Commit 061677a

Browse files
committed
Bump version
1 parent b4f15ec commit 061677a

File tree

2 files changed

+90
-83
lines changed

2 files changed

+90
-83
lines changed

docs/install.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -30,37 +30,37 @@ deb/rpm packages.
3030

3131
=== "x86_64/amd64"
3232
```bash
33-
wget https://github.com/binwiederhier/ntfy/releases/download/v2.11.0/ntfy_2.11.0_linux_amd64.tar.gz
34-
tar zxvf ntfy_2.11.0_linux_amd64.tar.gz
35-
sudo cp -a ntfy_2.11.0_linux_amd64/ntfy /usr/local/bin/ntfy
36-
sudo mkdir /etc/ntfy && sudo cp ntfy_2.11.0_linux_amd64/{client,server}/*.yml /etc/ntfy
33+
wget https://github.com/binwiederhier/ntfy/releases/download/v2.12.0/ntfy_2.12.0_linux_amd64.tar.gz
34+
tar zxvf ntfy_2.12.0_linux_amd64.tar.gz
35+
sudo cp -a ntfy_2.12.0_linux_amd64/ntfy /usr/local/bin/ntfy
36+
sudo mkdir /etc/ntfy && sudo cp ntfy_2.12.0_linux_amd64/{client,server}/*.yml /etc/ntfy
3737
sudo ntfy serve
3838
```
3939

4040
=== "armv6"
4141
```bash
42-
wget https://github.com/binwiederhier/ntfy/releases/download/v2.11.0/ntfy_2.11.0_linux_armv6.tar.gz
43-
tar zxvf ntfy_2.11.0_linux_armv6.tar.gz
44-
sudo cp -a ntfy_2.11.0_linux_armv6/ntfy /usr/bin/ntfy
45-
sudo mkdir /etc/ntfy && sudo cp ntfy_2.11.0_linux_armv6/{client,server}/*.yml /etc/ntfy
42+
wget https://github.com/binwiederhier/ntfy/releases/download/v2.12.0/ntfy_2.12.0_linux_armv6.tar.gz
43+
tar zxvf ntfy_2.12.0_linux_armv6.tar.gz
44+
sudo cp -a ntfy_2.12.0_linux_armv6/ntfy /usr/bin/ntfy
45+
sudo mkdir /etc/ntfy && sudo cp ntfy_2.12.0_linux_armv6/{client,server}/*.yml /etc/ntfy
4646
sudo ntfy serve
4747
```
4848

4949
=== "armv7/armhf"
5050
```bash
51-
wget https://github.com/binwiederhier/ntfy/releases/download/v2.11.0/ntfy_2.11.0_linux_armv7.tar.gz
52-
tar zxvf ntfy_2.11.0_linux_armv7.tar.gz
53-
sudo cp -a ntfy_2.11.0_linux_armv7/ntfy /usr/bin/ntfy
54-
sudo mkdir /etc/ntfy && sudo cp ntfy_2.11.0_linux_armv7/{client,server}/*.yml /etc/ntfy
51+
wget https://github.com/binwiederhier/ntfy/releases/download/v2.12.0/ntfy_2.12.0_linux_armv7.tar.gz
52+
tar zxvf ntfy_2.12.0_linux_armv7.tar.gz
53+
sudo cp -a ntfy_2.12.0_linux_armv7/ntfy /usr/bin/ntfy
54+
sudo mkdir /etc/ntfy && sudo cp ntfy_2.12.0_linux_armv7/{client,server}/*.yml /etc/ntfy
5555
sudo ntfy serve
5656
```
5757

5858
=== "arm64"
5959
```bash
60-
wget https://github.com/binwiederhier/ntfy/releases/download/v2.11.0/ntfy_2.11.0_linux_arm64.tar.gz
61-
tar zxvf ntfy_2.11.0_linux_arm64.tar.gz
62-
sudo cp -a ntfy_2.11.0_linux_arm64/ntfy /usr/bin/ntfy
63-
sudo mkdir /etc/ntfy && sudo cp ntfy_2.11.0_linux_arm64/{client,server}/*.yml /etc/ntfy
60+
wget https://github.com/binwiederhier/ntfy/releases/download/v2.12.0/ntfy_2.12.0_linux_arm64.tar.gz
61+
tar zxvf ntfy_2.12.0_linux_arm64.tar.gz
62+
sudo cp -a ntfy_2.12.0_linux_arm64/ntfy /usr/bin/ntfy
63+
sudo mkdir /etc/ntfy && sudo cp ntfy_2.12.0_linux_arm64/{client,server}/*.yml /etc/ntfy
6464
sudo ntfy serve
6565
```
6666

@@ -110,31 +110,31 @@ Manually installing the .deb file:
110110

111111
=== "x86_64/amd64"
112112
```bash
113-
wget https://github.com/binwiederhier/ntfy/releases/download/v2.11.0/ntfy_2.11.0_linux_amd64.deb
113+
wget https://github.com/binwiederhier/ntfy/releases/download/v2.12.0/ntfy_2.12.0_linux_amd64.deb
114114
sudo dpkg -i ntfy_*.deb
115115
sudo systemctl enable ntfy
116116
sudo systemctl start ntfy
117117
```
118118

119119
=== "armv6"
120120
```bash
121-
wget https://github.com/binwiederhier/ntfy/releases/download/v2.11.0/ntfy_2.11.0_linux_armv6.deb
121+
wget https://github.com/binwiederhier/ntfy/releases/download/v2.12.0/ntfy_2.12.0_linux_armv6.deb
122122
sudo dpkg -i ntfy_*.deb
123123
sudo systemctl enable ntfy
124124
sudo systemctl start ntfy
125125
```
126126

127127
=== "armv7/armhf"
128128
```bash
129-
wget https://github.com/binwiederhier/ntfy/releases/download/v2.11.0/ntfy_2.11.0_linux_armv7.deb
129+
wget https://github.com/binwiederhier/ntfy/releases/download/v2.12.0/ntfy_2.12.0_linux_armv7.deb
130130
sudo dpkg -i ntfy_*.deb
131131
sudo systemctl enable ntfy
132132
sudo systemctl start ntfy
133133
```
134134

135135
=== "arm64"
136136
```bash
137-
wget https://github.com/binwiederhier/ntfy/releases/download/v2.11.0/ntfy_2.11.0_linux_arm64.deb
137+
wget https://github.com/binwiederhier/ntfy/releases/download/v2.12.0/ntfy_2.12.0_linux_arm64.deb
138138
sudo dpkg -i ntfy_*.deb
139139
sudo systemctl enable ntfy
140140
sudo systemctl start ntfy
@@ -144,28 +144,28 @@ Manually installing the .deb file:
144144

145145
=== "x86_64/amd64"
146146
```bash
147-
sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.11.0/ntfy_2.11.0_linux_amd64.rpm
147+
sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.12.0/ntfy_2.12.0_linux_amd64.rpm
148148
sudo systemctl enable ntfy
149149
sudo systemctl start ntfy
150150
```
151151

152152
=== "armv6"
153153
```bash
154-
sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.11.0/ntfy_2.11.0_linux_armv6.rpm
154+
sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.12.0/ntfy_2.12.0_linux_armv6.rpm
155155
sudo systemctl enable ntfy
156156
sudo systemctl start ntfy
157157
```
158158

159159
=== "armv7/armhf"
160160
```bash
161-
sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.11.0/ntfy_2.11.0_linux_armv7.rpm
161+
sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.12.0/ntfy_2.12.0_linux_armv7.rpm
162162
sudo systemctl enable ntfy
163163
sudo systemctl start ntfy
164164
```
165165

166166
=== "arm64"
167167
```bash
168-
sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.11.0/ntfy_2.11.0_linux_arm64.rpm
168+
sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.12.0/ntfy_2.12.0_linux_arm64.rpm
169169
sudo systemctl enable ntfy
170170
sudo systemctl start ntfy
171171
```
@@ -195,18 +195,18 @@ NixOS also supports [declarative setup of the ntfy server](https://search.nixos.
195195

196196
## macOS
197197
The [ntfy CLI](subscribe/cli.md) (`ntfy publish` and `ntfy subscribe` only) is supported on macOS as well.
198-
To install, please [download the tarball](https://github.com/binwiederhier/ntfy/releases/download/v2.11.0/ntfy_2.11.0_darwin_all.tar.gz),
198+
To install, please [download the tarball](https://github.com/binwiederhier/ntfy/releases/download/v2.12.0/ntfy_2.12.0_darwin_all.tar.gz),
199199
extract it and place it somewhere in your `PATH` (e.g. `/usr/local/bin/ntfy`).
200200

201201
If run as `root`, ntfy will look for its config at `/etc/ntfy/client.yml`. For all other users, it'll look for it at
202202
`~/Library/Application Support/ntfy/client.yml` (sample included in the tarball).
203203

204204
```bash
205-
curl -L https://github.com/binwiederhier/ntfy/releases/download/v2.11.0/ntfy_2.11.0_darwin_all.tar.gz > ntfy_2.11.0_darwin_all.tar.gz
206-
tar zxvf ntfy_2.11.0_darwin_all.tar.gz
207-
sudo cp -a ntfy_2.11.0_darwin_all/ntfy /usr/local/bin/ntfy
205+
curl -L https://github.com/binwiederhier/ntfy/releases/download/v2.12.0/ntfy_2.12.0_darwin_all.tar.gz > ntfy_2.12.0_darwin_all.tar.gz
206+
tar zxvf ntfy_2.12.0_darwin_all.tar.gz
207+
sudo cp -a ntfy_2.12.0_darwin_all/ntfy /usr/local/bin/ntfy
208208
mkdir ~/Library/Application\ Support/ntfy
209-
cp ntfy_2.11.0_darwin_all/client/client.yml ~/Library/Application\ Support/ntfy/client.yml
209+
cp ntfy_2.12.0_darwin_all/client/client.yml ~/Library/Application\ Support/ntfy/client.yml
210210
ntfy --help
211211
```
212212

@@ -224,7 +224,7 @@ brew install ntfy
224224

225225
## Windows
226226
The [ntfy CLI](subscribe/cli.md) (`ntfy publish` and `ntfy subscribe` only) is supported on Windows as well.
227-
To install, please [download the latest ZIP](https://github.com/binwiederhier/ntfy/releases/download/v2.11.0/ntfy_2.11.0_windows_amd64.zip),
227+
To install, please [download the latest ZIP](https://github.com/binwiederhier/ntfy/releases/download/v2.12.0/ntfy_2.12.0_windows_amd64.zip),
228228
extract it and place the `ntfy.exe` binary somewhere in your `%Path%`.
229229

230230
The default path for the client config file is at `%AppData%\ntfy\client.yml` (not created automatically, sample in the ZIP file).

docs/releases.md

Lines changed: 60 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,66 @@
22
Binaries for all releases can be found on the GitHub releases pages for the [ntfy server](https://github.com/binwiederhier/ntfy/releases)
33
and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/releases).
44

5+
### ntfy server v2.12.0
6+
Released May 29, 2025
7+
8+
This is mainly a maintenance release that updates dependencies, though since it's been over a year, there are a few
9+
new features and bug fixes as well.
10+
11+
Thanks to everyone who contributed to this release, and special thanks to [@wunter8](https://github.com/wunter8) for his continued
12+
user support in Discord/Matrix/GitHub! You rock, man!
13+
14+
**Features:**
15+
16+
* Add username/password auth to email publishing ([#1164](https://github.com/binwiederhier/ntfy/pull/1164), thanks to [@bishtawi](https://github.com/bishtawi))
17+
* Write VAPID keys to file in `ntfy webpush --output-file` ([#1138](https://github.com/binwiederhier/ntfy/pull/1138), thanks to [@nogweii](https://github.com/nogweii))
18+
* Add Docker major/minor version to image tags ([#1271](https://github.com/binwiederhier/ntfy/pull/1271), thanks to [@RoboMagus](https://github.com/RoboMagus))
19+
* Add `latest` subscription param for grabbing just the most recent message ([#1216](https://github.com/binwiederhier/ntfy/pull/1216), thanks to [@wunter8](https://github.com/wunter8))
20+
* Allow using `NTFY_PASSWORD_HASH` in `ntfy user` command instead of raw password ([#1340](https://github.com/binwiederhier/ntfy/pull/1340), thanks to [@Tom-Hubrecht](https://github.com/Tom-Hubrecht) for implementing)
21+
* You can now change passwords via `v1/users` API ([#1267](https://github.com/binwiederhier/ntfy/pull/1267), thanks to [@wunter8](https://github.com/wunter8) for implementing)
22+
* Make WebPush subscription warning/expiry configurable, increase default to 55/60 days ([#1212](https://github.com/binwiederhier/ntfy/pull/1212), thanks to [@KuroSetsuna29](https://github.com/KuroSetsuna29))
23+
* Support [systemd user service](https://docs.ntfy.sh/subscribe/cli/#using-the-systemd-service) `ntfy-client.service` ([#1002](https://github.com/binwiederhier/ntfy/pull/1002), thanks to [@dandersch](https://github.com/dandersch))
24+
25+
**Bug fixes + maintenance:**
26+
27+
* Security updates for dependencies and Docker images ([#1341](https://github.com/binwiederhier/ntfy/pull/1341))
28+
* Upgrade to Vite 6 ([#1342](https://github.com/binwiederhier/ntfy/pull/1342), thanks Dependabot)
29+
* Fix iOS delivery issues for read-protected topics ([#1207](https://github.com/binwiederhier/ntfy/pull/1287), thanks a lot to [@barart](https://github.com/barart)!)
30+
* Add `Date` header to outgoing emails to avoid rejection ([#1141](https://github.com/binwiederhier/ntfy/pull/1141), thanks to [@pcouy](https://github.com/pcouy))
31+
* Fix IP address parsing when behind a proxy ([#1266](https://github.com/binwiederhier/ntfy/pull/1266), thanks to [@mmatuska](https://github.com/mmatuska))
32+
* Make sure UnifiedPush messages are not treated as attachments ([#1312](https://github.com/binwiederhier/ntfy/pull/1312), thanks to [@vkrause](https://github.com/vkrause))
33+
* Add OCI image version to Docker image ([#1307](https://github.com/binwiederhier/ntfy/pull/1307), thanks to [@jlssmt](https://github.com/jlssmt))
34+
* WebSocket returning incorrect HTTP error code ([#1338](https://github.com/binwiederhier/ntfy/pull/1338) / [#1337](https://github.com/binwiederhier/ntfy/pull/1337), thanks to [@wunter8](https://github.com/wunter8) for debugging and implementing)
35+
* Make Markdown in the web app scrollable horizontally ([#1262](https://github.com/binwiederhier/ntfy/pull/1262), thanks to [@rake5k](https://github.com/rake5k) for fixing)
36+
* Make sure WebPush subscription topics are actually deleted (no ticket)
37+
* Increase the number of access tokens per user to 60 ([#1308](https://github.com/binwiederhier/ntfy/issues/1308))
38+
* Allow specifying `cache` and `firebase` via JSON publishing ([#1119](https://github.com/binwiederhier/ntfy/issues/1119)/[#1123](https://github.com/binwiederhier/ntfy/pull/1123), thanks to [@stendler](https://github.com/stendler))
39+
40+
**Documentation:**
41+
42+
* Lots of new integrations and projects. Amazing!
43+
* [ntfy-me-mcp](https://github.com/gitmotion/ntfy-me-mcp)
44+
* [UptimeObserver](https://uptimeobserver.com)
45+
* [alertmanager-ntfy-relay](https://github.com/therobbielee/alertmanager-ntfy-relay)
46+
* [Monibot](https://monibot.io/)
47+
* [Daily_Fact_Ntfy](https://github.com/thiswillbeyourgithub/Daily_Fact_Ntfy)
48+
* [EasyMorph](https://help.easymorph.com/doku.php?id=transformations:sendntfymessage)
49+
* [ntfy-run](https://github.com/quantum5/ntfy-run)
50+
* [Clipboard IO](https://github.com/jim3692/clipboard-io)
51+
* [ntfy-me-mcp](https://github.com/gitmotion/ntfy-me-mcp)
52+
* [InvaderInformant](https://github.com/patricksthannon/InvaderInformant)
53+
* Various docs updates ([#1161](https://github.com/binwiederhier/ntfy/pull/1161), thanks to [@OneWeekNotice](https://github.com/OneWeekNotice))
54+
* Typo in config docs ([#1177](https://github.com/binwiederhier/ntfy/pull/1177), thanks to [@hoho4190](https://github.com/hoho4190))
55+
* Typo in CLI docs ([#1172](https://github.com/binwiederhier/ntfy/pull/1172), thanks to [@anirvan](https://github.com/anirvan))
56+
* Correction about MacroDroid ([#1137](https://github.com/binwiederhier/ntfy/pull/1137), thanks to [@ShlomoCode](https://github.com/ShlomoCode))
57+
* Note about fail2ban in Docker ([#1175](https://github.com/binwiederhier/ntfy/pull/1175)), thanks to [@Measurity](https://github.com/Measurity))
58+
* Lots of other tiny docs updates, thanks to everyone who contributed!
59+
60+
**Languages**
61+
62+
* Update new languages from Weblate. Thanks to all the contributors!
63+
* Added Tamil (தமிழ்) as a new language to the web app
64+
565
### ntfy server v2.11.0
666
Released May 13, 2024
767

@@ -1373,59 +1433,6 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release
13731433

13741434
## Not released yet
13751435

1376-
### ntfy server v2.12.0 (UNRELEASED)
1377-
1378-
**Features:**
1379-
1380-
* Add username/password auth to email publishing ([#1164](https://github.com/binwiederhier/ntfy/pull/1164), thanks to [@bishtawi](https://github.com/bishtawi))
1381-
* Write VAPID keys to file in `ntfy webpush --output-file` ([#1138](https://github.com/binwiederhier/ntfy/pull/1138), thanks to [@nogweii](https://github.com/nogweii))
1382-
* Add Docker major/minor version to image tags ([#1271](https://github.com/binwiederhier/ntfy/pull/1271), thanks to [@RoboMagus](https://github.com/RoboMagus))
1383-
* Add `latest` subscription param for grabbing just the most recent message ([#1216](https://github.com/binwiederhier/ntfy/pull/1216), thanks to [@wunter8](https://github.com/wunter8))
1384-
* Allow using `NTFY_PASSWORD_HASH` in `ntfy user` command instead of raw password ([#1340](https://github.com/binwiederhier/ntfy/pull/1340), thanks to [@Tom-Hubrecht](https://github.com/Tom-Hubrecht) for implementing)
1385-
* You can now change passwords via `v1/users` API ([#1267](https://github.com/binwiederhier/ntfy/pull/1267), thanks to [@wunter8](https://github.com/wunter8) for implementing)
1386-
* Make WebPush subscription warning/expiry configurable, increase default to 55/60 days ([#1212](https://github.com/binwiederhier/ntfy/pull/1212), thanks to [@KuroSetsuna29](https://github.com/KuroSetsuna29))
1387-
* Support [systemd user service](https://docs.ntfy.sh/subscribe/cli/#using-the-systemd-service) `ntfy-client.service` ([#1002](https://github.com/binwiederhier/ntfy/pull/1002), thanks to [@dandersch](https://github.com/dandersch))
1388-
1389-
**Bug fixes + maintenance:**
1390-
1391-
* Security updates for dependencies and Docker images ([#1341](https://github.com/binwiederhier/ntfy/pull/1341))
1392-
* Upgrade to Vite 6 ([#1342](https://github.com/binwiederhier/ntfy/pull/1342), thanks Dependabot)
1393-
* Fix iOS delivery issues for read-protected topics ([#1207](https://github.com/binwiederhier/ntfy/pull/1287), thanks a lot to [@barart](https://github.com/barart)!)
1394-
* Add `Date` header to outgoing emails to avoid rejection ([#1141](https://github.com/binwiederhier/ntfy/pull/1141), thanks to [@pcouy](https://github.com/pcouy))
1395-
* Fix IP address parsing when behind a proxy ([#1266](https://github.com/binwiederhier/ntfy/pull/1266), thanks to [@mmatuska](https://github.com/mmatuska))
1396-
* Make sure UnifiedPush messages are not treated as attachments ([#1312](https://github.com/binwiederhier/ntfy/pull/1312), thanks to [@vkrause](https://github.com/vkrause))
1397-
* Add OCI image version to Docker image ([#1307](https://github.com/binwiederhier/ntfy/pull/1307), thanks to [@jlssmt](https://github.com/jlssmt))
1398-
* WebSocket returning incorrect HTTP error code ([#1338](https://github.com/binwiederhier/ntfy/pull/1338) / [#1337](https://github.com/binwiederhier/ntfy/pull/1337), thanks to [@wunter8](https://github.com/wunter8) for debugging and implementing)
1399-
* Make Markdown in the web app scrollable horizontally ([#1262](https://github.com/binwiederhier/ntfy/pull/1262), thanks to [@rake5k](https://github.com/rake5k) for fixing)
1400-
* Make sure WebPush subscription topics are actually deleted (no ticket)
1401-
* Increase the number of access tokens per user to 60 ([#1308](https://github.com/binwiederhier/ntfy/issues/1308))
1402-
* Allow specifying `cache` and `firebase` via JSON publishing ([#1119](https://github.com/binwiederhier/ntfy/issues/1119)/[#1123](https://github.com/binwiederhier/ntfy/pull/1123), thanks to [@stendler](https://github.com/stendler))
1403-
1404-
**Documentation:**
1405-
1406-
* Lots of new integrations and projects. Amazing!
1407-
* [ntfy-me-mcp](https://github.com/gitmotion/ntfy-me-mcp)
1408-
* [UptimeObserver](https://uptimeobserver.com)
1409-
* [alertmanager-ntfy-relay](https://github.com/therobbielee/alertmanager-ntfy-relay)
1410-
* [Monibot](https://monibot.io/)
1411-
* [Daily_Fact_Ntfy](https://github.com/thiswillbeyourgithub/Daily_Fact_Ntfy)
1412-
* [EasyMorph](https://help.easymorph.com/doku.php?id=transformations:sendntfymessage)
1413-
* [ntfy-run](https://github.com/quantum5/ntfy-run)
1414-
* [Clipboard IO](https://github.com/jim3692/clipboard-io)
1415-
* [ntfy-me-mcp](https://github.com/gitmotion/ntfy-me-mcp)
1416-
* [InvaderInformant](https://github.com/patricksthannon/InvaderInformant)
1417-
* Various docs updates ([#1161](https://github.com/binwiederhier/ntfy/pull/1161), thanks to [@OneWeekNotice](https://github.com/OneWeekNotice))
1418-
* Typo in config docs ([#1177](https://github.com/binwiederhier/ntfy/pull/1177), thanks to [@hoho4190](https://github.com/hoho4190))
1419-
* Typo in CLI docs ([#1172](https://github.com/binwiederhier/ntfy/pull/1172), thanks to [@anirvan](https://github.com/anirvan))
1420-
* Correction about MacroDroid ([#1137](https://github.com/binwiederhier/ntfy/pull/1137), thanks to [@ShlomoCode](https://github.com/ShlomoCode))
1421-
* Note about fail2ban in Docker ([#1175](https://github.com/binwiederhier/ntfy/pull/1175)), thanks to [@Measurity](https://github.com/Measurity))
1422-
* Lots of other tiny docs updates, thanks to everyone who contributed!
1423-
1424-
**Languages**
1425-
1426-
* Update new languages from Weblate. Thanks to all the contributors!
1427-
* Added Tamil (தமிழ்) as a new language to the web app
1428-
14291436
### ntfy Android app v1.16.1 (UNRELEASED)
14301437

14311438
**Features:**

0 commit comments

Comments
 (0)