v2.4.2: even more fixes and refinements
This release is primarily a bug fix release to fix bugs reported to me since v2.4.0 and v2.4.1 were released.
Bugs fixed since v2.4.1
- (hopefully) fix support for using uncompressed EVTC files again
- don't crash if attempting to format only unsuccessful logs.
- currently we only support formatting successful logs, but this should be configurable in the future
- Fix a bad invocation of Test-Path using the -Dir parameter which doesn't exist
Changes since v2.4.0
- Shorten the name for the "Skorvald the Shattered (CM)" fractal encounter to "Skorvald (CM)"
- Allow specifying emojis based on the short or long name of the encounter (long name is used if both are provided in the emoji map)
- Fix the simpleArcParse code to compile with Visual Studio
- use [[gnu::unused]] instead of the less portable attribute((unused))
- Add a Visual Studio 2017 solution .sln file to load and build using Visual Studio
- Change the default path for discord_json_data
- Your config won't automatically change. If you want to remove the evraids reference, feel free to edit the configuration file.
- Move some logging lines to be more helpful
- Only log when we actually upload to dps.report or gw2raidar
- Log when we format encounters
- Be more verbose about when a path is invalid
Now that simpleArcParse can be built using Visual Studio, I have provided simpleArcParse.exe files build using Visual Studio as well as GCC (via Code::Blocks).