Releases: floccusaddon/floccus
Releases · floccusaddon/floccus
v5.4.1
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
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
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
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
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)
New
- Add support for Linkwarden
Fixed
- fix(GoogleDrive): Sort files by modified date
v5.3.0-beta.1
New
- Add support for Linkwarden
v5.2.7
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
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
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