From 9b3ff5f81fbccd9fd73571bc775aeeb3be1f940b Mon Sep 17 00:00:00 2001 From: Athou Date: Fri, 4 Apr 2025 22:15:37 +0200 Subject: [PATCH] fix wrong issue numbers in changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cc9f2cd..de251d9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,10 @@ ## [5.7.0] -- Add Shift+J/Shift+K keyboard shortcuts to navigate to the next/previous feed or category with unread entries (#1746) +- Add Shift+J/Shift+K keyboard shortcuts to navigate to the next/previous feed or category with unread entries (#1558) - Add the referrer "no-referrer" meta to index.html (#1724) - Load custom JS code when the app is done loading (#1724) -- Correctly handle feeds that return an unmodified Last-Modified header but a different ETag header (#1730) +- Correctly handle feeds that return an unmodified Last-Modified header but a different ETag header (#1746) - Restore gzip compression of responses that was accidentaly disabled since 5.0.0 - Fix tooltips not showing up in mobile view - Fix the bookmarklet generator on the About page