Skip to content

Commit

Permalink
Update CHANGELOG.md and README.md (#50)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update README.md
  • Loading branch information
KAHLYM authored Jan 11, 2024
1 parent 7cf7de7 commit 3145ff7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.0] - 2024-01-11

### Added

- Configuration to show/hide unchanged files

### Changed

- Example GIF in readme

## [0.7.0] - 2023-12-17

### Added
Expand All @@ -24,7 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Refresh interval configurable through user settings

### Changes
### Changed

- Adjust extension icon color and use standardised icons

Expand All @@ -40,7 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Refresh action to view
- Walkthrough

### Changes
### Changed

- Extend tab names for additions, deletions and renames

Expand All @@ -57,7 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- MIT license

### Changes
### Changed

- Replace cache data structure Dictionary with Trie

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ There is one simple feature; compare two folders.
2. From the file explorer view, right click on a folder and click "Compare with Selected Folder"
3. View the comparison from the new explorer view named "FOLDER COMPARISON"

#### Visual Example of [commit 1088261 in git.git repository](https://repo.or.cz/w/git.git/commitdiff/1088261f6fc90324014b5306cca4171987da85ce#patch3)
#### Visual Example

![example](resources/readme/example.gif)

Expand Down

0 comments on commit 3145ff7

Please sign in to comment.