diff --git a/CHANGELOG.md b/CHANGELOG.md index de251d9a..db096975 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [5.8.0] + +- A color picker is now available on the settings page to change the orange accent of the application (#1598) +- A font size slider is now available to change the size of the text of feed entries (#1462) +- The "mark all as read" confirmation setting now also applies to the "shift+a" keyboard shortcut (#1744) +- CommaFeed wil try to match the language of the browser before defaulting to english (#1767) +- The default value for the number of entries to keep above the selected entry when scrolling is now 1 instead of 0 to match what other feed readers do + ## [5.7.0] - Add Shift+J/Shift+K keyboard shortcuts to navigate to the next/previous feed or category with unread entries (#1558) diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml index cc3e34f8..3045553e 100644 --- a/commafeed-client/pom.xml +++ b/commafeed-client/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 5.7.0 + 5.8.0 commafeed-client CommaFeed Client diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index 3d633264..c0bd0311 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 5.7.0 + 5.8.0 commafeed-server CommaFeed Server @@ -327,7 +327,7 @@ com.commafeed commafeed-client - 5.7.0 + 5.8.0 diff --git a/pom.xml b/pom.xml index 7ce91715..503599a1 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 5.7.0 + 5.8.0 CommaFeed pom