diff --git a/CHANGELOG.md b/CHANGELOG.md index 19b0ecaa..ca71434b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.10.0] + +- Add an indicator next to each feed's unread count in the tree to show when new entries are discovered while the app is open (#1762) +- Feeds with uppercase HTTP:// or HTTPS:// URLs are now correctly handled again +- The aarch64 native executable now also works on the Raspberry Pi 5 (#1795) +- Improve general performance of the UI by reducing the number of re-renders, especially when a lot of entries are displayed (#1087) + ## [5.9.0] - A lot of CSS classes have been added to the elements of the application to ease custom CSS rules (#1757) diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml index 9802b5c0..4b73722c 100644 --- a/commafeed-client/pom.xml +++ b/commafeed-client/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 5.9.0 + 5.10.0 commafeed-client CommaFeed Client diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index f891d583..7c9fb494 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 5.9.0 + 5.10.0 commafeed-server CommaFeed Server @@ -327,7 +327,7 @@ com.commafeed commafeed-client - 5.9.0 + 5.10.0 diff --git a/pom.xml b/pom.xml index 4973c106..fbac5646 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 5.9.0 + 5.10.0 CommaFeed pom