diff options
author | Indrajith K L | 2019-12-31 11:05:37 +0530 |
---|---|---|
committer | Indrajith K L | 2019-12-31 11:05:37 +0530 |
commit | bdfc9ede4be55727411fdf7616afe60a0948ba3e (patch) | |
tree | bc9063547c1e521e55b8aeb7eeea5c245fba5a35 | |
parent | b1883efbcc0ec4cf6fface5a966cd5d5047881fc (diff) | |
download | KopyPlugin-master.tar.gz KopyPlugin-master.tar.bz2 KopyPlugin-master.zip |
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | README.md | 16 |
2 files changed, 18 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b8eb28..e453596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Change Log -## v0.5.0 (Current Release) +## v0.6.x (Current Release) +* Fixes error while loading ecrypted Kopies + +## v0.5.0 * Fixes - Your clipboard will not be corrupted * Removed unwanted menus - Now Kopy.io Plugin will show a Notification box with options to Open/Copy your Kopy.io'ed urls * Adds Encryption to your data - Your data is encrypted by default (Unless you share the url with decryption key -- Key is after the '#' part in the url) @@ -20,5 +20,17 @@ This plugin utilizes node.js library called "node-copy-paste" for Clipboard func ## Release Notes -### 0.3.0 -Initial Release
\ No newline at end of file +### v0.6.1 (Current Release) +* Fixes error while loading ecrypted Kopies + +### v0.5.0 +* Fixes - Your clipboard will not be corrupted +* Removed unwanted menus - Now Kopy.io Plugin will show a Notification box with options to Open/Copy your Kopy.io'ed urls +* Adds Encryption to your data - Your data is encrypted by default (Unless you share the url with decryption key -- Key is after the '#' part in the url) + +### v0.3.0 +* Support Clipboard +* Open kopy.io url + +### v0.3.0 +- Initial release
\ No newline at end of file |