Skip to content

RSS-Bridge 2018-07-17

Compare
Choose a tag to compare
@logmanoriginal logmanoriginal released this 17 Jul 18:49
· 2351 commits to master since this release

General changes

  • RSS-Bridge now supports authentication (using HTTP Auth) (#728)
    • For more information refer to the Configuration section in the Wiki
  • RSS-Bridge now supports Docker (#720)
    • For more information refer to the Docker section in the Wiki
  • The current git branch is displayed the front page and included when opening issues while running RSS-Bridge from a git directory (#731)
  • Fixed a bug where the favicon was not linked correctly if the current URI contained a path (42c699f)
  • RSS-Bridge now supports feed categories (#746)
    • For more information refer to the Wiki
  • Updated the readme file to reflect latest changes (fbf874c)
    • Removed allow_url_fopen requirement.
    • Added requirement for curl.

New bridges

Modified bridges

  • Dealabs
    • Following site changes (#721)
    • Implemented a generic PepperBridgeAbstract for future expansion (#726)
    • Rewritten the bridge to use the generic PepperBridgeAbstract (#726)
  • Facebook
    • Added option for skipping Reviews (4a5f190)
    • You can now paste Facebook URLs into the name field (5087f5f)
  • Facebook 2 (#742)
    • Removed dependency for file_get_contents (using getContents instead)
  • Kununu
    • Fixed broken page layout (bca79d3)
    • Reviews are now sorted by date instead of relevance (bca79d3)
  • LeBonCoin
    • Follow site changes (#747)
    • Removed dependency for file_get_contents (using getContents instead) (1f2fe25)

Removed bridges

  • IsoHunt (discontinued)