From ffd7645c0b71a790d17435ebfb04a91a963ff79b Mon Sep 17 00:00:00 2001 From: binwiederhier Date: Tue, 7 May 2024 21:24:39 -0400 Subject: [PATCH] Releases --- docs/releases.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releases.md b/docs/releases.md index 044e0a7e..2a3ff53f 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -1380,3 +1380,4 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release * Re-add database index `idx_topic` to the `messages` table to fix performance issues on ntfy.sh (no ticket, big thanks to [@tcaputi](https://github.com/tcaputi) for finding this issue) * Do not set rate visitor for non-eligible topics (no ticket) +* Do not cache `config.js` ([#1098](https://github.com/binwiederhier/ntfy/pull/1098), thanks to [@wunter8](https://github.com/wunter8))