diff options
| author | 2024-06-05 10:28:45 +0200 | |
|---|---|---|
| committer | 2024-06-05 10:28:45 +0200 | |
| commit | 84e961dc48c2a242df9e1b92f4916a6a24c458d7 (patch) | |
| tree | 84ee6d34338120c766b71da4f76dc54490a51b0e | |
| parent | c0ffc1f720f87a6ae2810cf887a39a68aac86292 (diff) | |
Changelog
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d6cb4bb3e..597d1b848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,22 @@ # FreshRSS changelog -## 2024-0X-XX FreshRSS 1.24.1-dev +## 2024-06-XX FreshRSS 1.24.1-dev * Features + * New button to export OMPL of a category [#6519](https://github.com/FreshRSS/FreshRSS/pull/6519) * Better git error messages in built-in Web update [#6496](https://github.com/FreshRSS/FreshRSS/pull/6496) * Bug fixing * Fix regression HTTP GET curl options [#6492](https://github.com/FreshRSS/FreshRSS/pull/6492) + * Fix missed case of *mark as read if an identical title already exists* [#6536](https://github.com/FreshRSS/FreshRSS/pull/6536) * 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) * Fix UI for some drag & drops [#6505](https://github.com/FreshRSS/FreshRSS/pull/6505), [#6508](https://github.com/FreshRSS/FreshRSS/pull/6508) * i18n * Improve Czech [#6504](https://github.com/FreshRSS/FreshRSS/pull/6504) * Improve Turkish [#6506](https://github.com/FreshRSS/FreshRSS/pull/6506) +* Misc. + * Update dev dependencies [#6525](https://github.com/FreshRSS/FreshRSS/pull/6525), [#6526](https://github.com/FreshRSS/FreshRSS/pull/6526), [#6528](https://github.com/FreshRSS/FreshRSS/pull/6528), + [#6529](https://github.com/FreshRSS/FreshRSS/pull/6529), [#6530](https://github.com/FreshRSS/FreshRSS/pull/6530) ## 2024-05-23 FreshRSS 1.24.0 |
