From d3a5edb1d8bf6df35c6046b5477ecb6331fdba29 Mon Sep 17 00:00:00 2001 From: Daniel Scharrer Date: Tue, 12 Jun 2018 20:41:57 +0200 Subject: [PATCH] Release version 1.7 Changes: - Added support for Inno Setup 5.6.0 installers - Added support for new GOG installers with GOG Galaxy file parts - Added support for encrypted installers with the --password (-P) and --password-file options - Added a --show-password option to print password check information - Added a --check-password option to abort if the provided password does not match the stored checksum - Added a --info (-i) convenience option to print information about the installer - Added a --list-sizes option to print file sizes even with --quiet or --silent - Added a --list-checksums option to print file checksums - Added a --data-version (-V) option to print the data version and exit - Added a --no-extract-unknown (-n) option to abort on unknown Inno Setup data versions - Fixed building in paths that contain regex expressions - Fixed case-sensitivity in parent directory when creating subdirectories - Fixed .bin slice file names used with Inno Setup versions older than 4.1.7 - Fixed build with newer libc++ versions - Made loading of .bin slice files case-insensitive - The --test option can now be combined with --extract to abort on file checksum errors - Now compiles in C++17 mode if supported --- CHANGELOG | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 704b9d84..20d27f0b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,5 @@ -innoextract 1.7 (TDB) +innoextract 1.7 (2018-06-12) - Added support for Inno Setup 5.6.0 installers - Added support for new GOG installers with GOG Galaxy file parts - Added support for encrypted installers with the --password (-P) and --password-file options diff --git a/VERSION b/VERSION index 53cc3b0d..b145b7ee 100644 --- a/VERSION +++ b/VERSION @@ -1,4 +1,4 @@ -innoextract 1.7-dev +innoextract 1.7 Known working Inno Setup versions: Inno Setup 1.2.10 to 5.6.0