Releases: ike9000e/p7z-usr
Releases · ike9000e/p7z-usr
v0.9
- Fixed opening of archives containing unicode characters in path name.
v0.8
- File dates on extracted files fix.
- New INI option: 'bDisableFileDates'.
NOTE: Present is persisting bug causing errors on all archives with unicode-character in paths. I.e. they won't be opened by the plugin. Should be fixed in the next release.
v0.7
Note: version v0.6 was an internal release.
v0.5
- Added '-flto' Compiler and linker switch for better code optimization (-53KB)
- Dropped 'szInputBoxSymbol' and 'szMessageBoxSymbol' from the INI config.
- Now using ExtensionInitialize, if available. Feature provided by DCMD SDK.
v0.4
- Loading of "7z.so" library from path that contains unicode characters should now work (Fix).
- Critical error messages on "7z.so" loading, in DCMD, now show errors in the message-box before terminating the application.
- Minor changes in the way how to turn on debug mode using the INI configuration.
- Changed how "7z.so" library is loaded.
- Removed unnecessary code assertions.
- Readme file updates.
v0.3
This is a re-release that was previously only available as a download archive through cloud sharing. Original release can be found here. This release contains source code, with makefile for easy compile and binary builds for 32 and 64-bit Linux platforms.