Releases: floccusaddon/floccus
Releases · floccusaddon/floccus
v5.4.2
(aka 5.4.2.1)
New
- [native] enh(Search): Match partial words
- enh(Caching): Add edge:// to supported schemes
- enh: Don't produce UPDATE actions when URLs change
Fixed
- fix(SyncProcess): Refactor mergeable functions
- fix(SyncProcess): Fix URL collisions on NC Bookmarks
- fix(SyncProcess): Shorten excessive logging of REORDER actions
- fix(Logger): Improve log redaction
- fix(NextcloudBookmarks): More info in log when requests fail
- fix(NextcloudBookmarks): Better error message when UPDATE fails
- fix(OptionsWebDAV): re-init file when bookmark_file option is changed
- fix(WebDAV): Fail when trying to sync to XBEL file with html setting and vice versa
- fix(stringifyError): inspect bookmark to avoid [object Object]
- Fix copy/paste typos for E037 & E038 error messages. (Thanks to John Hein)
- fix(WebDAV): Fix "includes is not a function" error
- fix(GoogleDrive): Log response on auth failure
v5.4.2-alpha.1
New
- [native] enh(Search): Match partial words
- enh(Caching): Add edge:// to supported schemes
- enh: Don't produce UPDATE actions when URLs change
Fixed
- fix(SyncProcess): Refactor mergeable functions
- fix(SyncProcess): Fix URL collisions on NC Bookmarks
- fix(SyncProcess): Shorten excessive logging of REORDER actions
- fix(Logger): Improve log redaction
- fix(NextcloudBookmarks): More info in log when requests fail
- fix(NextcloudBookmarks): Better error message when UPDATE fails
- fix(OptionsWebDAV): re-init file when bookmark_file option is changed
- fix(WebDAV): Fail when trying to sync to XBEL file with html setting and vice versa
- fix(stringifyError): inspect bookmark to avoid [object Object]
- Fix copy/paste typos for E037 & E038 error messages. (Thanks to John Hein)
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