Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

40 lines (28 loc) · 2.01 KB

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.
    • Linux will work out of the box.
    • MacOS is likely to work but hasn't been tested.
    • Under Windows app is compiled against dokanfuse wrapper library. In order for it to work Dokany must be installed on the system.

[2.0.0] - 2019-07-26

  • Refactored entire codebase..
  • CascLib upgraded to 1.20:
    • Enumerating MNDX storage is now much faster (SC2 & Storm data)
    • The library now outputs filepaths with backslashes, instead of forwardslashes as it did previously in case of SC2/Storm.
    • Applied patch to preserve original case sensitivity of filenames.
  • The core functionality remains intact, however some of the existing options/arguments have been renamed and/or reorganized. Hopefully for the better.

[1.4.0] - 2019-07-22

  • Introduced compatibility with Windows

[1.3.0] - 2019-05-26

[1.1.0] - 2019-05-26