From 6cfadf96816119a1e88322cb9aa332006ff32478 Mon Sep 17 00:00:00 2001 From: binwiederhier Date: Sat, 11 Apr 2026 15:24:28 -0400 Subject: [PATCH] Bump release notes --- docs/releases.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releases.md b/docs/releases.md index 5834779b..de6f9a78 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -1885,3 +1885,4 @@ This is the first iOS release in 3 years, focusing on stability fixes as per the **Bug fixes + maintenance:** * Fix web app not allowing access tokens to be changed to never expire ([#1693](https://github.com/binwiederhier/ntfy/issues/1693)/[#1694](https://github.com/binwiederhier/ntfy/pull/1694), thanks to [@lastsamurai26](https://github.com/lastsamurai26) for reporting and to [@ShipItAndPray](https://github.com/ShipItAndPray) for fixing) +* Fix web app crashing on account page for tokens without a last access time ([#1651](https://github.com/binwiederhier/ntfy/issues/1651), [#1684](https://github.com/binwiederhier/ntfy/issues/1684), thanks to [@Pulsar7](https://github.com/Pulsar7) and [@rzhli](https://github.com/rzhli) for reporting)