Skip to content

Releases: c3kay/hoyolab-rss-feeds

v2.5.0

14 Sep 19:15
v2.5.0
c853213
Compare
Choose a tag to compare

Changes

  • Added new Game Honkai: Nexus Anima

v2.4.3

27 Jul 16:04
v2.4.3
0768d45
Compare
Choose a tag to compare

Fixes

  • Fixed pydantic validation error for post description field
  • Fixed python versions in GitHub CI

v2.4.2

18 May 15:04
v2.4.2
0acecd5
Compare
Choose a tag to compare

Changes

  • Updated dependencies
  • Added support for python 3.13
  • Dropped support for python 3.9

v2.4.1

07 Dec 16:28
v2.4.1
02edc7c
Compare
Choose a tag to compare

Changes

  • Added a summary field for feed items in both Atom and JSON-Feed format (#15)

Fixes

  • Updated dependencies

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