Releases: nextcloud/bookmarks
Releases Β· nextcloud/bookmarks
v15.0.5
Fixed
- fix(FileCacheGCJob): Turn error into a warning and make it clearer what's needed to fix it
- fix(archival): Properly interpret setting value
- fix(IMPORT_BOOKMARKS): Properly reload folders after import
- fix(TreeMapper#findChildren): Don't mix up type of children vs type of folder
- fix: Make export work in non-root pages
- Build(deps): Bump sanitize-html from 2.13.1 to 2.14.0
- Build(deps): Bump @nextcloud/vue from 8.21.0 to 8.22.0
- fix(FoldersController): Refactor addToFolder
- Fix(l10n): Update translations from Transifex
v15.0.4
Fixed
- fix(BookmarkMapper): Be compatible with mysql ANSI_QUOTES option
- Fix(l10n): Update translations from Transifex
- fix(Bookmarkmapper): Don't count soft deleted bookmarks
- chore: update deps
v14.2.7
Fixed
- fix(BookmarkMapper): Be compatible with mysql ANSI_QUOTES option
- fix(softUndeleteEntry): Only reset index of bookmarks if it is indeed soft-deleted
v15.0.3
Fixed
- fix(BookmarkService): Prevent creation of duplicate bookmarks
- fix(softUndeleteEntry): Only reset index of bookmarks if it is indeed soft-deleted
- Fix(l10n): Update translations from Transifex
v15.0.2
Fix
- fix(TreeMapper#isFolderSharedWithUser): Check full depth
- fix(TreeMapper): Fix treatment of soft-deleted bookmarks
v14.2.6
Fixed
- fix(TreeMapper#isFolderSharedWithUser): Check full depth
- fix(TreeMapper): Fix treatment of soft-deleted bookmarks
v15.0.1
Fix
- Don't use existing user when header is set
v14.2.5
Fixed
- fix(Db\Bookmark): Fix UTF-8 encoding of user-facing content
- fix(HtmlImport): Don't fail if add_date int is too large
- fix: Don't use existing user when header is set
v15.0.0
Breaking changes
- Dropped support for Nextcloud < 30
New
- New Nextcloud 30 UI Design
- feat(Settings): Link to app store
- feat(ux): Sync folder sidebar with opening folders
Fixed
- fix(Db\Bookmark): Fix UTF-8 encoding of user-facing content
- fix(HtmlImport): Don't fail if add_date int is too large
- fix: Shared with you view was broken
- fix(TreeMapper#getSoftDeletedRootItems): Avoid O(n^2) algorithm
- fix(LoadingModal): Show spinner while emptying trashbin
- fix(BookmarkController#import): Give more meanigful error message when upload failed
- fix(WebviewController): Fix Copypasta
- fix(BookmarkController#countBookmarks): Fix root folder count
- fix(Navigation): Don't display Files menu entry if feature is not enabled
- fix(Search): Only search after >2 characters have been entered
v14.2.4
Fixed
- fix(TreeMapper#getSoftDeletedRootItems): Avoid O(n^2) algorithm
- fix(LoadingModal): Show spinner while emptying trashbin
- fix(BookmarkController#import): Give more meanigful error message when upload failed
- fix(WebviewController): Fix Copypasta
- feat(BookmarkController#countBookmarks): Fix root folder count
- feat(Settings): Link to app store
- feat(ux): Sync folder sidebar with opening folders
- fix(Navigation): Don't display Files menu entry if feature is not enabled
- fix(Search): Only search after >2 characters have been entered