Releases: lazyhamster/Observer
Releases · lazyhamster/Observer
Observer 1.12.1
- Added support for Install4j (extracting of internal zip archives).
- SetupFactory: Fixed opening some files from SF 9.5.
- MSI: Fixed regression wtih colon symbol appearing in folder names.
- Minor fixes.
1.12.0
- Plugin now requires Visual C++ 2017 Redist (instead of VC++ 2010 Redist).
- Changes in modules API.
- Removed sources of several dependency libraries. It is now recommended to use Vcpkg tool to get them.
- New extraction progress dialog.
- New file properties dialog.
- New file property exposed: Owner (for containers where applicable).
- Now you can configure reaction on Enter and Ctrl-PgDn seprately.
- Added ignore by extension filter to ini file.
- Updated several dependency libraries.
- VDISK: Fixed crash after failed files extraction.
- VDISK: Fixed crash when file list reading throws exception.
- VDISK: Migrated to newer fork of DiscUtils library (original project is abandoned).
- MBOX: Fixed rare issue when \n character in message subject prevented file extraction.
- MBOX: If mbox container wasn't fully parsed then just show what we have.
- MSI: Fixed inability to extract files from some installers made by WiX.
- MSI: Fixed problem with opening some installers (data buffer size issue).
- MSI: Added information from Environment and CustomAction tables to {msi_info}.txt.
- MPQ: Updated StormLib to version 9.22.
- MPQ: Added support for listfiles.
- InstallShield: Improved support for SFX files.
- NSIS: Added support for NSIS-3 and Unicode file names (migrated to newer 7zip code).
- Minor changes.
Observer 1.11.2
- PST: Fixed invalid path characters in folder names.
- PST: Fixed merging of messages with same subject.
- PST: Exposed RTF message body if present.
- PST: Now message bodies are extracted in original codepage (was always in Unicode).
- MSI: Fixed CAB unpacking problem in new libmspack (regression).