12345678910111213141516171819 |
- ----------------------------------------------------------------------
- Version 1.0.0
- * First beta version of library, with most functions for extracting/patching already implemented
- ----------------------------------------------------------------------
- Version 1.0.2
- * Fixed issue when some text files were patched but didn't appear in game ("<string error DID.." error due to incomplete dictionary update)
- ----------------------------------------------------------------------
- Version 1.0.5
- * Fixed issue when some files were replaced by new files, because of incorrect fragmentation journal, which cause "Unable to send request" error in game launcher
- ----------------------------------------------------------------------
- Version 2.0.0
- * Added support for maintaining both original and patched versions of subfiles in .dat file, and switching between these versions.
- ----------------------------------------------------------------------
- Version 2.1.0
- * Changed structure of project in order to use it as library. Added basic API functions for easier library management
- ----------------------------------------------------------------------
-
|