This release contains mostly some bug fixes for the recent 1.22.0.
This version 1.22.x is also the last to support PHP 7.2 before requiring PHP 7.4+.
A few highlights ✨:
- Fix regression in extensions translations (i18n)
- Better identification of proxied client IP
- Better support of environment variables in K8s setups
- And more!
This release has been made by several contributors: @Alkarex, @Frenzie, @MHketbi, @XtremeOwnageDotCom, @math-GH, @mossroy
Full changelog:
- Bug fixing
- Fix regression in i18n English fallback for extensions #5752
- Fix identification of thumbnails #5750
- OpenID Connect compatibility with colon
: in OIDC_SCOPES #5753, #5764
- Avoid a warning on non-numeric
TRUSTED_PROXY environment variable #5733
- Better identification of proxied client IP with
RemoteIPInternalProxy in Apache #5740
- Deployment
- Export all environment variables to cron (to allow custom environment variables such as for Kubernetes) #5772
- Docker: Upgraded Alpine dev image
freshrss/freshrss:newest to PHP 8.3 #5764
- Compatibility
- Test compatibility with PHP 8.3 #5764
- UI
- i18n
- Better i18n string for feed submenu for mark as read #5762
- Improve Dutch #5759
- Misc.
- Move to GitHub Actions for our GitHub Pages #5681
- Update dev dependencies and use
stylelint-stylistic #5766