Releases: Marukyu/RankCheck
Releases · Marukyu/RankCheck
RankCheck v1.5.2
Changelog:
- Changed data storage location for player database and configuration file:
- On Windows, the player database is now saved in
%LOCALAPPDATA%\rankcheck\players.db
and the configuration file is located at%APPDATA%\rankcheck\app.cfg
- On Linux, the player database is now saved in
~/.local/share/rankcheck/players.db
and the configuration file is located at~/.config/rankcheck/app.cfg
- Previously, both files were stored in RankCheck's application directory
- On Windows, the player database is now saved in
- Code cleanups to fix compilation warnings
- Updated library versions (TinyFileDialogs, RapidJSON, PugiXML)
- Removed dependency on mingw-std-threads
Thanks to @Forty-Bot for implementing these improvements!
RankCheck v1.5.1
Changelog:
- Fixed player cards displaying "[unknown]" instead of the player name (this was caused by a Steam API change). Thanks to Blatoy for providing a replacement API!
RankCheck v1.5
First open-source release.
Changelog:
- Added option to display the rating history tracker at the top of the RankCheck window.
- Added option to change the game directory. This allows RankCheck to work properly if Awesomenauts is installed in a non-standard library folder.
- Fixed league number not always being computed correctly.
- Updated library versions: RankCheck now uses SFML 2.4.2 and Poco 1.8.1.