Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed May 9, 2018
1 parent b72a4ea commit 37e7a53
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v2.2.0
- NEW: Map local sync folder to a specific server-side folder
- FIX: Performance improvements for Firefox
- FIX: Race condition removed that would cause issues because same account would be synced twice in parallel

## v2.1.0
- NEW: Allow using an extension key to secure entered credentials
- FIX: Various fixes for Firefox
Expand Down
11 changes: 6 additions & 5 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
<!--
Hello there! Thank you for providing feedback!
Please answer the below questions to allow for as smooth a process of tackling the issue as possible :)
(Note: Everything surrounded by arrows, like this text for example, will not be visible.)
-->

### Software versions
<!-- Please provide the versions of the following software products in your set up -->

* Browser:
* Nextcloud:
* Nextcloud Bookmarks app:
* Floccus:
* Browser:
* Nextcloud:
* Nextcloud Bookmarks app:
* Floccus:

### Steps to reproduce
<!-- What did you do? Be as specific as possible -->
1. ...
2.
2.

### Expected outcome
<!-- What did you think was going to happen or what do you think should have happened? -->
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "floccus",
"short_name": "floccus",
"version": "2.1.0",
"version": "2.2.0",
"description": "Sync your bookmarks with nextcloud",
"icons": {
"48": "icons/logo.png"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "floccus",
"version": "2.1.0",
"version": "2.2.0",
"description": "Sync your bookmarks with nextcloud",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 37e7a53

Please sign in to comment.