Zero breaking changes
Recommended to checkout revised installation instructions for Debian 12:
https://github.com/RSS-Bridge/rss-bridge#how-to-install-on-debian-12-nginx--php-fpm
Officially hosted instance: https://rss-bridge.org/bridge01/
IRC channel #rssbridge at https://libera.chat/
Thank you to all contributors who keeps the project alive.
A subset of changes which might be interesting
Rss-Bridge can now be password protected with required token in the url:
--- config.ini.php 2024-02-02 18:41:36.881743962 +0100
+++ /tmp/1 2024-02-02 18:42:00.289567705 +0100
@@ -92,7 +92,7 @@
password = ""
; Token authentication (URL)
-token = ""
+token = "hunter2"
- chore: add tools for manually administrating the configured cache by @dvikan in #3867
- fix: only escape iframe,script and link for html output by @dvikan in #3882
- [AnnasArchiveBridge] Add new bridge by @Phantop in #3888
- feat: add etag support to getContents by @dvikan in #3893
- fix: add cache clearing tools by @dvikan in #3896
- feat: token authentication by @dvikan in #3927
- [FirefoxReleaseNotesBridge] Add New Bridge by @tillcash in #3930
- Fix Docker exec by @Alkarex in #3941
New Contributors
- @m3nu made their first contribution in #3778
- @itsLameni made their first contribution in #3789
- @wpdevelopment11 made their first contribution in #3793
- @SebLaus made their first contribution in #3786
- @knrdl made their first contribution in #3800
- @RayBB made their first contribution in #3823
- @glacasa made their first contribution in #3825
- @xz47sv made their first contribution in #3835
- @bkidwell made their first contribution in #3843
- @xduugu made their first contribution in #3854
- @tillcash made their first contribution in #3862
- @crisukbot made their first contribution in #3877
- @hleskien made their first contribution in #3920
Full Changelog: 2023-09-24...2024-02-02