aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-10-27 23:31:09 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-10-27 23:31:09 +0200
commitb228342b2f3c63d609ca3a9c8c1c2b8f649bba19 (patch)
treee20441fd9eb037904c020ad71da4058de03eb0ed
parent58a46f0023e0a13f4f099597ff84449ca274f4c2 (diff)
Changelog 1.22.1
-rw-r--r--CHANGELOG.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 36a4ac1da..1815f622a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,11 +2,27 @@
## 202X-XX-XX FreshRSS 1.22.1-dev
+* Bug fixing
+ * Fix regression in i18n English fallback for extensions [#5752](https://github.com/FreshRSS/FreshRSS/pull/5752)
+ * Fix identification of thumbnails [#5750](https://github.com/FreshRSS/FreshRSS/pull/5750)
+ * OpenID Connect compatibility with colon `:` in `OIDC_SCOPES` [#5753](https://github.com/FreshRSS/FreshRSS/pull/5753)
+ * 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)
+* Misc.
+ * Move to GitHub Actions for our GitHub Pages [#5681](https://github.com/FreshRSS/FreshRSS/pull/5681)
+
## 2023-10-23 FreshRSS 1.22.0
* Features
- * Add support for OpenID Connect (only in our default Debian-based Docker image for x86_64, not Alpine) through [`libapache2-mod-auth-openidc`](https://github.com/OpenIDC/mod_auth_openidc)
+ * Add support for OpenID Connect (only in our default Debian-based Docker image for `x86_64`, not Alpine) through [`libapache2-mod-auth-openidc`](https://github.com/OpenIDC/mod_auth_openidc)
[#5351](https://github.com/FreshRSS/FreshRSS/pull/5351), [#5463](https://github.com/FreshRSS/FreshRSS/pull/5463), [#5481](https://github.com/FreshRSS/FreshRSS/pull/5481),
[#5523](https://github.com/FreshRSS/FreshRSS/pull/5523), [#5646](https://github.com/FreshRSS/FreshRSS/pull/5646)
* Allow sharing in anonymous mode [#5261](https://github.com/FreshRSS/FreshRSS/pull/5261)