diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a7c82a60..e0f2f10f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [4.3.0] + +- h2 (the embedded database) has been upgraded to 2.2.224 + - this version uses a different file format than 2.1.x, the first time you start CommaFeed with this version, the + database will be automatically converted to the new format +- add a setting to completely disable scrolling to selected entry (#1157) +- add a css class reflecting the current view mode to ease custom css rules (#1232) +- fix an issue that prevents new feeds from being added when mysql/mariadb is used as the database (#1239) + ## [4.2.1] - fix an issue that caused the tree to show an incorrect unread count after a websocket notification because entries diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml index cb2103a10..60133dd34 100644 --- a/commafeed-client/pom.xml +++ b/commafeed-client/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 4.2.1 + 4.3.0 commafeed-client CommaFeed Client diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index 85324bf4c..30dfec28f 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 4.2.1 + 4.3.0 commafeed-server CommaFeed Server @@ -211,7 +211,7 @@ com.commafeed commafeed-client - 4.2.1 + 4.3.0 diff --git a/pom.xml b/pom.xml index 7233011ed..d196e5ea6 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 4.2.1 + 4.3.0 CommaFeed pom