Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Apr 2, 2018
1 parent 9baf35e commit d1c68de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v2.0.3
- FIX: Display error messages of multiple errors
- FIX: Add resource locking to fix race conditions and allow more concurrency (should fix remaining issues related to creation of duplicates)
- FIX: Refactor to only read from tree once

## v2.0.2
- FIX: Add write lock for account storage
- FIX: Refactor sync process to avoid creating duplicates
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 (nextcloud Sync)",
"short_name": "Floccus",
"version": "2.0.2",
"version": "2.0.3",
"description": "Sync your browser with nextcloud (currently only bookmarks; more to come)",
"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.0.2",
"version": "2.0.3",
"description": "The goal of this project is to build a browser extension that syncs your browser data with [OwnCloud](http://owncloud.org).",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d1c68de

Please sign in to comment.