diff --git a/CHANGELOG.md b/CHANGELOG.md index 55e857d..3a8919c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 1.4.0 + +- Fix control of diff2html font +- Show empty diffs +- Add reset button to viewed count +- Add a side-by-side toggle +- Minor style improvements +- Add progress bar for viewed files + # 1.3.2 - Add ability to search in diff view diff --git a/package.json b/package.json index ce4d926..14eab6e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-diff-viewer", "displayName": "Diff Viewer", "description": "Visualize git diff files in VS Code", - "version": "1.3.2", + "version": "1.4.0", "license": "MIT", "publisher": "caponetto", "homepage": "https://github.com/caponetto/vscode-diff-viewer",