diff options
| author | 2024-09-06 10:22:34 +0200 | |
|---|---|---|
| committer | 2024-09-06 10:22:34 +0200 | |
| commit | 7095f1d3b023530a7b75aee383295099040ba889 (patch) | |
| tree | c15b0830ec631cddc66651e04ecc87694e71ac2e /CHANGELOG.md | |
| parent | aefac3efb9fada806867108c6fd1d36bba156ed8 (diff) | |
Changelog
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c7f86e80b..f77f0525e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases). ## 2024-XX-XX FreshRSS 1.25.0-dev * Features - * Add support for regex search (regular expressions) [#6706](https://github.com/FreshRSS/FreshRSS/pull/6706) + * 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). * 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) @@ -21,6 +21,7 @@ See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases). * Default styles for `<pre>` and `<code>` [#6770](https://github.com/FreshRSS/FreshRSS/pull/6770) * Misc. * Better cache name for JSON feeds [#6768](https://github.com/FreshRSS/FreshRSS/pull/6768) + * Update dev dependencies [#6780](https://github.com/FreshRSS/FreshRSS/pull/6780) ## 2024-09-06 FreshRSS 1.24.3 |
