Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Talv committed Nov 11, 2019
1 parent b6eded0 commit 1e93179
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion include/common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<plog::TxtFormatter> consoleAppender;
// static plog::ColorConsoleAppender<plog::FuncMessageFormatter> consoleAppender;
Expand Down

0 comments on commit 1e93179

Please sign in to comment.