Skip to content

Releases: c3kay/hoyolab-rss-feeds

v2.3.1

02 Jul 20:30
v2.3.1
0816aa9
Compare
Choose a tag to compare

Changes

  • Added support for python 3.12
    • Support for python 3.8 will be dropped in the next version

Fixes

  • Added fix for native hoyolab video posts (#13)

v2.3.0

26 Jan 20:26
7743df6
Compare
Choose a tag to compare

New Features

  • Added simple logging (for level INFO)

Fixes

  • Added a Hoyolab structured content parser to fix #10

v2.2.2

07 Jan 15:03
v2.2.2
7470399
Compare
Choose a tag to compare

Fixes

  • Added temporary notification message for #10
  • Updated dependencies
  • Minor bug fixes

v2.2.1

14 Aug 19:36
f23c1ab
Compare
Choose a tag to compare

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

11 Jul 22:08
fdeb24e
Compare
Choose a tag to compare

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

24 Jan 00:00
ecf7610
Compare
Choose a tag to compare

Changes

  • Added PEP 561 compliance (type hints)

Fixes

  • Rewording in CONTRIBUTING.md and README.md
  • Fixed build badge in README.md

v2.1.0

10 Dec 17:02
d50e572
Compare
Choose a tag to compare

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 of date_modified. This caused feeds, or
    more precisely articles, to be updated and re-fetched even if they were up-to-date.

v2.0.0

11 Nov 03:41
ab67b4d
Compare
Choose a tag to compare

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

01 Aug 18:03
8499168
Compare
Choose a tag to compare

Changelog

  • Added testing for Windows
  • Fixed Windows specific bugs
  • Disallowing identical feed paths in config now