Skip to content

Latest commit

 

History

History
121 lines (69 loc) · 4.82 KB

CHANGELOG.md

File metadata and controls

121 lines (69 loc) · 4.82 KB

Change log

0.24.0

  • #2 - Allow to remove file from the diff tree

0.23.0

  • #96 - Respect .gitignore

0.22.0

  • #71 - Handle comparing unaccessible folders

0.21.0

  • #65 - Add ignoreAllWhiteSpaces and ignoreEmptyLines options

0.20.1 windows bug fixes

  • #64 - Recent folders are being duplicate and not working on Windows
  • #61 - "Copy to [folder]" is copying the whole directory tree, not just the file

0.20.0

  • Added an option to ignore white spaces and end of lines while comparing #59 under configuration (More info)

0.19.0

  • Added an option to ignore files extension under configuration (More info)

0.18.0

  • Allow to set pair of folders in settings to auto compare when the extension launched

0.17.0

  • Allow to quick pick pair of folders from recent compares
  • Allow to clear the recent compares list
  • New icons

0.16.0

Allow deleting file

0.15.0

  • Allow to take a compared file over my file and visa-versa in the "differences" section
  • "Source Refreshed" (after refresh etc.) message now is auto dismissed (3s)

0.14.0

Allow to copy files from "my folder" to "compared folder" and vice-versa

0.13.0

Allow to compare directly from the CLI (open a vscode instance, compare the folders and focus on compareFolders view) by the following command

COMPARE_FOLDERS=DIFF code path/to/folder1 path/to/folder2

0.12.0

Allow to use Diff & Merge extension as the Diff viewer (under configuration) (#34)

0.11.0

0.10.0

  • Show theme files icons instead of custom (uniform and boring) files icons
  • Allow to compare 2 selected folders (adds a context menu Compare selected folders) (#26)
  • Added 2 commands in the command palette
    • Compare a folder against workspace (when workspace is not empty)
    • Choose 2 folders and compare - as it sounds

0.9.0

Allow to choose 2 folders without having to open one of them as a workspace.

If there is one folder in the workspace, it will compare this with the one the user choose. If there are more than one folder, it let's the user to choose one of the folders and then, the a different folder to compare.

0.8.0

Allow the change diff view's sides (#21)

0.7.0

Added the ability to ignore files names' case when comparing (#23)

0.6.0

Added the ability to choose the compare tab's title format (#13)

0.5.0

Thanks to @llgcode!

  • The bug that prevent windows users to use the extension fixed
  • Added the ability to include / exclude paths from comparing via the extension configuration (vscode settings)
  • Added progress bar while comparing for a better UX

0.4.0

Show missing/additional files #9 (Thanks to @fbaligand)

missing/additional files screenshot

0.3.0

Support multiple workspaces

Multiple workspaces screenshot

0.2.0