aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIndrajith K L2017-09-21 12:08:42 +0530
committerIndrajith K L2017-09-21 12:08:42 +0530
commitcd6401422cf699e6a260b9ccb1d7091b17614b44 (patch)
treeadaf1ac517d7df736a2ad02ec54d41cf0c05ff9a
parent5770dc93c7db6f30bce4b1916e52f5c0d634ee98 (diff)
downloadKopyPlugin-cd6401422cf699e6a260b9ccb1d7091b17614b44.tar.gz
KopyPlugin-cd6401422cf699e6a260b9ccb1d7091b17614b44.tar.bz2
KopyPlugin-cd6401422cf699e6a260b9ccb1d7091b17614b44.zip
Change log changes
-rw-r--r--CHANGELOG.md7
-rw-r--r--README.md7
-rw-r--r--package.json2
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
diff --git a/README.md b/README.md
index 93b446b..ef3f249 100644
--- a/README.md
+++ b/README.md
@@ -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"