Skip to content

Releases: spouliot/appcompare

2.3.0

21 Jun 00:42
Compare
Choose a tag to compare

Features

  • Add support for comparing object files. Contributed by Ivan Povazan @ivanpovazan

Fixes

  • Fix possible exception when refreshing (F5) in case the path(s) does not exist anymore.

2.2.0

17 Feb 21:12
Compare
Choose a tag to compare

Features

  • Add --mapping-file <mapping-file> option to specify a mapping file. This allows you to map the names of the files in the bundle to the names of the files in the previous bundle.
  • Add UI to pair/unpair files and to save the current mapping into a text file which can be loaded with --mapping-file or File | Open File Mappings....

Fixes

  • Fix hang after creating a gist

2.1.0

14 Feb 01:04
Compare
Choose a tag to compare

Features

  • Add a custom tool analyzer (SHIFT+T) to compare two files, e.g. run otool -L on both files and show the diff -u between them.
  • Add selected file (SHIFT+J) or all files (SHIFT+I) identification
  • Add selected file comparison (SHIFT+C)

2.0.1

08 Feb 16:46
Compare
Choose a tag to compare

Fixes

  • Fix ArgumentNullException if no directories are provided from the command-line
  • Show the Gist documentation if an error occurs while gisting
  • Correctly compare directories ending (or not) with a slash
  • Fix nuget package information (license, readme, changelog...)

2.0.0

07 Feb 20:11
Compare
Choose a tag to compare

Features

  • Compare file sizes inside app bundle or directories
  • Export report to markdown (files or gists)
  • Use from the command-line or invoke the text user interface