We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0039f84 commit b83f2e8Copy full SHA for b83f2e8
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+# [1.2.0](https://github.com/edgardmessias/vscode.clipboard-manager/releases/tag/v1.2.0) (2019-06-18)
2
+
3
+### Features
4
5
+- Added option to set path for clipboard file (close #25)
6
7
+### Bug Fixes
8
9
+- Fixed pick and paste for multi cursor selection (close #23)
10
11
# [1.1.0](https://github.com/edgardmessias/vscode.clipboard-manager/releases/tag/v1.1.0) (2018-12-11)
12
13
### Features
package.json
@@ -3,7 +3,7 @@
"name": "clipboard-manager",
"displayName": "Clipboard Manager",
"description": "Clipboard Manager",
- "version": "1.1.0",
+ "version": "1.2.0",
"icon": "media/clipboard.png",
"engines": {
"vscode": "^1.22.0"
0 commit comments