You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/publish.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -619,9 +619,9 @@ them with a comma, e.g. `tag1,tag2,tag3`.
619
619
620
620
!!! info
621
621
ntfy supports UTF-8 in HTTP headers, but [not every library or programming language does](https://www.jmix.io/blog/utf-8-in-http-headers/).
622
-
If non-ASCII characters are causing issues for you in the title (i.e. you're seeing `?` symbols), you may also encode the `X-Title` or `X-Message`
623
-
header as [RFC 2047](https://datatracker.ietf.org/doc/html/rfc2047#section-2), e.g. `=?UTF-8?B?8J+HqfCfh6o=?=` ([base64](https://en.wikipedia.org/wiki/Base64)),
624
-
or `=?UTF-8?Q?=C3=84pfel?=` ([quoted-printable](https://en.wikipedia.org/wiki/Quoted-printable)).
622
+
If non-ASCII characters are causing issues for you in the title (i.e. you're seeing `?` symbols), you may also encode the individual tags
623
+
as [RFC 2047](https://datatracker.ietf.org/doc/html/rfc2047#section-2), e.g. `tag1,=?UTF-8?B?8J+HqfCfh6o=?=` ([base64](https://en.wikipedia.org/wiki/Base64)),
624
+
or `=?UTF-8?Q?=C3=84pfel?=,tag2` ([quoted-printable](https://en.wikipedia.org/wiki/Quoted-printable)).
Copy file name to clipboardexpand all lines: docs/releases.md
+28-21
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,34 @@
2
2
Binaries for all releases can be found on the GitHub releases pages for the [ntfy server](https://github.com/binwiederhier/ntfy/releases)
3
3
and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/releases).
4
4
5
+
### ntfy server v2.4.0
6
+
Released Apr 26, 2023
7
+
8
+
This release adds a tiny `v1/stats` endpoint to expose how many messages have been published, and adds suport to encode the `X-Title`,
9
+
`X-Message` and `X-Tags` header as RFC 2047. It's a pretty small release, and mainly enables the release of the new ntfy.sh website.
10
+
11
+
❤️ If you like ntfy, please consider sponsoring me via [GitHub Sponsors](https://github.com/sponsors/binwiederhier)
12
+
and [Liberapay](https://en.liberapay.com/ntfy/), or by buying a [paid plan via the web app](https://ntfy.sh/app).
13
+
14
+
**Features:**
15
+
16
+
*[ntfy CLI](subscribe/cli.md) (`ntfy publish` and `ntfy subscribe` only) can now be installed via Homebrew (thanks to [@Moulick](https://github.com/Moulick))
17
+
* Added `v1/stats` endpoint to expose messages stats (no ticket)
18
+
* Support [RFC 2047](https://datatracker.ietf.org/doc/html/rfc2047#section-2) encoded headers (no ticket, honorable mention to [mqttwarn](https://github.com/jpmens/mqttwarn/pull/638) and [@amotl](https://github.com/amotl))
19
+
20
+
**Bug fixes + maintenance:**
21
+
22
+
* Hide country flags on Windows ([#606](https://github.com/binwiederhier/ntfy/issues/606), thanks to [@cmeis](https://github.com/cmeis) for reporting, and to [@pokej6](https://github.com/pokej6) for fixing it)
23
+
*`ntfy sub` now uses default auth credentials as defined in `client.yml` ([#698](https://github.com/binwiederhier/ntfy/issues/698), thanks to [@CrimsonFez](https://github.com/CrimsonFez) for reporting, and to [@wunter8](https://github.com/wunter8) for fixing it)
24
+
25
+
**Documentation:**
26
+
27
+
* Updated PowerShell examples ([#697](https://github.com/binwiederhier/ntfy/pull/697), thanks to [@Natfan](https://github.com/Natfan))
28
+
29
+
**Additional languages:**
30
+
31
+
* Swedish (thanks to [@hellbown](https://hosted.weblate.org/user/Shjosan/))
32
+
5
33
### ntfy server v2.3.1
6
34
Released March 30, 2023
7
35
@@ -1163,24 +1191,3 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release
1163
1191
**Additional languages:**
1164
1192
1165
1193
* Swedish (thanks to [@hellbown](https://hosted.weblate.org/user/hellbown/))
1166
-
1167
-
### ntfy server v2.4.0 (UNRELEASED)
1168
-
1169
-
**Features:**
1170
-
1171
-
*[ntfy CLI](subscribe/cli.md) (`ntfy publish` and `ntfy subscribe` only) can now be installed via Homebrew (thanks to [@Moulick](https://github.com/Moulick))
1172
-
* Added `v1/stats` endpoint to expose messages stats (no ticket)
1173
-
* Support [RFC 2047](https://datatracker.ietf.org/doc/html/rfc2047#section-2) encoded headers (no ticket, honorable mention to [mqttwarn](https://github.com/jpmens/mqttwarn/pull/638) and [@amotl](https://github.com/amotl))
1174
-
1175
-
**Bug fixes + maintenance:**
1176
-
1177
-
* Hide country flags on Windows ([#606](https://github.com/binwiederhier/ntfy/issues/606), thanks to [@cmeis](https://github.com/cmeis) for reporting, and to [@pokej6](https://github.com/pokej6) for fixing it)
1178
-
*`ntfy sub` now uses default auth credentials as defined in `client.yml` ([#698](https://github.com/binwiederhier/ntfy/issues/698), thanks to [@CrimsonFez](https://github.com/CrimsonFez) for reporting, and to [@wunter8](https://github.com/wunter8) for fixing it)
1179
-
1180
-
**Documentation:**
1181
-
1182
-
* Updated PowerShell examples ([#697](https://github.com/binwiederhier/ntfy/pull/697), thanks to [@Natfan](https://github.com/Natfan))
1183
-
1184
-
**Additional languages:**
1185
-
1186
-
* Swedish (thanks to [@hellbown](https://hosted.weblate.org/user/Shjosan/))
0 commit comments