release 5.9.0

This commit is contained in:
Athou
2025-05-14 16:56:01 +02:00
parent 0b63773c83
commit fad0aea108
4 changed files with 10 additions and 4 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## [5.9.0]
- A lot of CSS classes have been added to the elements of the application to ease custom CSS rules (#1757)
- Added a link in the README to the [documentation](https://athou.github.io/commafeed/documentation/custom-css/) of the new CSS classes
- Static resources are now cached for much longer (#1782)
## [5.8.0]
- A color picker is now available on the settings page to change the orange accent of the application (#1598)

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.commafeed</groupId>
<artifactId>commafeed</artifactId>
<version>5.8.0</version>
<version>5.9.0</version>
</parent>
<artifactId>commafeed-client</artifactId>
<name>CommaFeed Client</name>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.commafeed</groupId>
<artifactId>commafeed</artifactId>
<version>5.8.0</version>
<version>5.9.0</version>
</parent>
<artifactId>commafeed-server</artifactId>
<name>CommaFeed Server</name>
@@ -327,7 +327,7 @@
<dependency>
<groupId>com.commafeed</groupId>
<artifactId>commafeed-client</artifactId>
<version>5.8.0</version>
<version>5.9.0</version>
</dependency>
<!-- compile-time processors -->

View File

@@ -5,7 +5,7 @@
<groupId>com.commafeed</groupId>
<artifactId>commafeed</artifactId>
<version>5.8.0</version>
<version>5.9.0</version>
<name>CommaFeed</name>
<packaging>pom</packaging>