Skip to content

Releases: xivapi/NetStone

1.2.1

13 Jul 14:35
59bf7c8
Compare
Choose a tag to compare

New Features

  • Character
    • Added Bozja (credit to twobe7)
    • Added Eureka (credit to twobe7)

1.2.0

07 Jul 09:43
4d21f40
Compare
Choose a tag to compare

Breaking Changes

  • ClassJobs are now non-nullable. Use IsUnlocked instead of a null check

Fixes

  • Character achievements should now work as intended
  • Added new jobs (credit to Tawmy)

New Features

  • Character
    • Added Tribe
    • Added Clan
    • Added Gender

v1.1.2

07 Jul 09:43
4041ac5
Compare
Choose a tag to compare

Fixes

  • FreeCompany
    • Fix exception when no ranking is present

Version 1.1.0

05 Jul 08:09
8edefcd
Compare
Choose a tag to compare

This release should restore all functionality that broke while there was no active maintenance as well as make using this more intuitive by having more explicit nullability and explicit handling or documentation of possible exceptions.

New Features

  • Item HQ status
  • Game data updated for 6.4

Fixes

  • Character
    • Level of active job
    • Materia
    • Job experience
    • Skill Speed
    • Achievement details
  • Free Company
    • Active State
    • Leveling focus

Technicnal changes

  • Using C# built-in nullability (remove JetBrains annotations)