From c7c95efb3a67ec7cb4e1f730a9058fb5ccfab46c Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 11 Aug 2026 08:17:05 +0200 Subject: [PATCH] release 7.3.0 --- CHANGELOG.md | 8 ++++++++ commafeed-client/pom.xml | 2 +- commafeed-server/pom.xml | 4 ++-- pom.xml | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f27c07e2..f6bf9d0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [7.3.0] + +- Add support for the Google Reader API for native mobile apps that don't support the Fever API +- The profile menu now works again on mobile when action buttons are at the bottom of the screen +- More SSRF protection regarding IPv6 +- Changed the default value of `blockLocalAddresses` to make CommaFeed more secure out-of-the-box. See the "Access to + local address blocked" section of the README if you subscribe to feeds that are only available on your local network. + ## [7.2.1] - correctly handle favicons hosted at the root of the domain for feeds with non-default ports diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml index 278aa098..ca908089 100644 --- a/commafeed-client/pom.xml +++ b/commafeed-client/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 7.2.1 + 7.3.0 commafeed-client CommaFeed Client diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index 21035421..807abbd8 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 7.2.1 + 7.3.0 commafeed-server CommaFeed Server @@ -302,7 +302,7 @@ com.commafeed commafeed-client - 7.2.1 + 7.3.0 diff --git a/pom.xml b/pom.xml index 9474ec51..c64141b6 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 7.2.1 + 7.3.0 CommaFeed pom