Releases: c3kay/hoyolab-rss-feeds
Releases · c3kay/hoyolab-rss-feeds
v2.3.1
v2.3.0
v2.2.2
v2.2.1
Changes
- Now using dedicated cover images for posts instead of the first image
Fixes
- Fixed Hoyolab bug: Some images had private URLs and would not load
- Added type checking for tests
v2.2.0
New Features
- Added python 3.11 support
- Added category selection/filtering for feeds
Changes
- feed_loader parameter is now optional for GameFeed
- Updated dependencies
- Minor bug fixes
v2.1.1
Changes
- Added PEP 561 compliance (type hints)
Fixes
- Rewording in CONTRIBUTING.md and README.md
- Fixed build badge in README.md
v2.1.0
New Features
- Added Italian and Turkish.
- An error is now raised if the config contains unknown entries. This should prevent typos in config entries.
Bug Fixes
- Added empty paragraph filtering at beginning of content again (same behaviour as in 1.4.3).
- Fixed a bug in JSON feed writer:
date_updated
instead ofdate_modified
. This caused feeds, or
more precisely articles, to be updated and re-fetched even if they were up-to-date.
v2.0.0
Code Changes
- Reorganized the project as Python package
- Switched from INI to TOML format for config files
- Feeds can now also be in Atom format only
- Removed environment variable for config file path
- Added CLI parameter (
-c
) for config file path - Invocation via
hoyolab-rss-feeds
command
Project Changes
- Changed license from Unlicense to MIT
- Publishing project to PyPI
Full Changelog: v1.4.3...v2.0.0
v1.4.3
Changelog
- Added testing for Windows
- Fixed Windows specific bugs
- Disallowing identical feed paths in config now