Skip to content

Commit 6cdd110

Browse files
committed
release 7.1.0
1 parent 3181cda commit 6cdd110

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [7.1.0]
4+
5+
- Display the unread count in the header on mobile, since the tree is hidden by default and the unread count is not visible otherwise (#2055)
6+
- The feed refresh engine is now a little bit more performant (#2089)
7+
- On shutdown, give the feed refresh engine some time to finish refreshing feeds before killing it. This is controlled by the new `commafeed.shutdown-timeout` setting, which defaults to 2 seconds
8+
39
## [7.0.0]
410

511
- Replaced the JEXL filter expression for marking feed entries as read automatically with a user-friendly visual query builder. Expressions are now evaluated with Common Expression Language, which is safer than JEXL and sanboxed by default.

commafeed-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.commafeed</groupId>
88
<artifactId>commafeed</artifactId>
9-
<version>7.0.0</version>
9+
<version>7.1.0</version>
1010
</parent>
1111
<artifactId>commafeed-client</artifactId>
1212
<name>CommaFeed Client</name>

commafeed-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.commafeed</groupId>
88
<artifactId>commafeed</artifactId>
9-
<version>7.0.0</version>
9+
<version>7.1.0</version>
1010
</parent>
1111
<artifactId>commafeed-server</artifactId>
1212
<name>CommaFeed Server</name>
@@ -301,7 +301,7 @@
301301
<dependency>
302302
<groupId>com.commafeed</groupId>
303303
<artifactId>commafeed-client</artifactId>
304-
<version>7.0.0</version>
304+
<version>7.1.0</version>
305305
</dependency>
306306

307307
<!-- compile-time processors -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.commafeed</groupId>
77
<artifactId>commafeed</artifactId>
8-
<version>7.0.0</version>
8+
<version>7.1.0</version>
99
<name>CommaFeed</name>
1010
<packaging>pom</packaging>
1111

0 commit comments

Comments
 (0)