Releases: datadiode/FreeExtractor
Releases · datadiode/FreeExtractor
v1.55
v1.54
v1.51
- SFX: Load the cabinet.dll explicitly specifying its full path, to thwart possible DLL hijacking attacks.
- Rework font handling: Create font handles once for all when the main dialog receives WM_SETFONT.
- Replace IDC_HAND1 cursor with stock IDC_HAND cursor (may fail in pre-98/2000 but hey).
- Allow to set a Windows version number between 4.0 and 10.0 as a minimum requirement to run the SFX.
- Cosmetic: Further flicker reduction.
v1.50
- SFX: Fix a visual glitch at where the bottom frame leaves room for the watermark (groupbox comes to rescue).
- SFX: Remove some cosmetic delays which I don't find useful.
- SFX: When invoked with
/autoextract, act as if created with that option in first place. - SFX: When the command line includes a
/cut, exclude the remaining part of it from the$cmdline$variable. - FEWIZARD: Make the auto-extract checkbox 3-state, to allow instructing the SFX to neglect
/autoextract. - FEWIZARD: Fix writing of intro text to presets file which got broken in v1.49.
- Cosmetic: Don't cause distracting flicker by displacing the splash page just to move it back instantly.
- Cosmetic: Consistify default button handling (in particular, don't have several of them at a time).
v1.48
- FEWIZARD: Allow to pass a presets file on the command line, alongside with the Zip file.
- SFX: Restore delete-files-after-extraction functionality which, if working, would have got lost in v1.46.
- Restore the ability to change SFX icon which got lost in v1.45 due to moving SFX stubs to resources.
- Convert the intro.bmp to my favorite colors, and use the same blue flavor for text colorization.
- Again, yet more unnecessary refactorings.