Skip to content

Releases: thesadru/genshin.py

1.5.0

21 Dec 12:00
6685886
Compare
Choose a tag to compare

What's new

  • Added genshin chronicle TCG endpoints.
  • Added teapot replica endpoints.
  • Aded an official source for banner IDs.
  • Made the hoyolab ID optional.

Fixes

  • Fixed false positives when using multiple cookies.
  • Added turkish and italian to the list of languages.

1.4.0

16 Nov 12:24
4b7dabb
Compare
Choose a tag to compare

What's new

  • Added geshin lineup.
  • Added cn calculator endpoints.
  • Added new icon types for genshin characters.

Fixes

  • Invalid cookies are no longer kept.
  • Cookie tokens are now automatically refreshed.

1.3.0

15 Oct 19:47
Compare
Choose a tag to compare

What's new

  • Character data may be updated using 3rd party databases.

Fixes

  • Character names are no longer in a different language.
  • Authkeys can be grabbed from local files again.

1.2.4

12 Sep 14:55
Compare
Choose a tag to compare

Fixes

  • Added dendoruculus to chronicle stats.
  • Added new genshin and honkai characters.

1.2.3

05 Aug 11:40
Compare
Choose a tag to compare

What's new

  • Added the golden apple archipelago activity.

Fixes

  • Updated ds salt for cn daily rewards.
  • Exclude partial and empty characters from responses.

1.2.2

05 Jul 22:39
Compare
Choose a tag to compare

What's new

  • Added user info to genshin stats.

Fixes

  • Fixed enabling of real-time notes and calculator sync.
  • Do not require cookies for authkey endpoints.

1.2.1

28 May 09:34
Compare
Choose a tag to compare

Fixes

  • Increase page size of diaries to 100.
  • Automatically enable real-time notes when used for the first time.

1.2.0

19 May 16:33
Compare
Choose a tag to compare

What's new

  • Added client.uid as a simpler alias for client.uids.
  • Allowed explicit UIDs in diary and calculator endpoints.
  • Implemented an international cookie manager.
  • Added client.proxy.
  • Implemented very basic wiki endpoints.
  • Implemented hoyolab community check-in.

Changes

  • The password is now hidden in python -m genshin login
  • Stored timedeltas instead of datetimes in real-time notes.

Fixes

  • Fixed honkai stats for users without any unlocked abyss.

1.1.0

22 Apr 20:43
Compare
Choose a tag to compare

What's new

  • Added the Parametric Transformer to notes.
  • Provided a direct Client.uid property for easier use with default_game.
  • Added missing activities.

Changes

  • Improved the structure of Exploration models.
  • Removed is_chinese with recognize_region which now requires a genshin.Game.

Fixes

  • Character model validation now works for foreign languages.

1.0.1

15 Apr 19:05
Compare
Choose a tag to compare

Fixes

  • Added mi18n to the cache.
  • Optimized _get_uid.