Releases: landaire/wows-toolkit
v0.1.46
v0.1.45
[0.1.45] - 2026-02-05
🚀 Features
- Add charts to session stats
- Allow taking screenshots of charts
Full Changelog: v0.1.44...v0.1.45
v0.1.44
[0.1.44] - 2026-01-30
🚀 Features
- Add manual secondaries
🐛 Bug Fixes
- Restore the stream sniper tech
- Remove plain bomb from damage to prevent double-counting
- Refactoring to fix clippy lints
- Auto-updater should write the new exe in same directory as old exe
- Incomplete match results warning was broken
- Some session stats weren't been shown. hopefully finally fixed?
Full Changelog: v0.1.43...v0.1.44
v0.1.43
[0.1.43] - 2026-01-28
🚀 Features
- Add ability to update session stats from multiple selected items in replay list (
shift + clickorctrl + clickmultiple replays, right-click to update session) - Show players who disconnect early from battle
- Show warning when replay has incomplete results
- Add error text when the toolkit fails to check for updates
🐛 Bug Fixes
- Hopefully fixed some replays not being added to session stats
- Tomato.gg no longer supports WoWs
- Newly parsed replays did not correctly sort by PR
- Bump wows_replays version to hopefully fix never-spotted players not being listed in score
- Re-parse replay on file modification
- PR colors match WoWs-Numbers (thanks janatan)
📚 Documentation
- Update screenshot of the replay tab
Full Changelog: v0.1.42...v0.1.43
v0.1.42
[0.1.42] - 2026-01-21
NOTE: Auto-updater may have broken in the previous release, you may need to manually download the latest release if you get an error when attempting to install the update. To do so, click the "View Release" button and manually download the zip file.
🚀 Features
- Add ship name to interaction player name hover text
- Add PR calculation (thanks WoWs Numbers)
- Reverse the damage interaction details to show ship name normally and player name on hover
🐛 Bug Fixes
- Auto-updater had a bug in how it renamed files
- Replay details no longer cause crash in matches with bots
- Only show achievements header when player has achievements
Prior Versions
There has been a surge of releases over the past couple of days! Screenshots of these features can be found in v0.1.41 release details.
Roundup of features:
- Rudimentary session stats
- Add replay grouping by ship/date + show win/loss
- Add damage breakdowns by player
- Add damage dealt/received breakdowns to tooltip and expanded info
- Add damage interactions to exported data
And bug fixes:
- Update embedded constants file
- Rework error propagation for better error info and app resiliance during updates
- Restore replay view's context menus for grouped items
- Remove air support bomb to prevent damage double-counting
- Auto-updater had a bug in how it renamed files
- Replay details no longer cause crash in matches with bots
- Only show achievements header when player has achievements
v0.1.41
[0.1.41] - 2026-01-21
🚀 Features
- Rudimentary session stats
🐛 Bug Fixes
- Restore replay view's context menus for grouped items
- Remove air support bomb to prevent damage double-counting
[0.1.40] - 2026-01-20
🚀 Features
- Add replay grouping by ship/date + show win/loss. You can revert to the previous display method by changing grouping to "None".
🐛 Bug Fixes
- Rework error propagation for better error info and app resilience during updates
[0.1.39] - 2026-01-20
🚀 Features
- Add damage breakdowns by player
- Add damage dealt/received breakdowns to tooltip and expanded info
- Add damage interactions to exported data
🐛 Bug Fixes
- Update embedded contants file
⚙️ Miscellaneous Tasks
- Update egui to v0.33.3
Full Changelog: v0.1.40...v0.1.41
v0.1.40
[0.1.40] - 2026-01-20
🚀 Features
- Add replay grouping by ship/date + show win/loss. You can revert to the previous display method by changing grouping to "None".
🐛 Bug Fixes
- Rework error propagation for better error info and app resilience during updates
[0.1.39] - 2026-01-20
🚀 Features
- Add damage breakdowns by player
- Add damage dealt/received breakdowns to tooltip and expanded info
- Add damage interactions to exported data
🐛 Bug Fixes
- Update embedded contants file
⚙️ Miscellaneous Tasks
- Update egui to v0.33.3
Full Changelog: v0.1.39...v0.1.40
v0.1.39
[0.1.39] - 2026-01-20
Previous updates seemed to go in a loop. This is a re-release of v0.1.39 which should hopefully fix that issue.
🚀 Features
- Add damage breakdowns by player
- Add damage dealt/received breakdowns to tooltip and expanded info
- Add damage interactions to exported data
🐛 Bug Fixes
- Update embedded contants file
⚙️ Miscellaneous Tasks
- Update egui to v0.33.3
Full Changelog: v0.1.38...v0.1.39
v0.1.38
[0.1.38] - 2025-10-05
Core
- Fix GameParams unpacking/conversion to JSON. Previously the conversion of game data would consume massive amounts of memory. I've updated core libraries to ensure that memory doesn't peak too high (it's now around ~2GiB during the conversion process) and it should now also be much faster.
Full Changelog: v0.1.37...v0.1.38
v0.1.37
[0.1.37] - 2025-10-02
Core
- Bump wowsunpack + wowsreplay versions to fix replays in WoWs 14.9.0
[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.36...v0.1.37