diff --git a/CHANGELOG.md b/CHANGELOG.md index f257ac30c7..1be18d2a64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v3.2.8 + +- Fix: XBEL parser didn't retain ordering +- FIX: Request bookmarks in smaller chunks to avoid causing a timeout + ## v3.2.7 - FIX: Fix orderPreservation algorithm diff --git a/manifest.json b/manifest.json index 46f49f7dcb..e227e71468 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "floccus", "short_name": "floccus", - "version": "3.2.7", + "version": "3.2.8", "description": "Sync your bookmarks with your selfhosted server (e.g. Nextcloud)", "icons": { "48": "icons/logo.png", diff --git a/package.json b/package.json index ccfd35231e..a130e65bca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "floccus", - "version": "3.2.7", + "version": "3.2.8", "description": "Sync your bookmarks with your selfhosted server (e.g. Nextcloud)", "main": "index.js", "scripts": {