Releases: thesadru/genshin.py
Releases · thesadru/genshin.py
1.5.0
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
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
What's new
- Added
client.uid
as a simpler alias forclient.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
What's new
- Added the Parametric Transformer to notes.
- Provided a direct
Client.uid
property for easier use withdefault_game
. - Added missing activities.
Changes
- Improved the structure of Exploration models.
- Removed
is_chinese
withrecognize_region
which now requires agenshin.Game
.
Fixes
- Character model validation now works for foreign languages.