Skip to content

Commit 73b3866

Browse files
committed
v2.0.2
1 parent 137910f commit 73b3866

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v2.0.2
2+
- FIX: Add write lock for account storage
3+
- FIX: Refactor sync process to avoid creating duplicates
4+
- FIX: mkdirpPath: Fix break condition
5+
- FIX: Speed up initial tag population
6+
- FIX: Use more stable parallel execution helper tool
7+
18
## v2.0.1
29
- FIX: Don't remove folders beyond the sync folder when the last bookmark is remove
310
- FIX: Declare incompatibility with Fx < v57

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 (nextcloud Sync)",
44
"short_name": "Floccus",
5-
"version": "2.0.1",
5+
"version": "2.0.2",
66
"description": "Sync your browser with nextcloud (currently only bookmarks; more to come)",
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.0.1",
3+
"version": "2.0.2",
44
"description": "The goal of this project is to build a browser extension that syncs your browser data with [OwnCloud](http://owncloud.org).",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)