Skip to content

Commit 10ccbc7

Browse files
author
Philipp Heckel
committed
Docs, bump version
1 parent f971a36 commit 10ccbc7

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

docs/install.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@ deb/rpm packages.
2626

2727
=== "x86_64/amd64"
2828
```bash
29-
wget https://github.com/binwiederhier/ntfy/releases/download/v1.17.0/ntfy_1.17.0_linux_x86_64.tar.gz
29+
wget https://github.com/binwiederhier/ntfy/releases/download/v1.17.1/ntfy_1.17.1_linux_x86_64.tar.gz
3030
sudo tar -C /usr/bin -zxf ntfy_*.tar.gz ntfy
3131
sudo ./ntfy serve
3232
```
3333

3434
=== "armv7/armhf"
3535
```bash
36-
wget https://github.com/binwiederhier/ntfy/releases/download/v1.17.0/ntfy_1.17.0_linux_armv7.tar.gz
36+
wget https://github.com/binwiederhier/ntfy/releases/download/v1.17.1/ntfy_1.17.1_linux_armv7.tar.gz
3737
sudo tar -C /usr/bin -zxf ntfy_*.tar.gz ntfy
3838
sudo ./ntfy serve
3939
```
4040

4141
=== "arm64"
4242
```bash
43-
wget https://github.com/binwiederhier/ntfy/releases/download/v1.17.0/ntfy_1.17.0_linux_arm64.tar.gz
43+
wget https://github.com/binwiederhier/ntfy/releases/download/v1.17.1/ntfy_1.17.1_linux_arm64.tar.gz
4444
sudo tar -C /usr/bin -zxf ntfy_*.tar.gz ntfy
4545
sudo ./ntfy serve
4646
```
@@ -88,23 +88,23 @@ Manually installing the .deb file:
8888

8989
=== "x86_64/amd64"
9090
```bash
91-
wget https://github.com/binwiederhier/ntfy/releases/download/v1.17.0/ntfy_1.17.0_linux_amd64.deb
91+
wget https://github.com/binwiederhier/ntfy/releases/download/v1.17.1/ntfy_1.17.1_linux_amd64.deb
9292
sudo dpkg -i ntfy_*.deb
9393
sudo systemctl enable ntfy
9494
sudo systemctl start ntfy
9595
```
9696

9797
=== "armv7/armhf"
9898
```bash
99-
wget https://github.com/binwiederhier/ntfy/releases/download/v1.17.0/ntfy_1.17.0_linux_armv7.deb
99+
wget https://github.com/binwiederhier/ntfy/releases/download/v1.17.1/ntfy_1.17.1_linux_armv7.deb
100100
sudo dpkg -i ntfy_*.deb
101101
sudo systemctl enable ntfy
102102
sudo systemctl start ntfy
103103
```
104104

105105
=== "arm64"
106106
```bash
107-
wget https://github.com/binwiederhier/ntfy/releases/download/v1.17.0/ntfy_1.17.0_linux_arm64.deb
107+
wget https://github.com/binwiederhier/ntfy/releases/download/v1.17.1/ntfy_1.17.1_linux_arm64.deb
108108
sudo dpkg -i ntfy_*.deb
109109
sudo systemctl enable ntfy
110110
sudo systemctl start ntfy
@@ -114,21 +114,21 @@ Manually installing the .deb file:
114114

115115
=== "x86_64/amd64"
116116
```bash
117-
sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.17.0/ntfy_1.17.0_linux_amd64.rpm
117+
sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.17.1/ntfy_1.17.1_linux_amd64.rpm
118118
sudo systemctl enable ntfy
119119
sudo systemctl start ntfy
120120
```
121121

122122
=== "armv7/armhf"
123123
```bash
124-
sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.17.0/ntfy_1.17.0_linux_armv7.rpm
124+
sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.17.1/ntfy_1.17.1_linux_armv7.rpm
125125
sudo systemctl enable ntfy
126126
sudo systemctl start ntfy
127127
```
128128

129129
=== "arm64"
130130
```bash
131-
sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.17.0/ntfy_1.17.0_linux_arm64.rpm
131+
sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.17.1/ntfy_1.17.1_linux_arm64.rpm
132132
sudo systemctl enable ntfy
133133
sudo systemctl start ntfy
134134
```

docs/releases.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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 v1.17.1
6+
Released XXXXXXXXXXXXXXXXXXXXXXXXx
7+
8+
**Bug fixes:**
9+
10+
* Replace `crypto.subtle` with `hashCode` to errors with Brave/FF-Windows (#157, thanks for reporting @arminus)
11+
512
## ntfy server v1.17.0
613
Released Mar 11, 2022
714

0 commit comments

Comments
 (0)