mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-16 04:17:12 -04:00
Release 1.24.1
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
# FreshRSS changelog
|
||||
|
||||
## 2024-06-XX FreshRSS 1.24.1-dev
|
||||
## 2024-06-05 FreshRSS 1.24.1
|
||||
|
||||
* 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 regression of *mark as read if an identical title already exists* [#6536](https://github.com/FreshRSS/FreshRSS/pull/6536), [#6543](https://github.com/FreshRSS/FreshRSS/pull/6543)
|
||||
* 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)
|
||||
|
||||
@@ -4,7 +4,7 @@ declare(strict_types=1);
|
||||
|
||||
//<Not customisable>
|
||||
const FRESHRSS_MIN_PHP_VERSION = '7.4.0';
|
||||
const FRESHRSS_VERSION = '1.24.1-dev';
|
||||
const FRESHRSS_VERSION = '1.24.1';
|
||||
const FRESHRSS_WEBSITE = 'https://freshrss.org';
|
||||
const FRESHRSS_WIKI = 'https://freshrss.github.io/FreshRSS/';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user