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 d618809 commit cc88a07Copy full SHA for cc88a07
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v3.0.7
2
+
3
+- FIX: Various XML parse and serialization issues have been fixed
4
5
## v3.0.6
6
7
- FIX: Properly decode titles in .xbel file
manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "floccus",
"short_name": "floccus",
- "version": "3.0.6",
+ "version": "3.0.7",
"description":
"Sync your bookmarks with your selfhosted server (e.g. Nextcloud)",
8
"icons": {
package.json
@@ -1,6 +1,6 @@
{
"description": "Sync your bookmarks with nextcloud",
"main": "index.js",
"scripts": {
0 commit comments