From 21a85e30e089193d71216a49844e77d5690f7949 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Mon, 18 Dec 2017 21:37:01 +0100 Subject: [PATCH] v1.3.2 --- CHANGELOG.md | 7 ++++++- README.md | 2 +- manifest.json | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dcaf2de11..c59dbf983b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ +## v1.3.2 + - Remove automated options validation (much better to just try force sync and see the error) + - Fix options rendering + - Fix bookmarks not showing up on the server in some situations + ## v1.3.1 - Options panel: Fix automated connectivity check -##v1.3.0 +## v1.3.0 - Major Refactoring by modularizing code base - UI polishing - Add 'force sync' feature diff --git a/README.md b/README.md index 584b3ea751..6e52c47ed8 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You can [install it on AMO](https://addons.mozilla.org/en-US/firefox/addon/flocc ## Usage After installation the options pane will pop up allowing you to create accounts and edit their settings. You will be able to access this pane at all times by clicking the floccus icon in the browser toolbar. -For every account that you connect floccus to it will create a new folder that will act like a Dropbox for your bookmarks: Put them in there to have them be synced with nextcloud. After connecting your accounts, these folders should be inside the "Other bookmarks" (or similar) folder in your browser, they should be titled "Nextcloud (user@your.nextcloud.tld)". +For every account that you connect floccus to, it will create a new folder the first time it is synced. This folder will act like a Dropbox for your bookmarks: Put them in there to have them be synced with nextcloud. After connecting your accounts, these folders should be inside the "Other bookmarks" (or similar) folder in your browser, they should be titled "Nextcloud (user@your.nextcloud.tld)". Floccus doesn't sync all of the bookmarks in your browser, partly because you should be able to have multiple accounts with different bookmarks to sync with and also because sadly floccus doesn't support folders, yet. You can rename and move this folder at will. Don't create any folders within, though, as that is not supported, yet. diff --git a/manifest.json b/manifest.json index f88f9404bc..31239bbf64 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Floccus (nextcloud Sync)", "short_name": "Floccus", - "version": "1.3.1", + "version": "1.3.2", "description": "Sync your browser with nextcloud (currently only bookmarks; more to come)", "icons": { "48": "icons/logo.png" diff --git a/package.json b/package.json index 72830ecc97..156b47395b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "floccus", - "version": "1.3.1", + "version": "1.3.2", "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": {