Skip to content

Releases: floccusaddon/floccus

v4.4.2

22 Oct 11:32
Compare
Choose a tag to compare

Fixed

  • Update some unclear wording in i18n strings
  • Fix "sync up" and "sync down" buttons
  • Reset cache on update to fix issues from v4.4.0

v4.4.1

19 Oct 17:32
Compare
Choose a tag to compare

Fixed

  • Fix sync cache
  • Fix: Don't touch root folders
  • Fix NexcloudFolders: Use lock for getBookmarkslist

v4.4.0

18 Oct 11:13
Compare
Choose a tag to compare

New

  • New Sync algorithm
  • Implement option to sync tabs

Fixed

  • Fixed problems with old sync algorithm
  • Display loading indicator for accounts overview
  • Don't fail loading account if folder doesn't exist anymore
  • Fix server URL validation

Changed

  • Drop support for legacy nextcloud bookmarks sync method. (Please see README for ways to migrate)

v4.4.0-rc1

05 Oct 15:45
Compare
Choose a tag to compare
v4.4.0-rc1 Pre-release
Pre-release

New

  • New Sync algorithm

Fixed

  • Fixed problems with old sync algorithm
  • Display loading indicator for accounts overview
  • Don't fail loading account if folder doesn't exist anymore

v4.3.0

24 Aug 13:34
Compare
Choose a tag to compare

New

  • Implement import/export of accounts

Fixed

  • UI: Account card button alignment fix
  • Fix OrderTracker bug (#598)

v4.2.6

23 Jul 11:31
Compare
Choose a tag to compare

New

  • Add option for nested accounts
  • Revert "Allow syncing the same folder with multiple accounts"

Fixed

  • Try to fix unmapped children error
  • Sync algorithm: XOR createdUpstream with existingChildren
  • Update dependencies
  • NextcloudFolders: Improve error message on non-200 response
  • Update screenshots
  • SyncProcess: Fix concurrency for merging
  • NestedSync: Fix WebDAV and NextcloudLegacy
  • WebDAV: Give up faster when lock doesn't unlock
  • Permissions: We may need unlimited storage

v4.2.5

13 Jun 12:56
Compare
Choose a tag to compare

Fixed

WebDAV adapter: Fix bookmarks_file option

v4.2.4

12 Jun 10:49
Compare
Choose a tag to compare

Fixed

Refactor options event handling to fix options UX

v4.2.3

11 Jun 19:15
Compare
Choose a tag to compare

Fixed

87ec04e Options: Fix folder picker
a9becce Fix Nextcloudlogin
d84e0e1 Do not auto-enable accounts on udpate

Changed

4fa192b Improve styling of ADD ACCOUNT button
a759c43 Controller: Only display update screen for non-patch updates

v4.2.2

10 Jun 17:57
Compare
Choose a tag to compare

Fixed

6c1b6f5 Sync: Fix undefined id in folder ordering
53daaeb Fixes #557: Save options on account creation

Changed

7b737d2 OrderTracker: Throw error when invariants are violated