Skip to content

Commit 9752080

Browse files
committed
Bump up version to v0.4.0
1 parent 176e777 commit 9752080

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
### 0.4.0: 26 October 2017
3+
4+
* Support text selection with multi cursors. [#16](https://github.com/ryu1kn/vscode-partial-diff/issues/16)
5+
26
### 0.3.3: 1 October 2017
37

48
* Fixed the issue that **Compare with Clipboard** command inserts extra new line characters on Windows. [#12](https://github.com/ryu1kn/vscode-partial-diff/issues/12)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
## Features
66

7-
You can compare (diff) text selections within a file, across different files, or to the clipboard.
7+
* You can compare (diff) text selections within a file, across different files, or to the clipboard.
8+
* Multi cursor text selection
89

910
![Compare two text selections](https://raw.githubusercontent.com/ryu1kn/vscode-partial-diff/master/images/public.gif)
1011

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "partial-diff",
33
"displayName": "Partial Diff",
44
"description": "Compare (diff) text selections within a file, across files, or to the clipboard",
5-
"version": "0.3.3",
5+
"version": "0.4.0",
66
"publisher": "ryu1kn",
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"icon": "images/partial-diff_128x128.png",

0 commit comments

Comments
 (0)