Skip to content

Releases: landaire/wows-toolkit

v0.1.36

02 Oct 03:21

Choose a tag to compare

Note: REPLAY PARSER IS STILL BROKEN BECAUSE OF WoWs 14.9.0 UPDATE. PLEASE SEE DISCORD FOR STATUS.

[0.1.36] - 2025-10-02

Resource_unpacker

  • Fix slow conversion of GameParams
  • Fix base params unpacking

[0.1.35] - 2025-10-01

Resource_unpacker

  • Add button for dumping base GameParams

Full Changelog: v0.1.35...v0.1.36

v0.1.35

01 Oct 01:23

Choose a tag to compare

What's Changed

  • Update tomato.gg URLs: the realm comes after the player identifiers. by @travis-bradbury in #15
  • Fix compatibility with WoWs 14.9.0
  • Add button to resource unpacker for dumping "base" GameParams

New Contributors

Full Changelog: v0.1.34...v0.1.35

v0.1.35-alpha

26 Sep 05:50
5c45be4

Choose a tag to compare

v0.1.35-alpha Pre-release
Pre-release

What's Changed

  • Fixed support for PT 14.9.0
  • Update tomato.gg URLs: the realm comes after the player identifiers. by @travis-bradbury in #15

New Contributors

Full Changelog: v0.1.34...v0.1.35-alpha

v0.1.34

03 Apr 18:51

Choose a tag to compare

[0.1.34] - 2025-04-03

Player Tracker

  • Fix crash when using filter larger than hours

Replays

  • Fix regression with detecting replays stored in versioned folders

Full Changelog: v0.1.33...v0.1.34

v0.1.33

03 Apr 05:12

Choose a tag to compare

[0.1.33] - 2025-04-03

App

  • Increase zoom factor to 1.1 by default and fix UI issues when changing zoom factor
  • Only set zoom factor if no settings have been saved
  • Add panic handler and detect crashes
  • Ensure that the new update filename matches the old one

Replays

  • Format replay file listing with newlines for easier reading
  • Expose hit information (CV data is not currently exported in data export)

Full Changelog: v0.1.32...v0.1.33

v0.1.32

27 Mar 05:37

Choose a tag to compare

[0.1.32] - 2025-03-27

πŸ› Bug Fixes

  • Application icon is now embedded in binary/shows when pinned to taskbar

App

  • Add Discord server link

Replays

  • Update builtin constants.json file for latest game version

Full Changelog: v0.1.31...v0.1.32

v0.1.31

18 Mar 06:33

Choose a tag to compare

[0.1.31] - 2025-03-18

πŸš€ Features

  • (replays) Allow exporting as CSV

[0.1.30] - 2025-03-17

πŸš€ Features

  • (replays) Add match data export. Thanks to @Helmi for the initial pull request implementation and @C-Vac for feedback.
  • (replays) Add data auto-export in settings tab
  • (replays) Data export provides module and skill names
  • (replays) Show build info when player details are expanded
  • (replays) Added kills column
  • (replays) Test ship players can see their own stats (and optionally hide them in case they want to share a screenshot or something)

πŸ› Bug Fixes

  • (replays) Only make one attempt to parse historical replays
  • (replays) Fix inconsistencies between auto data export and manual export

Replays

  • Remove dead code
  • Only auto-export results if server-provided data is available

Full Changelog: v0.1.29...v0.1.31

v0.1.30

17 Mar 19:39

Choose a tag to compare

[0.1.30] - 2025-03-17

πŸš€ Features

  • (replays) Add match data export. Thanks to @Helmi for the initial pull request implementation and @C-Vac for feedback.
  • (replays) Add data auto-export in settings tab
  • (replays) Data export provides module and skill names
  • (replays) Show build info when player details are expanded
  • (replays) Added kills column
  • (replays) Test ship players can see their own stats (and optionally hide them in case they want to share a screenshot or something)

πŸ› Bug Fixes

  • (replays) Only make one attempt to parse historical replays
  • (replays) Fix inconsistencies between auto data export and manual export

Replays

  • Remove dead code
  • Only auto-export results if server-provided data is available

Full Changelog: v0.1.29...v0.1.30

v0.1.30-alpha2

17 Mar 06:19

Choose a tag to compare

v0.1.30-alpha2 Pre-release
Pre-release

[0.1.30-alpha2] - 2025-03-17

πŸš€ Features

  • (replays) Add data export
  • (replays) Add data auto-export in settings tab
  • (replays) Data export provides module and skill names
  • (replays) Show build info when player details are expanded
  • (replays) Added kill column

πŸ› Bug Fixes

  • (replays) Only make one attempt to parse historical replays
  • (replays) Fix inconsistencies between auto data export and manual export

Replays

  • Remove dead code
  • Only auto-export results if server-provided data is available

Full Changelog: v0.1.29...v0.1.30-alpha2

v0.1.30-alpha

16 Mar 04:15

Choose a tag to compare

v0.1.30-alpha Pre-release
Pre-release

v0.1.30-alpha

Data export features are not well-tested and some other things were refactored in the process. As such, please report any issues encountered.

πŸš€ Features

  • (replays) Add data export
  • (replays) Add data auto-export in settings tab

πŸ› Bug Fixes

  • (replays) Only make one attempt to parse historical replays

Replays

  • Remove dead code
  • Only write results if server-provided data is available