Skip to content

Releases: KAHLYM/folder-comparison

Release v0.12.0

08 Oct 14:21
10ee5be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

Release v0.11.0

20 Feb 19:01
98f1fb7
Compare
Choose a tag to compare

What's Changed

  • Wrap git diff paths in quotations and convert to unix-style by @KAHLYM in #69
  • Extract zip file for comparison by @KAHLYM in #70
  • Fix npm test action by @KAHLYM in #71
  • Rename commands by @KAHLYM in #72
  • Changed folders should be different color to unchanged by @KAHLYM in #73
  • Make extraction of zips inline with extension settings by @KAHLYM in #74
  • Add contribution categories. Update contribution descriptions by @KAHLYM in #75
  • Fix reference to renamed settings view.showUnchanged by @KAHLYM in #76
  • Align cache key and file tree item path by @KAHLYM in #77
  • Refactor uncompression to accomodate renamed files in different folders by @KAHLYM in #78
  • Update version and CHANGELOG.md by @KAHLYM in #79

Full Changelog: v0.10.0...v0.11.0

Release v0.10.0

02 Feb 21:54
6ba1059
Compare
Choose a tag to compare

What's Changed

  • Refactor git by @KAHLYM in #61
  • Refactor TreeView-related code. Restructure files and directories by @KAHLYM in #62
  • Refactor tests by @KAHLYM in #63
  • Refactor tree data provider by @KAHLYM in #64
  • Remove use of .substring(1) by @KAHLYM in #65
  • Use readFileSync to read coverage by @KAHLYM in #66
  • Bump version to 0.10.0 (previously 0.7.0) by @KAHLYM in #67

Full Changelog: v0.9.0...v0.10.0

Release v0.9.0

23 Jan 17:50
fbebc30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0

Release v0.8.0

11 Jan 18:11
3145ff7
Compare
Choose a tag to compare

What's Changed

  • Update production telemetry key by @KAHLYM in #45
  • Add configuration to show/hide unchanged files by @KAHLYM in #46
  • Fix configuration to show/hide unchanged files by @KAHLYM in #47
  • Fix configuration to show/hide unchanged files by @KAHLYM in #48
  • Update example.gif by @KAHLYM in #49

Full Changelog: v0.7.0...v0.8.0

Release v0.7.0

17 Dec 14:43
edeedf1
Compare
Choose a tag to compare

What's Changed

  • Add telemetry using @vscode/extension-telemetry by @KAHLYM in #39
  • Add logger with ability to configure log level from user setting by @KAHLYM in #42
  • Reorder logging messages to prevent crash by @KAHLYM in #43

Full Changelog: v0.6.0...v0.7.0

Release v.0.6.0

03 Dec 12:25
d9f6b1d
Compare
Choose a tag to compare

What's Changed

  • Remove README title by @KAHLYM in #38
  • Revert "Extend tab name for additions, deletions and renames (#29)" by @KAHLYM in #40

Full Changelog: v0.5.0...v0.6.0

Release v0.5.0

03 Dec 11:01
5f3b3b5
Compare
Choose a tag to compare

What's Changed

  • Adjust dark icon.png to match foreground color by @KAHLYM in #33
  • Remove background for walkthrough svg images by @KAHLYM in #34
  • Replace hardcoded icons with built in icons by @KAHLYM in #35
  • Refresh on configurable interval by @KAHLYM in #36

Full Changelog: v0.4.0...v0.5.0

Release v0.4.0

29 Nov 19:00
1b05117
Compare
Choose a tag to compare

What's Changed

  • Add configuration to specify arguments to pass to the git diff command by @KAHLYM in #24
  • Add refresh action by @KAHLYM in #25
  • Fix refresh action by @KAHLYM in #26
  • Add clear action by @KAHLYM in #27
  • Extend tab name for additions, deletions and renames by @KAHLYM in #29
  • Add welcome view by @KAHLYM in #28
  • Add categories to commands and remove selectForCompare and compareWithSelected from Command Pallette by @KAHLYM in #30
  • Add walkthrough by @KAHLYM in #31

Full Changelog: v0.3.0...v0.4.0

Release v0.3.0

25 Nov 17:19
686b801
Compare
Choose a tag to compare

What's Changed

  • Fix changelog. Update release from 0.2.0 to 0.2.1 by @KAHLYM in #17
  • Fix open command for cached additions and renames, and non-cached unchanged files by @KAHLYM in #18
  • Refactor with focus on Uri manipulation and standardisation by @KAHLYM in #19
  • Execute git diff with --no-index by @KAHLYM in #20
  • Fix command to open modified files by @KAHLYM in #21
  • Add visual example to README by @KAHLYM in #22

Full Changelog: v0.2.1...v0.3.0