Skip to content

Releases: floccusaddon/floccus

v5.4.1

08 Dec 16:42
Compare
Choose a tag to compare

Fixed

  • [native] fix(AddBookmarkIntent): Folder selector was broken
  • [ios] fix(design): Make top bar dark when in dark mode
  • fix(NewAccount): Don't refresh page on enter in accountlable field
  • fix(Bookmark): Accept url = null
  • fix(NextcloudBookmarks): Remove unnecessary code
  • fix(Linkwarden): Ignore bookmarks with url = null

v5.4.0

30 Nov 14:15
Compare
Choose a tag to compare

New

  • enh(Tree): Add confirmation before deleting items
  • enh(tabs): Make merge strategy work with tabs
  • [native] enh(DialogChooseFolder): Allow creating folders
  • [native] enh(Drawer): Add github issues link
  • [native] enh(search): Show search results from other folders
  • [native] enh: Allow selecting up down sync by long press on sync button
  • [native] enh: Remember sort option & sort folders first
  • [native] enh: Improve search by ranking better matches higher
  • enh(Account#sync): Allow forcing sync when profile is scheduled

Fixed

  • [native] fix(DialogChooseFolder): Sort folders according to sort order setting
  • [native] fix(newbookmark): Use neutral user agent to get correct title
  • [native] fix(Tree): Sorting by link
  • [native] fix: Properly reset accounts on load
  • fix(Scanner): Improve move stability with same-titled folders
  • fix(GoogleDrive|WebDAV): fix _.includes is not a function error
  • fix(Account#sync): Do not break lock automatically

v5.3.4

17 Nov 10:56
Compare
Choose a tag to compare

Fixed

  • fix(NativeTree): Set location to Local (fixes "Failed to map parentId: 0" error)
  • fix(Linkwarden): Set Folder#isRoot
  • fix(Linkwarden): Correctly update bookmarks on the server

v5.3.3

10 Nov 18:30
Compare
Choose a tag to compare

New

  • enh(Git): Mention profile label in commit message

Fixed

  • fix(ios/sharing-extension): Add compat for newer ios versions
  • fix(GoogleDrive): includes is not a function
  • fix(Update): Fix visual glitch

v5.3.1

09 Oct 08:40
Compare
Choose a tag to compare

Fixed

  • [native] fix(Linkwarden): Remove dispatch of REQUEST_NETWORK_PERMISSIONS
  • [native] fix(Linkwarden): Options were not showing
  • fix: Don't break if browser doesn't implement permissions API
  • fix(GoogleDrive): Try to delete superfluous files
  • fix(NextcloudBookmarks): Run javascript feature detection earlier to avoid losing javascript bookmarks upon browser start
  • fix(Html): Only escape unsafe characters in HTML

v5.3.0 (aka 5.3.0.2)

28 Sep 09:12
Compare
Choose a tag to compare

New

  • Add support for Linkwarden

Fixed

  • fix(GoogleDrive): Sort files by modified date

v5.3.0-beta.1

12 Sep 14:29
Compare
Choose a tag to compare
v5.3.0-beta.1 Pre-release
Pre-release

New

  • Add support for Linkwarden

v5.2.7

03 Sep 08:45
Compare
Choose a tag to compare

Fixed

  • fix: Filter out "file:" URLs when syncing tabs on firefox
  • fix: Log error from google API when retrieving access token
  • [native] fix: Tree comparison on RELOAD_TREE_FROM_DISK was broken
  • [native] fix: make builds reproducible again
  • fix(Html): Encode unsafe characters as HTML entities

v5.2.6

11 Aug 11:49
Compare
Choose a tag to compare

Fixed

  • chore: update capacitor/core
  • fix(Update): Show floccus logo on update page
  • fix: Refactor sync algorithm introducing location types (fixed 6 correctness bugs along the way)

v5.2.5

25 Jul 14:37
Compare
Choose a tag to compare

Fixed

  • [native] feat: warn user if URL is already bookmarked
  • [native] fix: small visual fixes
  • [native] fix: Automatically reload from disk when resuming app
  • [native] fix: replace cordova-inappbrowser with capacitor/browser
  • [native] chore: Upgrade capacitor to v6
  • feat(AccountCard): Link to github issues on error
  • perf(GoogleDrive, WebDav): Don't loop through all lines when finding highest ID
  • feat(Telemetry): Add report problem button to Telemetry page
  • feat(AccountCard): Link to github issues on error
  • fix(Cancel): Improve cancel UX
  • fix(NextcloudBookmarks): Increase timeout
  • fix(Git): Clean up used indexedDB instances
  • fix(Controller logic): Catch all 'Receiving end does not exist' errors
  • fix(Account): Don't compile logs for each error
  • fix(Xbel): Don't attempt to parse numbers
  • fix(GoogleDrive,WebDAV): Allow passing salt in file contents
  • fix(GoogleDrive): Don't free lock if it wasn't locked
  • fix(Cancel): Improve cancel UX
  • fix(NextcloudBookmarks): Increase timeout
  • chore(package.json): Add necessary NODE_OPTIONS to scripts
  • chore(ios): Update ios assets