Release 1.19.2

master 1.19.2
Alexandre Alapetite 3 years ago
parent 05ca0517bb
commit 67aea86bae
No known key found for this signature in database
GPG Key ID: A24378C38E812B23
  1. 6
      CHANGELOG.md
  2. 2
      constants.php

@ -1,16 +1,18 @@
# FreshRSS changelog # FreshRSS changelog
## 2022-0X-XX FreshRSS 1.19.2-dev ## 2022-02-04 FreshRSS 1.19.2
* Bug fixing * Bug fixing
* Fix regression regarding keeping read state after seeing favourites / labels [#4178](https://github.com/FreshRSS/FreshRSS/pull/4178) * Fix regression regarding keeping read state after seeing favourites / labels [#4178](https://github.com/FreshRSS/FreshRSS/pull/4178)
* Fix migration system on Synology and systems adding custom files to folders [#4163](https://github.com/FreshRSS/FreshRSS/pull/4163) * Fix migration system on Synology and systems adding custom files to folders [#4163](https://github.com/FreshRSS/FreshRSS/pull/4163)
* Fix wrong dropdown triangle UI for labels [#4174](https://github.com/FreshRSS/FreshRSS/pull/4174) * Fix wrong dropdown triangle UI for labels [#4174](https://github.com/FreshRSS/FreshRSS/pull/4174)
* Fix minor UI bugs [#4169](https://github.com/FreshRSS/FreshRSS/pull/4169) * Fix minor UI bugs [#4169](https://github.com/FreshRSS/FreshRSS/pull/4169), [#4189](https://github.com/FreshRSS/FreshRSS/pull/4189), [#4188](https://github.com/FreshRSS/FreshRSS/pull/4188)
* Fix minor SCSS details for the themes Ansum and Mapco [#4146](https://github.com/FreshRSS/FreshRSS/pull/4146) * Fix minor SCSS details for the themes Ansum and Mapco [#4146](https://github.com/FreshRSS/FreshRSS/pull/4146)
* UI * UI
* Improve dropdown menus on mobile view [#4141](https://github.com/FreshRSS/FreshRSS/pull/4141), [#4128](https://github.com/FreshRSS/FreshRSS/pull/4128) * Improve dropdown menus on mobile view [#4141](https://github.com/FreshRSS/FreshRSS/pull/4141), [#4128](https://github.com/FreshRSS/FreshRSS/pull/4128)
* Improve menu icons [#4004](https://github.com/FreshRSS/FreshRSS/pull/4004) * Improve menu icons [#4004](https://github.com/FreshRSS/FreshRSS/pull/4004)
* Features
* Support JSON import with date in milliseconds (e.g., Feedly) [#4186](https://github.com/FreshRSS/FreshRSS/pull/4186)
* Deployment * Deployment
* Docker: development image `:newest` updated to PHP 8.1.1 and Apache 2.4.52 [#3666](https://github.com/FreshRSS/FreshRSS/pull/3666) * Docker: development image `:newest` updated to PHP 8.1.1 and Apache 2.4.52 [#3666](https://github.com/FreshRSS/FreshRSS/pull/3666)
* i18n * i18n

@ -3,7 +3,7 @@
//<Not customisable> //<Not customisable>
define('FRESHRSS_MIN_PHP_VERSION', '7.0.0'); define('FRESHRSS_MIN_PHP_VERSION', '7.0.0');
define('FRESHRSS_VERSION', '1.19.2-dev'); define('FRESHRSS_VERSION', '1.19.2');
define('FRESHRSS_WEBSITE', 'https://freshrss.org'); define('FRESHRSS_WEBSITE', 'https://freshrss.org');
define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/'); define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/');

Loading…
Cancel
Save