Skip to content

Releases: floccusaddon/floccus

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

v5.2.4

02 Jul 18:02
Compare
Choose a tag to compare

Fixed

  • [native] fix(Options): Avoid importing browser-only module
  • [native] fix(font-size): set default font-size using cm
  • fix(Account): Use exponential backoff instead of disabling profile after 10 errors
  • fix(imports): Don't allow importing actions definitions from store/index
  • fix(Folder#traverse)
  • fix typo in README.md in git repos
  • fix(Default#executeAction): fix ordering when doing bulkImport in Unidirectional strategy
  • fix(NextcloudBookmarks): Make sure folder exists before appending children

v5.2.3

21 Jun 10:29
Compare
Choose a tag to compare

Fixed

  • fix(AccountCard): mention if profile was disabled after error
  • fix(OptionsGit): Branch option didn't propagate new value

v5.2.2

16 Jun 11:43
Compare
Choose a tag to compare
  • iOS: Fix sharing from apps other than Safari

v5.2.1

15 Jun 14:06
Compare
Choose a tag to compare

Fixed

  • fix: make history permission optional and request on demand only