Skip to content

Commit 37e7a53

Browse files
committed
v2.2.0
1 parent b72a4ea commit 37e7a53

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v2.2.0
2+
- NEW: Map local sync folder to a specific server-side folder
3+
- FIX: Performance improvements for Firefox
4+
- FIX: Race condition removed that would cause issues because same account would be synced twice in parallel
5+
16
## v2.1.0
27
- NEW: Allow using an extension key to secure entered credentials
38
- FIX: Various fixes for Firefox

ISSUE_TEMPLATE.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
<!--
22
Hello there! Thank you for providing feedback!
33
Please answer the below questions to allow for as smooth a process of tackling the issue as possible :)
4+
(Note: Everything surrounded by arrows, like this text for example, will not be visible.)
45
-->
56

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

9-
* Browser:
10-
* Nextcloud:
11-
* Nextcloud Bookmarks app:
12-
* Floccus:
10+
* Browser:
11+
* Nextcloud:
12+
* Nextcloud Bookmarks app:
13+
* Floccus:
1314

1415
### Steps to reproduce
1516
<!-- What did you do? Be as specific as possible -->
1617
1. ...
17-
2.
18+
2.
1819

1920
### Expected outcome
2021
<!-- What did you think was going to happen or what do you think should have happened? -->

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "floccus",
44
"short_name": "floccus",
5-
"version": "2.1.0",
5+
"version": "2.2.0",
66
"description": "Sync your bookmarks with nextcloud",
77
"icons": {
88
"48": "icons/logo.png"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "floccus",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Sync your bookmarks with nextcloud",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)