Releases: KAHLYM/folder-comparison
Releases · KAHLYM/folder-comparison
Release v0.12.0
Release v0.11.0
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
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
What's Changed
- Create node.js.yml by @KAHLYM in #52
- Add coverage using mocha and c8 by @KAHLYM in #53
- Combine coverage.yml and node.js.yml by @KAHLYM in #54
- Move from c8 to nyc for coverage by @KAHLYM in #56
- Assert (disabled) coverage closes #55 by @KAHLYM in #57
- Improve coverage by @KAHLYM in #58
- Improve coverage by @KAHLYM in #59
Full Changelog: v0.8.0...v0.9.0
Release v0.8.0
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
Release v.0.6.0
Release v0.5.0
Release v0.4.0
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
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