Skip to content

Commit

Permalink
v3.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Mar 2, 2019
1 parent 5c46e9c commit 33a458e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v3.2.7

- FIX: Fix orderPreservation algorithm
- FIX: SyncProcess: Increase performance of initial filtering
- FIX: Options UI: Rename "reset cache" option
- FIX: Fix order preservation on WebDAV
- FIX: Sync on startup if necessary

## v3.2.6

- FIX: Fix "Failed to construct 'URL'" Error
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": "3.2.6",
"version": "3.2.7",
"description": "Sync your bookmarks with your selfhosted server (e.g. Nextcloud)",
"icons": {
"48": "icons/logo.png",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "3.2.6",
"version": "3.2.7",
"description": "Sync your bookmarks with your selfhosted server (e.g. Nextcloud)",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 33a458e

Please sign in to comment.