diff options
author | Alexandre Alapetite <alexandre@alapetite.fr> | 2025-03-13 23:15:53 +0100 |
---|---|---|
committer | Alexandre Alapetite <alexandre@alapetite.fr> | 2025-03-13 23:15:53 +0100 |
commit | 84838024070842f8fc22adf8fed61ecc31cc8cbd (patch) | |
tree | ebc913f8f44348279e622eda56b87e459f9960dd | |
parent | 7de384bf9c192292cbc726085eedfadddfa7ca7d (diff) | |
download | freshrss-84838024070842f8fc22adf8fed61ecc31cc8cbd.tar.gz freshrss-84838024070842f8fc22adf8fed61ecc31cc8cbd.zip |
Changelog
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d0dedb30a..623b6840e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases). -## 2025-XX-XX FreshRSS 1.26.2-dev +## 2025-0X-XX FreshRSS 1.26.2-dev + +* Features + * Implement JSON string concatenation with & operator [#7414](https://github.com/FreshRSS/FreshRSS/pull/7414) +* Deployment + * Apache: add check for `mod_filter` to ensure that `AddOutputFilterByType` works [#7419](https://github.com/FreshRSS/FreshRSS/pull/7419) +* UI + * New size option for the *Mark as read* button [#7314](https://github.com/FreshRSS/FreshRSS/pull/7314) ## 2025-03-13 FreshRSS 1.26.1 |