Skip to content

Commit

Permalink
Version bump to 2.2.0 and add a CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldarone committed Feb 13, 2016
1 parent 6e49d22 commit 4f0ca67
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4f0ca67

Please sign in to comment.