2.5.0 release

This commit is contained in:
Athou
2020-09-02 21:14:29 +02:00
parent f707993188
commit c1dac2e064
2 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
v 2.5.0
- unread count is now displayed in a favicon badge when supported
- the user agent string for the bot fetching feeds is now configurable
- feed parsing performance improvements
- support for java9+ runtime
- can now properly start from an empty postgresql database
v 2.4.0
- users were not able to change password or delete account
- fix api key generation

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.commafeed</groupId>
<artifactId>commafeed</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
<packaging>jar</packaging>
<name>CommaFeed</name>