CHANGELOG 1.1 KB

12345678910111213141516171819
  1. ----------------------------------------------------------------------
  2. Version 1.0.0
  3. * First beta version of library, with most functions for extracting/patching already implemented
  4. ----------------------------------------------------------------------
  5. Version 1.0.2
  6. * Fixed issue when some text files were patched but didn't appear in game ("<string error DID.." error due to incomplete dictionary update)
  7. ----------------------------------------------------------------------
  8. Version 1.0.5
  9. * 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
  10. ----------------------------------------------------------------------
  11. Version 2.0.0
  12. * Added support for maintaining both original and patched versions of subfiles in .dat file, and switching between these versions.
  13. ----------------------------------------------------------------------
  14. Version 2.1.0
  15. * Changed structure of project in order to use it as library. Added basic API functions for easier library management
  16. ----------------------------------------------------------------------