Releases: stefansundin/rssbox
Releases · stefansundin/rssbox
heroku/v415
heroku/v412
Deploy c7cf1f9
Diff: heroku/v409...heroku/v412
- Fix copy-paste mistake.
- Rename variable.
- Minor cleanup.
- Minor cleanup.
- Add caching framework and implement it for Twitter.
- Implement caching for YouTube.
- Implement caching for Instagram.
- Implement caching for Periscope.
- Implement caching for SoundCloud.
- Implement caching for Mixcloud.
- Implement caching for Twitch.
- Implement caching for Speedrun.com.
- Implement caching for Dailymotion.
- Implement caching for Imgur.
- Implement caching for Dilbert.
- Remove website notice.
heroku/v409
heroku/v407
Deploy 7ed925d
Diff: heroku/v403...heroku/v407
- Use Accept header instead of ".json".
- Twitter has a different ratelimit per endpoint.
- Put all of my classes in an App module to avoid clashing with gems (e.g. the http gem).
- Return status code 422 instead of 503.
- Be less sorry.
- Periscope: add duration.
- Fix exception. Apparently published_at is not always populated.
- Minor cleanup.
- Speedrun: remove "level-subcategories".
- Add INSTAGRAM_SESSIONID. This also removes support for passing a sessionid parameter in the request, so you are no longer able to subscribe to private feeds (unless you self-host RSS Box).
- Remove Google Analytics tracking. Never really looked at the data anyway.
- Migrate external JavaScript.
- Add dark mode.
- Bootstrap v4.5.3
- Remove deprecated "/live" webpage. Amazingly the YouTube code still worked.
heroku/v403
heroku/v401
Deploy 41516fb
Diff: heroku/v394...heroku/v401
- Upgrade gems.
- Remove redis-namespace gem.
- Upgrade to Puma 5.
- Add reinvent URL.
- Fix not all photos being included in tweet. Even though ["entities"]["media"] is an array, it only contains one photo. ["extended_entities"]["media"] contains all of them.
- Support YouTube TV URLs.
- Fix sverigesradio.se embedding.
- Fix imgur album download link
- Update Dailymotion URLs.
- Hopefully fix Instagram exception.
- Remove Ustream. RIP
heroku/v394
heroku/v393
Deploy bf4b853
Diff: heroku/v390...heroku/v393
- Minor kubernetes tweaks.
- eb: use the new EC2 metadata endpoint to get the region
- eb: support IMDSv2.
- Update gems.
- Remove non-functional Instagram is_private code.
- Fix empty Instagram author tag.
- Support new instagram.com/tv/ URLs. They seem pointless to me.
- Refactor JavaScript download code to use fetch. Remove fancy pants chunk downloading.
- Modernize more JavaScript.
- Add JavaScript version of /go that works in Firefox.
- Change two 404 to 410 Gone.
- Delete Facebook code. Discuss here: https://github.com/stefansundin/rssbox/issues/5.
- Move feed options from the dropdown and into the modal.
- Fix deprecation warning.