Skip to content

v1.1.4

Latest
Compare
Choose a tag to compare
@joaohenggeler joaohenggeler released this 05 Apr 10:00
· 3 commits to master since this release

Added

  • Added support for decompressing cached files based on the Content Encoding in the HTTP headers. Supported formats: Gzip, Zlib, Raw DEFLATE, Brotli, Compress.
  • Added Zlib and Brotli as dependencies.
  • Added support for the Comodo IceDragon browser to the Mozilla exporter.
  • Added support for the DswMedia directory in AppData and Local Low AppData to the Shockwave Player exporter.
  • Added the command line option -version to print the application's version.
  • Added the command line option -no-log to stop the tool from creating the log file.
  • Added the command line option -quiet to stop the tool from printing any messages to the console.
  • Added the command line option -no-decompress to skip decompressing cached files.
  • Added the command line option -no-clear-default-temporary to skip deleting temporary directories from previous executions.
  • Added the command line option -temporary-directory to specify a different temporary directory location.
  • Added a short version for every command line option.
  • Added the CSV column Xtra Copyright to the Shockwave Player exporter.
  • Added the CSV columns File Description, File Version, Product Name, Product Version, and Copyright to the Explore Files exporter.
  • Added building instructions to the source package.
  • Added support for Visual Studio Code to the build process.

Changed

  • Changed how -filter-by-groups works. This option now takes a list of group files as an argument. The application loads all group files on startup and only keeps cached files if they match at least one file or URL group defined in this list.
  • Changed the cache types passed to -ignore-filter-for. This option now takes the short output names of each exporter (e.g. mz instead of mozilla).
  • Changed the sharing mode for CSV files. These can now be opened by other processes while the application is running.
  • Changed project license to Apache License 2.0.
  • Merged the raw Internet Explorer 4 to 9 files with the regular output. The regular and raw files now go to the Cache and Raw subdirectories, respectively.
  • Improved the tally_groups.py script and renamed it to count_groups.py.
  • Removed -load-group-files.
  • Renamed the Basilisk output directory to BK.
  • Renamed -export-ie, -no-copy-files, and -no-create-csv to -export-internet-explorer, -csvs-only, and -files-only, respectively.
  • Reverted warning suppression changes in the Portable C++ Hashing Library source file.
  • Updated the Plugin, Archive, and Lost Media Websites group files.