Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. RSS-Bridge
  3. RSS-Bridge - Package Updates

RSS-Bridge - Package Updates

Scheduled Pinned Locked Moved RSS-Bridge
21 Posts 2 Posters 3.2k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • girishG Offline
    girishG Offline
    girish
    Staff
    wrote on last edited by
    #12

    [1.5.0]

    • Update RSS Bridge to 2023-03-22
    • Full changelog
    • fix: Let curl select the default HTTP version instead of hardcoding HTTP 1.1 (#3249)
    • fix: Disallow usage of default password (#3284)
    • refactor: Reformat codebase to PSR12 (#2872) [0]
    • feat: The docker container now uses libcurl-impersonate to better impersonate a browser (#2941)
    • feat: Config option to limit the maximum http message size (#3140)
    • feat: URL filter option to FilterBridge (#3212)
    1 Reply Last reply
    0
    • girishG Offline
      girishG Offline
      girish
      Staff
      wrote on last edited by
      #13

      [1.6.0]

      • Update RSS Bridge to 2023-07-11
      • Full changelog
      • new config enable_debug_mode and debug_mode_whitelist[] #3324
      • config now can be modified with env #3428
      • FeedMergeBridge now allows one or more feeds to fail while preserving the others #3476
      • feat: add health check action in #3484
      • feat: add system config enable_maintenance_mode #3497
      1 Reply Last reply
      0
      • girishG Offline
        girishG Offline
        girish
        Staff
        wrote on last edited by
        #14

        [1.6.1]

        • Update RSS Bridge to 2023-07-13
        • Full changelog
        1 Reply Last reply
        0
        • girishG Offline
          girishG Offline
          girish
          Staff
          wrote on last edited by
          #15

          [1.7.0]

          • Update RSS Bridge to 2023-09-24
          • Full changelog
          • The caching systems have been rewritten. All existing cache items will be considered expired.
          1 Reply Last reply
          0
          • girishG Offline
            girishG Offline
            girish
            Staff
            wrote on last edited by
            #16

            [1.8.0]

            • Update base image to 4.2.0
            1 Reply Last reply
            0
            • girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #17

              [1.9.0]

              • Update RSS Bridge to 2024-02-02
              • Full changelog
              • 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
              1 Reply Last reply
              0
              • Package UpdatesP Offline
                Package UpdatesP Offline
                Package Updates
                App Dev
                wrote on last edited by
                #18

                [1.10.0]

                • Update rss-bridge to 2025-01-02
                • Full Changelog
                • fix: convert php errors to exceptions when in debug mode by @​dvikan in https://github.com/RSS-Bridge/rss-bridge/pull/4176
                • Bump min php version from 7.4 to 8.0.
                • Introduce a new document root with separate data folder (e.g. /var/www/rss-bridge/public and /var/www/rss-bridge/var/)
                • rss-bridge is trivially vulnerable to XSS in the HtmlFormat page since we dont sanitize the html(mostly harmless since theres not much to exploit). Feed readers do sanitize html so no problem there.
                • rss-bridge is trivially vulnerable to SSRF (mostly harmless? hard to exfiltrate data) Also we actually want to allow to fetch resources from non-public IP addresses, so maybe introduce a config for this allowance
                1 Reply Last reply
                0
                • Package UpdatesP Offline
                  Package UpdatesP Offline
                  Package Updates
                  App Dev
                  wrote on last edited by
                  #19

                  [1.11.0]

                  • Update rss-bridge to 2025-01-26
                  • Full Changelog
                  • feat(reddit): support video by @​dvikan in https://github.com/RSS-Bridge/rss-bridge/pull/4380
                  • [EdfPrices Bridge] add HC/HP, base and EJP by @​floviolleau in https://github.com/RSS-Bridge/rss-bridge/pull/4369
                  • [CentreFranceBridge] Update parser to handle latest website layout changes by @​quent1-fr in https://github.com/RSS-Bridge/rss-bridge/pull/4372
                  • [MixologyBridge] adapt to latest site changes by @​swofl in https://github.com/RSS-Bridge/rss-bridge/pull/4368
                  • Update BlueskyBridge.php by @​mruac in https://github.com/RSS-Bridge/rss-bridge/pull/4367
                  • [BlizzardNewsBridge] fix BlizzardNewsBridge by @​Niehztog in https://github.com/RSS-Bridge/rss-bridge/pull/4379
                  • fix(rumble): exterminate double leading slashes in item url by @​dvikan in https://github.com/RSS-Bridge/rss-bridge/pull/4381
                  • [MixologyBridge] add null checks for author and timestamp elements by @​swofl in https://github.com/RSS-Bridge/rss-bridge/pull/4383
                  • fix: upgrade hardcoded version number, fix #​4382 by @​dvikan in https://github.com/RSS-Bridge/rss-bridge/pull/4384
                  • refactor: remove dead code by @​dvikan in https://github.com/RSS-Bridge/rss-bridge/pull/4385
                  • fix(url): disallowe wonky path by @​dvikan in https://github.com/RSS-Bridge/rss-bridge/pull/4386
                  • fix: cache 400 and 404, and refactor token auth by @​dvikan in https://github.com/RSS-Bridge/rss-bridge/pull/4388
                  • refactor(donnons) by @​dvikan in https://github.com/RSS-Bridge/rss-bridge/pull/4389
                  • fix(ceska): item image by @​dvikan in https://github.com/RSS-Bridge/rss-bridge/pull/4390
                  • fix(legifrance): emergency repair, still semi-broken by @​dvikan in https://github.com/RSS-Bridge/rss-bridge/pull/4391
                  • feat(feedmerge): remove duplicates based off of title too by @​dvikan in https://github.com/RSS-Bridge/rss-bridge/pull/4392
                  • Fix 257 by @​dvikan in https://github.com/RSS-Bridge/rss-bridge/pull/4393
                  • feat(telegram): add pagination fetching of messages by @​dvikan in https://github.com/RSS-Bridge/rss-bridge/pull/4394
                  • feat: extract simple_html_dom max_file_size to config by @​dvikan in https://github.com/RSS-Bridge/rss-bridge/pull/4395
                  • feat: add section link to frontpage bridge card by @​dvikan in https://github.com/RSS-Bridge/rss-bridge/pull/4396
                  • [EconomistWorldInBriefBridge] Update bridge by @​SqrtMinusOne in https://github.com/RSS-Bridge/rss-bridge/pull/4397
                  • [AnthropicBridge] Add Anthropic Bridge by @​SqrtMinusOne in https://github.com/RSS-Bridge/rss-bridge/pull/4398
                  • [GolemBridge.php] changed cookie by @​Tone866 in https://github.com/RSS-Bridge/rss-bridge/pull/4399
                  • Update 06_Public_Hosts.md by @​vdbhb59 in https://github.com/RSS-Bridge/rss-bridge/pull/4401
                  • [OllamaBridge] Add bridge by @​SqrtMinusOne in https://github.com/RSS-Bridge/rss-bridge/pull/4403
                  • [FragDenStaatBridge] remove bridge by @​swofl in https://github.com/RSS-Bridge/rss-bridge/pull/4405
                  • Fix MondeDiplo empty content by @​Simounet in https://github.com/RSS-Bridge/rss-bridge/pull/4407
                  • [Formula1Bridge] API key and URL format update by @​axor-mst in https://github.com/RSS-Bridge/rss-bridge/pull/4412
                  • [VkBridge] Unassign maintainer by @​em92 in https://github.com/RSS-Bridge/rss-bridge/pull/4418
                  • fix: drop extension requirement in feed icon url, fix #​4416 by @​dvikan in https://github.com/RSS-Bridge/rss-bridge/pull/4421
                  • [BundestagParteispendenBridge] Fix cURL Error by @​SebLaus in https://github.com/RSS-Bridge/rss-bridge/pull/4420
                  • feat(FeedParser): recursively parse rss modules by @​dvikan in https://github.com/RSS-Bridge/rss-bridge/pull/4422
                  • [RutubeBridge] Use publication time instead of creation time by @​em92 in https://github.com/RSS-Bridge/rss-bridge/pull/4417
                  • Add lfc.pl bridge by @​brtsos in https://github.com/RSS-Bridge/rss-bridge/pull/4419
                  • [BlueskyBridge] Fix embedded custom feed TypeError by @​burrow335 in https://github.com/RSS-Bridge/rss-bridge/pull/4413
                  • @​brtsos made their first contribution in https://github.com/RSS-Bridge/rss-bridge/pull/4419
                  • @​burrow335 made their first contribution in https://github.com/RSS-Bridge/rss-bridge/pull/4413
                  1 Reply Last reply
                  0
                  • Package UpdatesP Offline
                    Package UpdatesP Offline
                    Package Updates
                    App Dev
                    wrote on last edited by
                    #20

                    [1.12.0]

                    • Update base image to 5.0.0
                    1 Reply Last reply
                    0
                    • Package UpdatesP Offline
                      Package UpdatesP Offline
                      Package Updates
                      App Dev
                      wrote last edited by
                      #21

                      [1.13.0]

                      • Update rss-bridge to 2025-06-03
                      • Full Changelog
                      • Fix lfc.pl bug with page content when comments exist by @brtsos in https://github.com/RSS-Bridge/rss-bridge/pull/4425
                      • [AnisearchBridge] changed id of div so trailers work again by @Tone866 in https://github.com/RSS-Bridge/rss-bridge/pull/4428
                      • [GovTrackBridge] Rebase on top of official RSS feed by @Phantop in https://github.com/RSS-Bridge/rss-bridge/pull/4429
                      • fix: set default cache TTL of 1d by @dvikan in https://github.com/RSS-Bridge/rss-bridge/pull/4434
                      • [PepperBridgeAbstract, DealabsBridge, HotUKDealsBridge, MydealsBridge] Fixing bridge and add subcategories by @sysadminstory in https://github.com/RSS-Bridge/rss-bridge/pull/4436
                      • [PepperBridgeAbstract, DealabsBridge, HotUKDealsBridge, MydealsBridge] Fix parameters typo by @sysadminstory in https://github.com/RSS-Bridge/rss-bridge/pull/4439
                      • [YouTubeFeedExpanderBridge] Add bridge by @Phantop in https://github.com/RSS-Bridge/rss-bridge/pull/4430
                      • Fix CarThrottleBridge by @t0stiman in https://github.com/RSS-Bridge/rss-bridge/pull/4442
                      • fix nn.de description and paywall filter by @theScrabi in https://github.com/RSS-Bridge/rss-bridge/pull/4444
                      • fix(vk): semi-disable broken bridge by @dvikan in https://github.com/RSS-Bridge/rss-bridge/pull/4448
                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Bookmarks
                      • Search