Releases: razaqq/PotatoAlert
Releases · razaqq/PotatoAlert
3.1.5
- reworked match history gui, now featuring pages and allows for deletion of multiple entries at once
- reworked replay summary gui to more closely match the ingame one
- added combat scout achievement
- reworked database
- fixed double replay analyze
- fixed coop/pve stats mixup
3.1.4
- fixed replay parsing for 0.11.11
3.1.3
- Added option for vertical table layout
3.1.2
- Fix app close on minimize
- Fix window restore state after minimize
3.1.1
- Added settings to change team stats mode (weighted, average, median)
- Fixed high dpi scaling and replace remaining pixel graphics with vector graphics
- Reworked settings GUI
- Added option to toggle CSV match saving
- Fixed a bug that could cause the arena info to fail to read
- Fixed drop shadow in replay summary
- Fixed Its Just a Flesh Wound Achievement
- Fixed titlebar unresponsiveness after minimizing to tray
- Use dependency injection
- Localized replay summary
- Added experimental support for chinese server
- Added localization for chinese (traditional, simplified) and japanese
- Fixed a bug that could cause a crash if a match was deleted from match history before being analyzed
3.1.0
- Added ship tier and icon to table
- Added match history, which records all matches played and lets you view your performance (dmg, achievements, ribbons) afterwards
- Added Replay Parser, used to extract information from replays
- Added option to minimize to tray on close
- Upgraded to Qt6
- Reworked CSV writer
- Reworked menu bar
- Removed option to override replays folder
- Added option to capture app snapshot
- New backend with much faster loading time (also Stats Mode option in settings allows you to change where the stats displayed are fetched from)
- Switched logging to
spdlog
- Fix window moving on restart
- Fix removal of old updater files
- Lots of internal changes & fixes