aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-08-28 00:09:35 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-08-28 00:09:35 +0200
commitcb355914e6ed49ba09e3b6a58bce3adc6171b745 (patch)
tree6905b9b60c3b3a393e131a5320a641b70400f626
parentf672b826d6b7e8416c1ff0025a06976423ef44de (diff)
Changelog
-rw-r--r--CHANGELOG.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 081eb9954..45f5b1199 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,13 +3,20 @@
See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases).
-## 2024-XX-XX FreshRSS 1.24.3-dev
+## 2024-0X-XX FreshRSS 1.24.3-dev
+* Bug fixing
+ * Fix mark-as-read from user query [#6738](https://github.com/FreshRSS/FreshRSS/pull/6738)
+ * Fix regression for shortcut to move between categories [#6741](https://github.com/FreshRSS/FreshRSS/pull/6741)
+ * Fix UI regression in Mapco/Ansum themes [#6740](https://github.com/FreshRSS/FreshRSS/pull/6740)
* Security
* OpenID Connect better definition of session parameters [#6730](https://github.com/FreshRSS/FreshRSS/pull/6730)
+* Compatibility
+ * Last version supporting PHP 7.4
* Misc.
* Use charset for JSON requests from the UI [#6710](https://github.com/FreshRSS/FreshRSS/pull/6710)
* Use `.html` extension for the local cache of full content pages instead of `.spc` [#6724](https://github.com/FreshRSS/FreshRSS/pull/6724)
+ * Update dev dependencies [#6739](https://github.com/FreshRSS/FreshRSS/pull/6739)
## 2024-08-23 FreshRSS 1.24.2
@@ -45,7 +52,6 @@ See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases).
* CLI
* Add quiet option to `cli/db-backup.php` [#6593](https://github.com/FreshRSS/FreshRSS/pull/6593)
* Compatibility
- * Last version supporting PHP 7.4
* Initial support for PHP 8.4+ [#6615](https://github.com/FreshRSS/FreshRSS/pull/6615)
* With upstream contributions [php/php-src#14873](https://github.com/php/php-src/issues/14873), [PhpGt/CssXPath#227](https://github.com/PhpGt/CssXPath/pull/227)
* Fix SQLite on FreeBSD due to DQS [#6701](https://github.com/FreshRSS/FreshRSS/pull/6701), [#6702](https://github.com/FreshRSS/FreshRSS/pull/6702)