Release 1.22.1

This commit is contained in:
Alexandre Alapetite
2023-10-30 19:48:26 +01:00
parent 3c80ee81f3
commit cc2878aed8
6 changed files with 12 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
# FreshRSS changelog
## 2023-1X-XX FreshRSS 1.22.1-dev
## 2023-12-30 FreshRSS 1.22.1
* Bug fixing
* Fix regression in i18n English fallback for extensions [#5752](https://github.com/FreshRSS/FreshRSS/pull/5752)
@@ -8,19 +8,19 @@
* OpenID Connect compatibility with colon `:` in `OIDC_SCOPES` [#5753](https://github.com/FreshRSS/FreshRSS/pull/5753), [#5764](https://github.com/FreshRSS/FreshRSS/pull/5764)
* Avoid a warning on non-numeric `TRUSTED_PROXY` environment variable [#5733](https://github.com/FreshRSS/FreshRSS/pull/5733)
* Better identification of proxied client IP with `RemoteIPInternalProxy` in Apache [#5740](https://github.com/FreshRSS/FreshRSS/pull/5740)
* i18n
* Better i18n string for feed submenu for mark as read [#5762](https://github.com/FreshRSS/FreshRSS/pull/5762)
* Improve Dutch [#5759](https://github.com/FreshRSS/FreshRSS/pull/5759)
* UI
* Improve *Origine* theme (dark mode) [#5745](https://github.com/FreshRSS/FreshRSS/pull/5745)
* Improve *Nord* theme [#5754](https://github.com/FreshRSS/FreshRSS/pull/5754)
* Various UI and style improvements [#5737](https://github.com/FreshRSS/FreshRSS/pull/5737), [#5765](https://github.com/FreshRSS/FreshRSS/pull/5765),
[#5773](https://github.com/FreshRSS/FreshRSS/pull/5773), [#5774](https://github.com/FreshRSS/FreshRSS/pull/5774)
* Deployment
* Export all environment variables to cron (to allow custom environment variables such as for Kubernetes) [#5772](https://github.com/FreshRSS/FreshRSS/pull/5772)
* Docker: Upgraded Alpine dev image `freshrss/freshrss:newest` to PHP 8.3 [#5764](https://github.com/FreshRSS/FreshRSS/pull/5764)
* Compatibility
* Test compatibility with PHP 8.3 [#5764](https://github.com/FreshRSS/FreshRSS/pull/5764)
* UI
* Improve *Origine* theme (dark mode) [#5745](https://github.com/FreshRSS/FreshRSS/pull/5745)
* Improve *Nord* theme [#5754](https://github.com/FreshRSS/FreshRSS/pull/5754)
* Various UI and style improvements [#5737](https://github.com/FreshRSS/FreshRSS/pull/5737), [#5765](https://github.com/FreshRSS/FreshRSS/pull/5765),
[#5773](https://github.com/FreshRSS/FreshRSS/pull/5773), [#5774](https://github.com/FreshRSS/FreshRSS/pull/5774)
* i18n
* Better i18n string for feed submenu for mark as read [#5762](https://github.com/FreshRSS/FreshRSS/pull/5762)
* Improve Dutch [#5759](https://github.com/FreshRSS/FreshRSS/pull/5759)
* Misc.
* Move to GitHub Actions for our GitHub Pages [#5681](https://github.com/FreshRSS/FreshRSS/pull/5681)
* Update dev dependencies and use `stylelint-stylistic` [#5766](https://github.com/FreshRSS/FreshRSS/pull/5766)

View File

@@ -137,7 +137,9 @@ People are sorted by name so please keep this order.
* [miles](https://github.com/miles170): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:miles170)
* [mincerafter42](https://github.com/mincerafter42): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:mincerafter42), [Web](https://mincerafter42.github.io)
* [Mossroy](https://github.com/mossroy): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:mossroy)
* [Mossroy](https://github.com/mossroy): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:mossroy), [Web](https://blog.mossroy.fr/)
* [MSZ](https://github.com/mszkb): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:mszkb)
* [Mubarak Harran Alketbi](https://github.com/MHketbi): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:MHketbi)
* [Myuki](https://github.com/Myuki): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:Myuki)
* [NaeiKinDus](https://github.com/NaeiKinDus): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:NaeiKinDus)
* [Nainor](https://github.com/Nainor): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:Nainor)

View File

@@ -3,7 +3,7 @@
//<Not customisable>
const FRESHRSS_MIN_PHP_VERSION = '7.2.0';
const FRESHRSS_VERSION = '1.22.1-dev';
const FRESHRSS_VERSION = '1.22.1';
const FRESHRSS_WEBSITE = 'https://freshrss.org';
const FRESHRSS_WIKI = 'https://freshrss.github.io/FreshRSS/';

View File

@@ -51,7 +51,6 @@ propose 13 thèmes officiels :
|:--------------|:-------------------------------------------------------|:--------------------------------------------------------------|
| Alternative Dark | Ghost | |
| Ansum | Thomas Guesnon | |
| Blue Lagoon |Mister aiR | Nest plus pris en charge. Sera supprimé avec FreshRSS V1.22.0 |
| Dark | AD | |
| Dark pink | Miicat_47 | |
| Flat design | Marien Fressinaud | Nest plus pris en charge. Sera supprimé avec FreshRSS V1.22.0 |
@@ -60,7 +59,6 @@ propose 13 thèmes officiels :
| Origine | Marien Fressinaud | (default theme) |
| Origine-compact | Kevin Papst | |
| Pafat | Plopoyop | |
| Screwdriver | Mister aiR | Nest plus pris en charge. Sera supprimé avec FreshRSS V1.22.0 |
| Swage | Patrick Crandol | |
Si aucun de ceux proposés ne convient, il est toujours possible de [créer

View File

@@ -6886,7 +6886,6 @@ msgid ""
"|:--------------|:-------------------------------------------------------|:--------------------------------------------------------------|\n"
"| Alternative Dark | Ghost | |\n"
"| Ansum | Thomas Guesnon | |\n"
"| Blue Lagoon |Mister aiR | No longer supported. Will be removed with FreshRSS V1.22.0 |\n"
"| Dark | AD | |\n"
"| Dark pink | Miicat_47 | |\n"
"| Flat design | Marien Fressinaud | |\n"
@@ -6895,7 +6894,6 @@ msgid ""
"| Origine | Marien Fressinaud | (default theme) |\n"
"| Origine-compact | Kevin Papst | |\n"
"| Pafat | Plopoyop | |\n"
"| Screwdriver | Mister aiR | No longer supported. Will be removed with FreshRSS V1.22.0 |\n"
"| Swage | Patrick Crandol | |\n"
msgstr ""

View File

@@ -6405,8 +6405,6 @@ msgid ""
"|:--------------|:-------------------------------------------------------|:--------------------------------------------------------------|\n"
"| Alternative Dark | Ghost | |\n"
"| Ansum | Thomas Guesnon | |\n"
"| Blue Lagoon |Mister aiR | No longer supported. Will be removed with "
"FreshRSS V1.22.0 |\n"
"| Dark | AD | |\n"
"| Dark pink | Miicat_47 | |\n"
"| Flat design | Marien Fressinaud | |\n"
@@ -6415,8 +6413,6 @@ msgid ""
"| Origine | Marien Fressinaud | (default theme) |\n"
"| Origine-compact | Kevin Papst | |\n"
"| Pafat | Plopoyop | |\n"
"| Screwdriver | Mister aiR | No longer supported. Will be removed with "
"FreshRSS V1.22.0 |\n"
"| Swage | Patrick Crandol | |\n"
msgstr ""