diff options
author | Alexandre Alapetite <alexandre@alapetite.fr> | 2024-05-25 20:24:25 +0200 |
---|---|---|
committer | Alexandre Alapetite <alexandre@alapetite.fr> | 2024-05-25 20:24:25 +0200 |
commit | b7cc8142380ccf95d2ec886706e897dcfa9c946c (patch) | |
tree | 2a5e1c0479315746fa997a78c2841142e89f76a1 /CHANGELOG.md | |
parent | 3cd90a2b1f1ad4f55b494de2019d2ed915bb79c6 (diff) | |
download | freshrss-b7cc8142380ccf95d2ec886706e897dcfa9c946c.tar.gz freshrss-b7cc8142380ccf95d2ec886706e897dcfa9c946c.zip |
Changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4013dfda6..075f829bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # FreshRSS changelog -## 2024-XX-XX FreshRSS 1.24.1-dev +## 2024-0X-XX FreshRSS 1.24.1-dev + +* Bug fixing + * Fix regression HTTP GET curl options [#6492](https://github.com/FreshRSS/FreshRSS/pull/6492) + * Fix connection to PostgreSQL databases with uppercase letters [#6482](https://github.com/FreshRSS/FreshRSS/pull/6482) + * Fix UI regression hover over title while having the navigation buttons in mobile view [#6486](https://github.com/FreshRSS/FreshRSS/pull/6486) ## 2024-05-23 FreshRSS 1.24.0 @@ -12,7 +17,7 @@ [#6369](https://github.com/FreshRSS/FreshRSS/pull/6369), [#6476](https://github.com/FreshRSS/FreshRSS/pull/6476) * New support for JSON Feeds [#5662](https://github.com/FreshRSS/FreshRSS/pull/5662) * New support for HTTP POST [#5662](https://github.com/FreshRSS/FreshRSS/pull/5662) - * New options to automatically add labels to incoming articles [#5954](https://github.com/FreshRSS/FreshRSS/pull/5954) + * New option to automatically add labels to incoming articles [#5954](https://github.com/FreshRSS/FreshRSS/pull/5954) * New button to download a feed configuration as OPML [#6312](https://github.com/FreshRSS/FreshRSS/pull/6312) * Web scraping support more encodings such as EUC-JP [#6112](https://github.com/FreshRSS/FreshRSS/pull/6112) * Web scraping support password-protected queries (refactor some cURL options and use `CURLOPT_USERPWD`) [#6177](https://github.com/FreshRSS/FreshRSS/pull/6177) |