Bubo Rss Versions Save

An irrationally minimalist, static feed reader (RSS, Atom, JSON) you can instantly deploy on Netlify, Glitch or your own server.

v2.0.2

11 months ago
  • Fixed a bug that could cause Bubo to hang if it failed to fetch one of your feeds
  • Updated packages to latest versions

v2.1.0

1 year ago
  • Updated packages to latest versions and Node version to current LTS (18.12.1)

v2.0.1

2 years ago
  • 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

2 years ago

Migrating Bubo to TypeScript

v1.0.2

2 years ago

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).