Skip to content

Releases: nextcloud/bookmarks

v15.0.4

12 Dec 16:39
Compare
Choose a tag to compare

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

12 Dec 16:20
Compare
Choose a tag to compare

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

30 Nov 17:20
Compare
Choose a tag to compare

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

22 Sep 12:01
Compare
Choose a tag to compare

Fix

  • fix(TreeMapper#isFolderSharedWithUser): Check full depth
  • fix(TreeMapper): Fix treatment of soft-deleted bookmarks

v14.2.6

22 Sep 12:12
Compare
Choose a tag to compare

Fixed

  • fix(TreeMapper#isFolderSharedWithUser): Check full depth
  • fix(TreeMapper): Fix treatment of soft-deleted bookmarks

v15.0.1

12 Sep 11:40
Compare
Choose a tag to compare

Fix

  • Don't use existing user when header is set

v14.2.5

12 Sep 11:57
Compare
Choose a tag to compare

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

07 Sep 10:49
Compare
Choose a tag to compare

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

07 Aug 14:42
Compare
Choose a tag to compare

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

04 Aug 09:15
Compare
Choose a tag to compare

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)