From f1cf57b5b713527b4521c4552b5f1ac023ee3adc Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 21 Sep 2025 13:24:25 +0200 Subject: Changelog --- CHANGELOG.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6489d5221..55c3e4729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,17 @@ See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases). * Security * Regenerate session ID on login [#7829](https://github.com/FreshRSS/FreshRSS/pull/7829) * Disallow setting non-existent language [#7878](https://github.com/FreshRSS/FreshRSS/pull/7878), [#7934](https://github.com/FreshRSS/FreshRSS/pull/7934) - * Fix log CR/LF injection [#7883](https://github.com/FreshRSS/FreshRSS/pull/7883) + * Safer calling of `install.php` [#7971](https://github.com/FreshRSS/FreshRSS/pull/7971) + * Prevent log CR/LF injection [#7883](https://github.com/FreshRSS/FreshRSS/pull/7883) + * Restrict allowed cURL parameters [#7979](https://github.com/FreshRSS/FreshRSS/pull/7979) + * Fix reauthentication while updating [#7989](https://github.com/FreshRSS/FreshRSS/pull/7989) * Bug fixing * Include port number for HTTP `Retry-After` [#7875](https://github.com/FreshRSS/FreshRSS/pull/7875) * Fix logic for searching labels [#7863](https://github.com/FreshRSS/FreshRSS/pull/7863) * Fix cURL response parsing for HTTP redirections [#7866](https://github.com/FreshRSS/FreshRSS/pull/7866) * Fix fetching OPML URL with special characters [#7843](https://github.com/FreshRSS/FreshRSS/pull/7843) * Fix validation when creating a new user label [#7890](https://github.com/FreshRSS/FreshRSS/pull/7890) + * Fix bug in user self-deletion [#7877](https://github.com/FreshRSS/FreshRSS/pull/7877) * Fix displaying of current date in main statistics [#7892](https://github.com/FreshRSS/FreshRSS/pull/7892) * Fix default values on stat processing [#7891](https://github.com/FreshRSS/FreshRSS/pull/7891) * Fix UI JavaScript error when navigating to last article with keyboard [#7957](https://github.com/FreshRSS/FreshRSS/pull/7957) @@ -28,6 +32,7 @@ See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases). * Docker improve `CMD` compatibility [#7861](https://github.com/FreshRSS/FreshRSS/pull/7861) * Add possibility of Docker healthcheck [#7945](https://github.com/FreshRSS/FreshRSS/pull/7945) * UI + * Keep sort and order after marking as read [#7974](https://github.com/FreshRSS/FreshRSS/pull/7974) * Improve leave validation [#7830](https://github.com/FreshRSS/FreshRSS/pull/7830) * Improve *Origine* theme visibility of toggle buttons [#7956](https://github.com/FreshRSS/FreshRSS/pull/7956) * Improve *Mapco* and *Ansum* themes: read all button in mobile view [#7873](https://github.com/FreshRSS/FreshRSS/pull/7873) @@ -37,23 +42,27 @@ See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases). [#7882](https://github.com/FreshRSS/FreshRSS/pull/7882), [#7893](https://github.com/FreshRSS/FreshRSS/pull/7893), [#7904](https://github.com/FreshRSS/FreshRSS/pull/7904), [#7952](https://github.com/FreshRSS/FreshRSS/pull/7952) * I18n + * Clarify the concepts of *visibility hidden* vs. *archived* in feeds settings [#7970](https://github.com/FreshRSS/FreshRSS/pull/7970) * Translate the API information page [#7922](https://github.com/FreshRSS/FreshRSS/pull/7922) * Add a default language constant [#7933](https://github.com/FreshRSS/FreshRSS/pull/7933) * Label config delete label [#7871](https://github.com/FreshRSS/FreshRSS/pull/7871) * Add Ukrainian [#7961](https://github.com/FreshRSS/FreshRSS/pull/7961) * Improve Dutch [#7940](https://github.com/FreshRSS/FreshRSS/pull/7940) + * Improve Hungarian [#7986](https://github.com/FreshRSS/FreshRSS/pull/7986) * Improve Japanese [#7903](https://github.com/FreshRSS/FreshRSS/pull/7903), [#7918](https://github.com/FreshRSS/FreshRSS/pull/7918) * Improve Polish [#7963](https://github.com/FreshRSS/FreshRSS/pull/7963) - * Improve Simplified Chinese [#7943](https://github.com/FreshRSS/FreshRSS/pull/7943) + * Improve Simplified Chinese [#7943](https://github.com/FreshRSS/FreshRSS/pull/7943), [#7944](https://github.com/FreshRSS/FreshRSS/pull/7944) * Minor improvements [#7881](https://github.com/FreshRSS/FreshRSS/pull/7881) * Add CLI command to add i18n file [#7917](https://github.com/FreshRSS/FreshRSS/pull/7917) * Add `make` target to generate the translation progress [#7905](https://github.com/FreshRSS/FreshRSS/pull/7905) +* Extensions + * Add `entry_before_update` and `entry_before_add` hooks for extensions [#7977](https://github.com/FreshRSS/FreshRSS/pull/7977) * Misc. * Improve `make` [#7901](https://github.com/FreshRSS/FreshRSS/pull/7901) * Improve PHP code [#7906](https://github.com/FreshRSS/FreshRSS/pull/7906), [#7916](https://github.com/FreshRSS/FreshRSS/pull/7916), [#7939](https://github.com/FreshRSS/FreshRSS/pull/7939), [#7941](https://github.com/FreshRSS/FreshRSS/pull/7941), [#7960](https://github.com/FreshRSS/FreshRSS/pull/7960) * Update dev dependencies [#7902](https://github.com/FreshRSS/FreshRSS/pull/7902), [#7895](https://github.com/FreshRSS/FreshRSS/pull/7895), [#7896](https://github.com/FreshRSS/FreshRSS/pull/7896), - [#7899](https://github.com/FreshRSS/FreshRSS/pull/7899), [#7966](https://github.com/FreshRSS/FreshRSS/pull/7966) + [#7899](https://github.com/FreshRSS/FreshRSS/pull/7899), [#7966](https://github.com/FreshRSS/FreshRSS/pull/7966), [#7969](https://github.com/FreshRSS/FreshRSS/pull/7969) ## 2025-08-18 FreshRSS 1.27.0 -- cgit v1.2.3