diff options
| author | 2024-12-17 12:44:23 +0100 | |
|---|---|---|
| committer | 2024-12-17 12:44:23 +0100 | |
| commit | ff47cab30bd0310b3e5daa1554f6e9231b1d8cb2 (patch) | |
| tree | cbd8d59fa6d591fb83bc151563565c6a5db04e08 | |
| parent | 6b14a743ccfe5c14e15acac858c0906f4fccdf67 (diff) | |
Changelog
| -rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f2252477b..df4709afe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,9 +15,13 @@ See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases). * New unicity policies and heuristic for feeds with bad article IDs [#4487](https://github.com/FreshRSS/FreshRSS/pull/4487), [#6900](https://github.com/FreshRSS/FreshRSS/pull/6900) * Fallback to GUID if article link is empty [#7051](https://github.com/FreshRSS/FreshRSS/pull/7051) * New option to automatically mark new articles as read if an identical title already exists in the same category [#6922](https://github.com/FreshRSS/FreshRSS/pull/6922) + * New reading view option to display unread articles + favourites [#7088](https://github.com/FreshRSS/FreshRSS/pull/7088) + * And corresponding new filter state `&state=96` (no UI button yet) * 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 [#6618](https://github.com/FreshRSS/FreshRSS/pull/6618) * Support for `:last-child`, `:first-of-type`, `:last-of-type`, `^=`, `|=` + * New condition option to selectively retrieve full content of articles + [#33fd07f6f26310d4806077cc87bcdf9b8b940e35](https://github.com/FreshRSS/FreshRSS/commit/33fd07f6f26310d4806077cc87bcdf9b8b940e35), [#7082](https://github.com/FreshRSS/FreshRSS/pull/7082) * Allow parentheses in quoted search [#7055](https://github.com/FreshRSS/FreshRSS/pull/7055) * New UI feature to download a user’ SQLite database or a database SQLite export (to be produced by CLI) [#6931](https://github.com/FreshRSS/FreshRSS/pull/6931) * New button to delete errored feeds from a category [#7030](https://github.com/FreshRSS/FreshRSS/pull/7030) @@ -27,7 +31,8 @@ See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases). * Bug fixing * Fix searches with a parenthesis before an operator like `("a b")` or `(!c)` [#6818](https://github.com/FreshRSS/FreshRSS/pull/6818) * Fix auto-read tags [#6790](https://github.com/FreshRSS/FreshRSS/pull/6790) - * Fix CSS selector for removing elements [#7037](https://github.com/FreshRSS/FreshRSS/pull/7037) + * Fix CSS selector for removing elements [#7037](https://github.com/FreshRSS/FreshRSS/pull/7037), [#7073](https://github.com/FreshRSS/FreshRSS/pull/7073), + [#7081](https://github.com/FreshRSS/FreshRSS/pull/7081), [#7091](https://github.com/FreshRSS/FreshRSS/pull/7091), [#7083](https://github.com/FreshRSS/FreshRSS/pull/7083) * Fix redirection error after creating a new user [#6995](https://github.com/FreshRSS/FreshRSS/pull/6995) * Fix favicon error in case of wrong URL [#6899](https://github.com/FreshRSS/FreshRSS/pull/6899) * Use cURL to fetch extensions list (allows e.g. IPv6) [#6767](https://github.com/FreshRSS/FreshRSS/pull/6767) @@ -70,6 +75,7 @@ See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases). * Fix login in unsafe mode when using a password with special XML characters [#6797](https://github.com/FreshRSS/FreshRSS/pull/6797) * Fix login in e.g. Brave browser by avoiding synchronous XHR [#7023](https://github.com/FreshRSS/FreshRSS/pull/7023) * Fix invalid login message [#7066](https://github.com/FreshRSS/FreshRSS/pull/7066) + * Modernise `windows.open noopener` (to avoid flash of white page in dark mode) [#7077](https://github.com/FreshRSS/FreshRSS/pull/7077), [#7089](https://github.com/FreshRSS/FreshRSS/pull/7089) * UI * Searchable *My Labels* field [#6753](https://github.com/FreshRSS/FreshRSS/pull/6753) * Add subscription management button to reading view [#6946](https://github.com/FreshRSS/FreshRSS/pull/6946) @@ -83,17 +89,19 @@ See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases). * Rework UI for authors [#7054](https://github.com/FreshRSS/FreshRSS/pull/7054) * Avoid Unicode escape of authors in HTML UI [#7056](https://github.com/FreshRSS/FreshRSS/pull/7056) * Improved subscription management page [#6816](https://github.com/FreshRSS/FreshRSS/pull/6816) + * Improve user query management page [#7062](https://github.com/FreshRSS/FreshRSS/pull/7062) * Restore JavaScript form validation compatibility with Web browsers using older engines (SeaMonkey) [#6777](https://github.com/FreshRSS/FreshRSS/pull/6777) * Reorganise some options [#6920](https://github.com/FreshRSS/FreshRSS/pull/6920) * New shortcut `?` to show shortcut page and help [#6981](https://github.com/FreshRSS/FreshRSS/pull/6981) + * Use of consistent colours in statistics [#7090](https://github.com/FreshRSS/FreshRSS/pull/7090) * Various UI and style improvements [#6959](https://github.com/FreshRSS/FreshRSS/pull/6959) * Extensions * New extension hook `simplepie_after_init` [#7007](https://github.com/FreshRSS/FreshRSS/pull/7007) * I18n * Add Finnish [#6954](https://github.com/FreshRSS/FreshRSS/pull/6954) * Improve English [#7049](https://github.com/FreshRSS/FreshRSS/pull/7049), [#7053](https://github.com/FreshRSS/FreshRSS/pull/7053) - * Improve German [#6847](https://github.com/FreshRSS/FreshRSS/pull/6847) - * Improve Italian [#6872](https://github.com/FreshRSS/FreshRSS/pull/6872), [#7069](https://github.com/FreshRSS/FreshRSS/pull/7069) + * Improve German [#6847](https://github.com/FreshRSS/FreshRSS/pull/6847), [#7068](https://github.com/FreshRSS/FreshRSS/pull/7068) + * Improve Italian [#6872](https://github.com/FreshRSS/FreshRSS/pull/6872), [#7069](https://github.com/FreshRSS/FreshRSS/pull/7069), [#7086](https://github.com/FreshRSS/FreshRSS/pull/7086) * Improve Spanish [#6894](https://github.com/FreshRSS/FreshRSS/pull/6894), [#6908](https://github.com/FreshRSS/FreshRSS/pull/6908) * Improve Turkish [#6960](https://github.com/FreshRSS/FreshRSS/pull/6960) * Misc. |
