diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c575aa6..100dc3ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.10.0] + +- added a Fever-compatible API that is usable with mobile clients that support the Fever API (see instructions in Settings -> Profile) +- long entry titles are no longer shortened in the detailed view +- added the "s" keyboard shortcut to star/unstar entries +- http sessions are now stored in the database (they were stored on disk before) +- fixed an issue that made it impossible to override the database url in a config.yml mounted in the Docker image + ## [3.9.0] - improve performance by disabling the loader when nothing is loading (most noticeable on mobile) diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml index 70721936..6f7f7aff 100644 --- a/commafeed-client/pom.xml +++ b/commafeed-client/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 3.9.0 + 3.10.0 commafeed-client CommaFeed Client diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index 857e782a..c727edeb 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 3.9.0 + 3.10.0 commafeed-server CommaFeed Server @@ -232,7 +232,7 @@ com.commafeed commafeed-client - 3.9.0 + 3.10.0 diff --git a/pom.xml b/pom.xml index 22b09115..7f854718 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 3.9.0 + 3.10.0 CommaFeed pom