This repository has been archived on 2021-11-29. You can view files and clone it, but cannot push or open issues or pull requests.
rsstube-bash-old/CHANGELOG

127 lines
2.8 KiB
Plaintext
Raw Normal View History

2021-11-28 19:00:00 -05:00
# Changelog
## [2020.01.10] - 2020-01-10
- Switch from semantic versioning to calendar versioning
- Add support for more sites by software
### Added
- Hugo
- Mastodon
- Pleroma
- Ability to identify Invidious and Nitter if they're not on the list of known domains
### Changed
- Changed from semantic versioning to calendar versioning
## [2.6.0] - 2020-01-08
- Began support for feeds with unknown domains but known software
### Added
- Added support for WriteFreely and Plume without knowing all domains ahead of time.
- Added more examples to documentation.
### Fixed
- Fixed bugs in Tumblr and Vimeo extractors.
## [2.5.2] - 2020-01-02
- Fixed Cloudflare blocking Tor issue
### Fixed
- Updated the "Tor mode" HTTP header info to bypass Cloudflare blocks.
## [2.5.1] - 2019-12-31
- Fixed YouTube video support issue
### Fixed
- Updated support for rsstube on YouTube video pages following YouTube metadata format change.
- Fixed a bug with the updater.
## [2.5.0] - 2019-12-28
- Improved support for options
### Added
- Added support for --long-options.
### Fixed
- Improved config file robustness.
## [2.4.0] - 2019-11-28
- Realigned code with project goals
### Added
- Added support for Nitter.
### Removed
- Removed Invidious mode... Invidious and YouTube should be treated as separate things.
## [2.3.0] - 2019-11-27
- Added support for more curl options
### Added
- Added (t)or flag to use appropriate HTTP headers to make Cloudflare think we're using the Tor Browser.
- Added (c)url flag to pass arbitrary arguments to curl.
- Added another podcast site (Player.fm).
### Changed
- Did some code refactoring.
## [2.2.1] - 2019-11-15
- Fixed invidious option problem
### Fixed
- Fixed problem with using -i "" as an option for YouTube/Invidious domain from URL not from config.
## [2.2.0] - 2019-11-02
- Added support for YouTube playlists and podcasts.
### Added
- Feeds for YouTube/Invidious playlists.
- Get podcast feeds from Apple Podcasts, Castro.FM, Google Podcasts, and Pocket Casts.
## [2.1.0] - 2019-11-02
- Added support for Invidious.
### Added
- Users can use Invidious URLs.
- Users can specify an Invidious instance to use instead of YouTube.
### Fixed
- Fixed updater for git version.
## [2.0.1] - 2019-10-31
- Fixed updater.
### Fixed
- Fixed updater.
## [2.0.0] - 2019-10-23
- Restructured program
### Added
- Added support for more sites
- Added in-program updating
- Added more options
## [1.1.0] - 2019-10-01
- Improved efficiency.
- Added support for proxies.
### Changed
- Greatly improve efficiency of processing video URLs.
- Switched to curl instead of wget.
### Added
- Added support for proxies with curl.
## [1.0.1] - 2019-08-31
- Improved efficiency.
### Changed
- Improve efficiency of processing channel URLs.
## [1.0.0] - 2019-07-26
- First numbered release.
### Added
- Support for video URLs, not just channel URLs.