diff options
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | README.md | 7 | ||||
-rw-r--r-- | package.json | 2 |
3 files changed, 10 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 84c12c8..40e4b2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Change Log -All notable changes to the "kopy-io-plugin" extension will be documented in this file. -Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +v0.3.0 +* Support Clipboard +* Open kopy.io url -## [Unreleased] +## v0.3.0 - Initial release
\ No newline at end of file @@ -9,13 +9,16 @@ NOTE: This is not an official plugin of kopy.io Instant kopy-pasting. You can either open the kopied url/ Copy the url to your clipboard. +## Usage + +Just select text you want to post it on kopy.io. If you open your context menu on the selected text you can see an option called `Kopy.io it` thats's it. + ## Requirements This plugin utilizes node.js library called "node-copy-paste" for Clipboard functionality. Some linux system needs additional software to allow clipboard access like xclip in linux and clip in windows. If you are experience any issues regarding clipboard please go through "node-copy-paste" github page. - ## Release Notes -### 0.1.0 +### 0.3.0 Initial Release
\ No newline at end of file diff --git a/package.json b/package.json index 6ba38b2..59b3e1c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "kopy-io-plugin", "displayName": "Kopy.io Plugin", "description": "An unofficial plugin for kopy.io", - "version": "0.2.0", + "version": "0.3.0", "publisher": "indrajithkl", "engines": { "vscode": "^1.16.0" |