Skip to content

Releases: seriaati/enka-py

v2.2.4

20 Jun 21:59
Compare
Choose a tag to compare

2.2.4 - 2024-06-20

Bug Fixes

  • Fix eidolon trace level boosts not taken into account - (af46fc6)
  • Fix calculating relic set effects incorrectly - (ad5df45)

Continuous Integrations

Documentation

Features

Miscellaneous Chores

  • (deps) Add test dependency group - (026867d)
  • (deps) update dependency ruff to v0.4.10 - (1841ff5)

v2.2.3

16 Jun 04:41
Compare
Choose a tag to compare

2.2.3 - 2024-06-16

Continuous Integrations

  • Configure PYPI release - (50c7bb1)

Documentation

  • Update installtion instructions - (ecf63c1)

Miscellaneous Chores

  • Change project name to enka-api - (79ea4f0)

v2.2.2

15 Jun 06:22
df3f7f7
Compare
Choose a tag to compare

2.2.2 - 2024-06-15

Bug Fixes

  • (deps) update dependency orjson to v3.10.4 - (0b6cdfc)
  • (deps) update dependency pydantic to v2.7.4 - (03be026)
  • (deps) update dependency orjson to v3.10.5 - (b308323)
  • Fix validation error on Artifact.setNameTextMapHash - (d95ed89)
  • Fix validation error on gi.Aritfact.nameTextMapHash - (5443b46)
  • Fix validation error on gi.Weapon.nameTextMapHash - (21c43b5)

Documentation

Miscellaneous Chores

  • (deps) update dependency ruff to v0.4.9 - (cfc6212)
  • (renovate) Fix JSON schema issue - (0c91f29)

v2.2.1

08 Jun 13:16
Compare
Choose a tag to compare

2.2.1 - 2024-06-08

Bug Fixes

  • Handle empty sub stat list in HSR Relic - (160484e)

Features

  • Migrate to new enka-py-assets - (08e7f0c)

Tests

  • Add unit test for empty substat list - (4f89e3e)

v2.2.0

07 Jun 04:22
Compare
Choose a tag to compare

2.2.0 - 2024-06-07

Bug Fixes

  • (deps) update dependency pydantic to v2.7.2 (#26) - (3525acd)
  • (deps) update dependency pydantic to v2.7.3 (#27) - (ed5570c)

Continuous Integrations

  • Configure workflows - (9e9ca9b)
  • Fix invalid python version - (08f6c5d)

Documentation

  • Fix hakushin-py repo link - (23f0acd)

Features

  • (hsr) Add base stats to character stats (#21) - (daa54be)
  • [breaking]Represent HSR character stats with a dictionary - (f46f0b1)

Miscellaneous Chores

  • (deps) Update dependencies (#22) - (e84b3bf)
  • (deps) update dependency ruff to v0.4.7 (#25) - (ae333b5)
  • (deps) update dependency pytest to v8.2.2 (#28) - (da21068)
  • (deps) update dependency ruff to v0.4.8 - (a33cf88)
  • (ruff) Split ruff config to seperate file - (bae6507)
  • Configure Renovate (#24) - (e7651e8)
  • Update renovate.json - (7b4205b)

v2.1.3

25 May 02:33
Compare
Choose a tag to compare

2.1.3 - 2024-05-25

Bug Fixes

  • Fix invalid StarRailRes icon - (32c146e)
  • Fix trace stat icons not using StarRailRes - (b174643)
  • Fix some skill icons using StarRailRes - (ba87037)
  • Fix skill icons not using Enka - (dee85f8)

Features

  • (gi) Add specialized_stat field to Character - (774e966)
  • Add option to get stat icons from StarRailRes - (04eb177)

v2.1.2

23 May 08:04
Compare
Choose a tag to compare

2.1.2 - 2024-05-23

Bug Fixes

  • (gi) Modify "is_upgraded" default value - (1f6f8e8)
  • Fix HSRClient game value being wrong - (54e7399)
  • Fix rarity map KeyError - (9750b43)

Features

  • (gi) Add "is_upgraded" bool field to talents (#19) - (8badda1)
  • Export Game enum to main module - (36fead8)
  • Export Owner model to main module - (c088d98)

Miscellaneous Chores

Style

  • Change game attribute of BaseClient to public - (c2085e1)

v2.1.1

17 May 00:11
Compare
Choose a tag to compare

2.1.1 - 2024-05-17

Bug Fixes

  • Add default value for LightCone.ascension - (4e3b5af)

Features

  • Add ability to fetch and parse raw showcase data - (898ac78)

Tests

  • Add raw data fetch and parse test - (ef6fb9c)

v2.1.0

15 May 02:09
Compare
Choose a tag to compare

2.1.0 - 2024-05-15

Documentation

Features

v2.0.2

14 May 23:35
Compare
Choose a tag to compare

2.0.2 - 2024-05-14

Bug Fixes

  • (models) Add default value for ascension - (fb65231)
  • (models) Add default values for Player and PlayerStats - (e580f64)
  • (models) Add default value for relics field in Character - (bc0f7f9)
  • Handle empty max arg - (deb0482)
  • Handle missing level field in Relic - (e4c2a66)
  • Fix using type as default value - (a767569)

Documentation

Tests

  • (hsr) Add low level account test - (17c94be)