Skip to content

Commit

Permalink
Fixed toggle when side-by-side is set (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
caponetto authored Sep 2, 2021
1 parent e6625e6 commit 7124066
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
# 1.1.13

Fix `Viewed` toggle when side-by-side is set

Remove web extension kind

# 1.1.12

Simplify webpack config and use vscode joinPath

# 1.1.11

Fix meta tags

# 1.1.10

Decode the file content properly

# 1.1.9
Add support for *.patch files

Add support for \*.patch files

# 1.1.8

Expand Down Expand Up @@ -52,4 +62,4 @@ Fixed some style-related things

# 1.0.0

First release
First release
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-diff-viewer",
"displayName": "Diff Viewer",
"description": "Visualize git diff files in VS Code",
"version": "1.1.12",
"version": "1.1.13",
"license": "MIT",
"publisher": "caponetto",
"repository": {
Expand Down Expand Up @@ -131,7 +131,7 @@
"watch": "yarn build-extension"
},
"dependencies": {
"diff2html": "3.4.9"
"diff2html": "3.4.10"
},
"devDependencies": {
"@types/node": "16.3.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -458,10 +458,10 @@ denodeify@^1.2.1:
resolved "https://registry.yarnpkg.com/denodeify/-/denodeify-1.2.1.tgz#3a36287f5034e699e7577901052c2e6c94251631"
integrity sha1-OjYof1A05pnnV3kBBSwubJQlFjE=

[email protected].9:
version "3.4.9"
resolved "https://registry.yarnpkg.com/diff2html/-/diff2html-3.4.9.tgz#b58151aee1d1c78dc461aad97991879fb15670b8"
integrity sha512-33x45h6Xgfasjt49e0ldfLnUdCjLjHIdablpAlrKnQyyG1RA7w+4cbp9+bUfNLxfFj584BookXqh5KJEt4+MLA==
[email protected].10:
version "3.4.10"
resolved "https://registry.yarnpkg.com/diff2html/-/diff2html-3.4.10.tgz#ed1538eb2cfc83543ef1782adabfe15973fd9dc1"
integrity sha512-BsY2d2MOT93Zq3Dm7wMfgc4MYKD7ATbqdBZCpBqpxPgViU35OSQCk7bLiFG1gGT3k1JZnnFnjX/T5XSZD5g/Iw==
dependencies:
diff "5.0.0"
hogan.js "3.0.2"
Expand Down

0 comments on commit 7124066

Please sign in to comment.