diff options
| author | 2025-02-03 09:09:34 +0100 | |
|---|---|---|
| committer | 2025-02-03 09:09:34 +0100 | |
| commit | d4bd16b652fa9ad2b3a70b8dfaa9a86ee8210c65 (patch) | |
| tree | 2460217f13869f54a4e317a605242725e989c993 /CHANGELOG.md | |
| parent | a697ca54ad7f723e52fc6591761e1f2f8b7877d6 (diff) | |
Changelog
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c80d8f49d..f8914ec89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,11 @@ See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases). * Allow searching in all feeds, also feeds only visible at category level with `&get=A`, and also those archived with `&get=Z` [#7144](https://github.com/FreshRSS/FreshRSS/pull/7144) * UI accessible from user-query view * Add search operator `intext:` [#7228](https://github.com/FreshRSS/FreshRSS/pull/7228) + * New shortcuts for adding user labels to articles [#7274](https://github.com/FreshRSS/FreshRSS/pull/7274) * New *About* page with system information [#7161](https://github.com/FreshRSS/FreshRSS/pull/7161) * Bug fixing * Fix regression denying access to app manifest [#7158](https://github.com/FreshRSS/FreshRSS/pull/7158) + * Fix unwanted feed description updates [#7269](https://github.com/FreshRSS/FreshRSS/pull/7269) * Ensure no PHP buffer for SQLite download (some setups would first put the file in memory) [#7230](https://github.com/FreshRSS/FreshRSS/pull/7230) * Improve cURL proxy options and fix some constants [#7231](https://github.com/FreshRSS/FreshRSS/pull/7231) * Fix UI of global view unread articles counter [#7247](https://github.com/FreshRSS/FreshRSS/pull/7247) @@ -23,19 +25,23 @@ See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases). * Remove local reference to font *Open Sans* to avoid bugs with some local versions [#7215](https://github.com/FreshRSS/FreshRSS/pull/7215) * Improve stats page layout [#7243](https://github.com/FreshRSS/FreshRSS/pull/7243) * Smaller *mark as read* button in mobile view [#5220](https://github.com/FreshRSS/FreshRSS/pull/5220) - * Various UI and style improvements: [#7162](https://github.com/FreshRSS/FreshRSS/pull/7162) + * Add CSS class to various types of notifications to allow custom styling [#7287](https://github.com/FreshRSS/FreshRSS/pull/7287) + * Various UI and style improvements: [#7162](https://github.com/FreshRSS/FreshRSS/pull/7162), [#7268](https://github.com/FreshRSS/FreshRSS/pull/7268) Security * Better authorization label for OIDC in the UI [#7264](https://github.com/FreshRSS/FreshRSS/pull/7264) * Allow comments in `force-https.txt` [#7259](https://github.com/FreshRSS/FreshRSS/pull/7259) * I18n: - * Improve German [#7177](https://github.com/FreshRSS/FreshRSS/pull/7177) + * Improve German [#7177](https://github.com/FreshRSS/FreshRSS/pull/7177), [#7275](https://github.com/FreshRSS/FreshRSS/pull/7275), [#7278](https://github.com/FreshRSS/FreshRSS/pull/7278) * Improve Japanese [#7187](https://github.com/FreshRSS/FreshRSS/pull/7187), [#7195](https://github.com/FreshRSS/FreshRSS/pull/7195) * Misc. * Improve PHP code [#7191](https://github.com/FreshRSS/FreshRSS/pull/7191), [#7204](https://github.com/FreshRSS/FreshRSS/pull/7204) - * Upgrade to PHPStan 2 [#7131](https://github.com/FreshRSS/FreshRSS/pull/7131), [#7164](https://github.com/FreshRSS/FreshRSS/pull/7164), [#7224](https://github.com/FreshRSS/FreshRSS/pull/7224) + * Upgrade to PHPStan 2 [#7131](https://github.com/FreshRSS/FreshRSS/pull/7131), [#7164](https://github.com/FreshRSS/FreshRSS/pull/7164), [#7224](https://github.com/FreshRSS/FreshRSS/pull/7224), + [#7270](https://github.com/FreshRSS/FreshRSS/pull/7270), [#7281](https://github.com/FreshRSS/FreshRSS/pull/7281), [#7282](https://github.com/FreshRSS/FreshRSS/pull/7282) * Update to CssXPath 1.3.0 (no change) [#7211](https://github.com/FreshRSS/FreshRSS/pull/7211) * Update dev dependencies [#7165](https://github.com/FreshRSS/FreshRSS/pull/7165), [#7166](https://github.com/FreshRSS/FreshRSS/pull/7166), [#7167](https://github.com/FreshRSS/FreshRSS/pull/7167) * Update GitHub Actions to Ubuntu 24.04 [#7207](https://github.com/FreshRSS/FreshRSS/pull/7207) + * Update dev dependencies [#7279](https://github.com/FreshRSS/FreshRSS/pull/7279), [#7280](https://github.com/FreshRSS/FreshRSS/pull/7280), [#7283](https://github.com/FreshRSS/FreshRSS/pull/7283), + [#7284](https://github.com/FreshRSS/FreshRSS/pull/7284), [#7285](https://github.com/FreshRSS/FreshRSS/pull/7285) ## 2024-12-23 FreshRSS 1.25.0 |
