diff --git a/CHANGELOG.md b/CHANGELOG.md index 75aa457..9d2f419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [2.2.0] - 2019-11-11 + +* Upgraded to latest CascLib +* Added support for WarCraft III Reforged +* Windows: + * Dokany is now linked statically, this allows stormex to run correctly without it installed. Previously it would attempt to load dokany's `.dll` even if `--mount` option wasn't used. This is now fixed and dokany is now optional dependency as it was intended. + * Officiall binaries will now be built on Linux, using mingw as cross compiler. (Building on Windows using MVSC compiler is still supported). + ## [2.1.0] - 2019-07-31 * Added basic support for mounting CASC as filesystem visible to the OS using [FUSE](https://github.com/libfuse/libfuse). diff --git a/include/common.hpp b/include/common.hpp index ccf410a..3a46cbd 100644 --- a/include/common.hpp +++ b/include/common.hpp @@ -6,7 +6,7 @@ #include "mplog/ColorConsoleAppenderStderr.h" // #include "plog/Formatters/FuncMessageFormatter.h" -static const std::string stormexVersion = "2.1.0"; +static const std::string stormexVersion = "2.2.0"; static plog::ColorConsoleAppenderStdErr consoleAppender; // static plog::ColorConsoleAppender consoleAppender;