Releases: georgemandis/bubo-rss
Releases · georgemandis/bubo-rss
v2.0.2
v2.0.1
- Now using feed URL as title for fallback if title is empty (opinionated change based on looking at some feeds I subscribe to)
- Updated package.json license + other info
- Added Bubo version to renderer variables to more easily report what version of Bubo is running at https://bubo-rss-demo.netlify.app/ without tweaking the template every time
- Changed console reporting to show total number of feeds fetched over time + how many errored out
- Fixed formatting (will add .prettierrc or some such thing soon)
v2.0.0
Migrating Bubo to TypeScript
v1.0.2
This patch fixes issues in v1.0.0 with parsing certain JSON feeds that had a different mime-type (application/feed+json) and alternative properties for URLs (home_page_url). It also handles items without a title field more gracefully by displaying the URL as the title in the template.
This patch also adds an nvmrc
file to specify Node 16+ as that's the version Bubo Reader was developed on. The optional-chaining operator was introduced and broke the script in earlier versions of Node (< 14).