From c3b3de42b777a77e0deb46d2e671728c936ea94f Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 20 Sep 2024 23:54:32 +0200 Subject: Changelog --- .typos.toml | 1 - CHANGELOG.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.typos.toml b/.typos.toml index 8437a68dd..d2d304eee 100644 --- a/.typos.toml +++ b/.typos.toml @@ -38,7 +38,6 @@ extend-exclude = [ "app/i18n/zh-tw/", "bin/", "CHANGELOG-old.md", - "composer.json", "composer.lock", "data/", "docs/fr/", diff --git a/CHANGELOG.md b/CHANGELOG.md index f19dad76f..9c46339fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases). * Add support for [regex search (regular expressions)](https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex) [#6706](https://github.com/FreshRSS/FreshRSS/pull/6706) * ⚠️ Advanced regex syntax for searches depends on the database used (SQLite, PostgreSQL, MariaDB, MySQL), but FreshRSS filter actions such as auto-mark-as-read and auto-favourite always use [PHP PCRE2 syntax](https://php.net/regexp.introduction). + * Better HTTP compliance with support for cache headers `Cache-Control: max-age` and `Expires` [#6812](https://github.com/FreshRSS/FreshRSS/pull/6812), [#FreshRSS/simplepie#26](https://github.com/FreshRSS/simplepie/pull/26) * Add ability to remove content from articles with CSS selectors, also when not using full content [#6786](https://github.com/FreshRSS/FreshRSS/pull/6786), [#6807](https://github.com/FreshRSS/FreshRSS/pull/6807) * Update `phpgt/cssxpath` library with improved CSS selectors with support for `last-child`, `first-of-type`, `last-of-type`, `^=`, `|=` [#6618](https://github.com/FreshRSS/FreshRSS/pull/6618) * Better import of Inoreader user labels [#6791](https://github.com/FreshRSS/FreshRSS/pull/6791) -- cgit v1.2.3