We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa98f2 commit 4a41800Copy full SHA for 4a41800
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v3.1.8
2
+
3
+- Roll back parallelization to mitigate issues that came up
4
5
## v3.1.7
6
7
- Various performance improvements
manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "floccus",
"short_name": "floccus",
- "version": "3.1.7",
+ "version": "3.1.8",
"description":
"Sync your bookmarks with your selfhosted server (e.g. Nextcloud)",
8
"icons": {
package.json
@@ -1,6 +1,6 @@
{
"description": "Sync your bookmarks with your selfhosted server (e.g. Nextcloud)",
"main": "index.js",
"scripts": {
0 commit comments