diff options
| author | 2022-01-29 13:43:41 +0100 | |
|---|---|---|
| committer | 2022-01-29 13:43:41 +0100 | |
| commit | a568e11142c5b94d30b2b0da3dcc3c1f98a154f9 (patch) | |
| tree | e19ea06cf3114d71abd8bc0318096c8e1fb7bd8b | |
| parent | cf433d4d79fee49d5376ece9c50e62910239221f (diff) | |
Changelog
| -rw-r--r-- | CHANGELOG.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e20639f..a309277ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ ## 2022-0X-XX FreshRSS 1.19.2-dev +* Bug fixing + * 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 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 SCSS details for the themes Ansum and Mapco [#4146](https://github.com/FreshRSS/FreshRSS/pull/4146) +* UI + * 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) +* Deployment + * Docker: development image `:newest` updated to PHP 8.1.1 and Apache 2.4.52 [#3666](https://github.com/FreshRSS/FreshRSS/pull/3666) +* i18n + * Improve i18n CLI [#4131](https://github.com/FreshRSS/FreshRSS/pull/4131) + * Use typographic quotes [#4133](https://github.com/FreshRSS/FreshRSS/pull/4133) + * Improve message regarding forced feeds [#4145](https://github.com/FreshRSS/FreshRSS/pull/4145) + * Improve Czech [#4151](https://github.com/FreshRSS/FreshRSS/pull/4151) + * Improve English [#4161](https://github.com/FreshRSS/FreshRSS/pull/4161) +* Misc. + * Increase PHPStan to [level 5](https://phpstan.org/user-guide/rule-levels) for code quality, also fixing several PHP 8.1 warnings [#4110](https://github.com/FreshRSS/FreshRSS/pull/4110), [#4123](https://github.com/FreshRSS/FreshRSS/pull/4123), [#4119](https://github.com/FreshRSS/FreshRSS/pull/4119) + * Clean temporary files generated by automated tests [#4177](https://github.com/FreshRSS/FreshRSS/pull/4177) + * Add automated spell checking of the code using [typos](https://github.com/crate-ci/typos) [#4138](https://github.com/FreshRSS/FreshRSS/pull/4138), [#4134](https://github.com/FreshRSS/FreshRSS/pull/4134) + * Enforce code style *opening brace on same line* in PHPCS [#4122](https://github.com/FreshRSS/FreshRSS/pull/4122) + * Remove broken GitHub Action automatically adding the `latest` tag to git [#4135](https://github.com/FreshRSS/FreshRSS/pull/4135) + ## 2022-01-02 FreshRSS 1.19.1 |
