Skip to content

Releases: ike9000e/p7z-usr

v0.9

17 Jan 11:21
2057ebf
Compare
Choose a tag to compare
  • Fixed opening of archives containing unicode characters in path name.

v0.8

08 Jan 11:33
2ba3907
Compare
Choose a tag to compare
  • 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

03 Jan 16:41
e767543
Compare
Choose a tag to compare
  • File dates

Note: version v0.6 was an internal release.

v0.5

18 Aug 19:37
Compare
Choose a tag to compare
  • 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

01 Aug 11:10
Compare
Choose a tag to compare
  • 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

20 Feb 17:20
Compare
Choose a tag to compare

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.