From 4f0ca677e9a181b2a2cc89f46d5ab67dbe1c7903 Mon Sep 17 00:00:00 2001 From: Alda Marteau-Hardi Date: Sat, 13 Feb 2016 12:07:33 +0100 Subject: [PATCH] Version bump to 2.2.0 and add a CHANGELOG --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fd9a0c6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,39 @@ +# Changelog + +## [2.2.0] - unreleased + +### New + +* New preference to open Shaarli in a new tab instead of a new window. +* The preference window is displayed on first use. +* It's possible to shaare a link with a right click. + +## [2.1.1] - 2015-10-10 + +### Fixed + +* Fixed a crash when there was no description and no mouse selection when clicking on the ShaarliExt button. + +## [2.1.0] - 2015-10-09 + +### New + +* Any selected text on the shared page is now sent to prefill the description field. + +## [2.0.2] - 2015-08-22 + +### New + +* ShaarliExt can now update itself. + +## [2.0.1] - 2015-08-22 + +### Fixed + +* Some website (like Facebook, Youtube or Twitter) use JS to change the tab URI without refreshing the page and ShaarliExt couldn't see it. + +## [2.0.0] - 2015-08-15 + +### New + +* First port of the extension from XUL to Firefox SDK. diff --git a/package.json b/package.json index dcb59ba..fd260b3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Shaarli-next", "name": "shaarli-next", - "version": "2.1.1", + "version": "2.2.0", "description": "Post URL to Shaarli", "main": "index.js", "author": "Alda Marteau-Hardi",