Releases: nextcloud/bookmarks
Releases Β· nextcloud/bookmarks
v15.0.4
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
v14.2.3
Fixed
- fix(TreeMapper#deleteOldTrashbinItems)
- feat(Trash bin): Add "empty trash bin" button
- fix(Bookmark): Use strlen instead of mb_strlen to count bytes in string
- fix(CrawlService): Increase timeout
- fix(BackupJob): use array_merge instead of +
- fix: php 8.0 support
- fix: refactor API endpoints
- Fix(l10n): Update translations from Transifex
- Fix php 8.0 support
- fix(Settings): Archiving and Backup options were not working
- fix(previews): use secure version of screeenly (Thanks to Stefan Zweifel)