diff --git a/CHANGELOG.md b/CHANGELOG.md index ddc3077c..3cc9f2cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [5.7.0] + +- Add Shift+J/Shift+K keyboard shortcuts to navigate to the next/previous feed or category with unread entries (#1746) +- 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) +- 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 + ## [5.6.1] - Restore support for iframes in feed entries (#1688) diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml index 1aba55e5..06e749ea 100644 --- a/commafeed-client/pom.xml +++ b/commafeed-client/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 5.6.1 + 5.7.0 commafeed-client CommaFeed Client diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index 49e7e8e9..3f59303b 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 5.6.1 + 5.7.0 commafeed-server CommaFeed Server @@ -327,7 +327,7 @@ com.commafeed commafeed-client - 5.6.1 + 5.7.0 diff --git a/pom.xml b/pom.xml index 9908bc5b..7ce91715 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 5.6.1 + 5.7.0 CommaFeed pom