Skip to content

RSS-Bridge 2018-11-10

Compare
Choose a tag to compare
@logmanoriginal logmanoriginal released this 10 Nov 17:10
· 2188 commits to master since this release

General changes

  • Updated CONTRIBUTING to include all tests and link to the Wiki (d987cee)
  • Updated php-urljoin (#867)
  • Fixed a bug where the default value for a checkbox was set to "1" instead of "checked" (#874)
  • Fixed a bug introduced by #841 that prevented RSS-Bridge from sending HTTP 304 responses. For more information see #875 (#880)
  • Fixed open_basedir warnings if .git/HEAD isn't in open_basedir (#887)
  • Added favicons to most bridges (7621784)
  • Added an option to display the administrator email address on the front page (#896)
    Find more information on the Wiki
  • Added a template for bridge requests on GitHub (7e3787a)
  • Added integration tests for PHP version compatibility (a935e31)

New bridges

Modified bridges

  • Askfm

  • Etsy

    • Fixed bridge and corrected typos (#873)
  • Facebook

    • Fixed 'SpSonSsoSredS' text in title (7561c06)
    • Fixed items link to localhost (717b0bd)
    • Fixed broken feed caused by regex parsing (cb488d9)
    • Added filter to remove tracking code (723bd11)
    • Added filter to keep title and description of embedded media (7026684)
    • Removed filter that removed origin information of embedded media (0b2ede3)
    • Added filter to remove hidden elements from posts (104ae22)
    • Added filter to remove videos and view counts from posts (68ee24d)
    • Updated filter to remove " - Posts" from author name (#917)
  • FB2

    • Added updated timestamps to each post (#849)
    • Replaced emoticon images by their textual representation (62d737e)
    • Use a new URL for the cursor to fix #851 (7596be6)
    • Fixed number of fetched items (30bc517)
    • Added support for images (afd5ef0)
  • GitHubGist

  • Instagram

    • Added caption existence check to reduce PHP warnings in server logs (#865)
    • Fixed adding duplicate URLs when parsing Instagram stories (#715)
    • Added support for Instagram locations (19a7f10)
  • RainbowSixSiege

    • Fixed missing news (#908)
  • Rue89

    • Entirely rewritten using the JSON API (110b865)
  • ThePirateBay

    • Fixed TLD from .org to .wf (#907)
  • Youtube

    • Fixed playlist mode (#876)
  • ZoneTelechargement

    • Made the bridge more robust to URL change (#881)

Removed bridges

No bridges were removed in this release!