mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
2.5.0 release
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
v 2.5.0
|
v 2.5.0
|
||||||
- unread count is now displayed in a favicon badge when supported
|
- 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
|
v 2.4.0
|
||||||
- users were not able to change password or delete account
|
- users were not able to change password or delete account
|
||||||
- fix api key generation
|
- fix api key generation
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -4,7 +4,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.commafeed</groupId>
|
<groupId>com.commafeed</groupId>
|
||||||
<artifactId>commafeed</artifactId>
|
<artifactId>commafeed</artifactId>
|
||||||
<version>2.5.0-SNAPSHOT</version>
|
<version>2.5.0</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>CommaFeed</name>
|
<name>CommaFeed</name>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user