Skip to content

Commit

Permalink
Release version 1.7
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dscharrer committed Jun 12, 2018
1 parent 5d4b73e commit d3a5edb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d3a5edb

Please sign in to comment.