Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Dec 18, 2017
1 parent fb9c05c commit 21a85e3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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 (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"
Expand Down
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": "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": {
Expand Down

0 comments on commit 21a85e3

Please sign in to comment.