Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.78 KB

ChangeLog.md

File metadata and controls

52 lines (37 loc) · 1.78 KB

ChangeLog

2.4.0. (unreleased)

Updates

  • Updated CliWrap to 3.5.0
  • Updated Spectre.Console to 0.45.0
  • Updated System.CommandLine.DragonFruit to 0.4.0-alpha.22272.1
  • Updated Terminal.Gui to 1.8.2

Fixes

  • Fix when the same filename is present more than once (in different)
  • Fix About dialog width (display ASCII correctly)

2.3.0 (20 Jun 2022)

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 2022)

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 (13 Feb 2022)

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 (8 Feb 2022)

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 (7 Feb 2022)

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