RSS-Bridge 2024-02-02
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 https://github.com/RSS-Bridge/rss-bridge/pull/3867
- fix: only escape iframe,script and link for html output by @dvikan in https://github.com/RSS-Bridge/rss-bridge/pull/3882
- [AnnasArchiveBridge] Add new bridge by @Phantop in https://github.com/RSS-Bridge/rss-bridge/pull/3888
- feat: add etag support to getContents by @dvikan in https://github.com/RSS-Bridge/rss-bridge/pull/3893
- fix: add cache clearing tools by @dvikan in https://github.com/RSS-Bridge/rss-bridge/pull/3896
- feat: token authentication by @dvikan in https://github.com/RSS-Bridge/rss-bridge/pull/3927
- [FirefoxReleaseNotesBridge] Add New Bridge by @tillcash in https://github.com/RSS-Bridge/rss-bridge/pull/3930
- Fix Docker exec by @Alkarex in https://github.com/RSS-Bridge/rss-bridge/pull/3941
New Contributors
- @m3nu made their first contribution in https://github.com/RSS-Bridge/rss-bridge/pull/3778
- @itsLameni made their first contribution in https://github.com/RSS-Bridge/rss-bridge/pull/3789
- @wpdevelopment11 made their first contribution in https://github.com/RSS-Bridge/rss-bridge/pull/3793
- @SebLaus made their first contribution in https://github.com/RSS-Bridge/rss-bridge/pull/3786
- @knrdl made their first contribution in https://github.com/RSS-Bridge/rss-bridge/pull/3800
- @RayBB made their first contribution in https://github.com/RSS-Bridge/rss-bridge/pull/3823
- @glacasa made their first contribution in https://github.com/RSS-Bridge/rss-bridge/pull/3825
- @xz47sv made their first contribution in https://github.com/RSS-Bridge/rss-bridge/pull/3835
- @bkidwell made their first contribution in https://github.com/RSS-Bridge/rss-bridge/pull/3843
- @xduugu made their first contribution in https://github.com/RSS-Bridge/rss-bridge/pull/3854
- @tillcash made their first contribution in https://github.com/RSS-Bridge/rss-bridge/pull/3862
- @crisukbot made their first contribution in https://github.com/RSS-Bridge/rss-bridge/pull/3877
- @hleskien made their first contribution in https://github.com/RSS-Bridge/rss-bridge/pull/3920
Full Changelog: https://github.com/RSS-Bridge/rss-bridge/compare/2023-09-24...2024-02-02