Skip to content

Releases: nextcloud/bookmarks

v16.0.1

08 Nov 11:12

Choose a tag to compare

Fixed

  • fix: Update link-preview to be compatible with php8.4
  • fix(l10n): Update translations from Transifex

v15.2.1

08 Nov 11:25

Choose a tag to compare

Fixed

  • chore: Simplify routes

v16.0.0

03 Oct 07:37

Choose a tag to compare

Breaking changes

  • Dropped support for Nextcloud < 32

New

  • Support Nextcloud 32
  • Changes to adhere Nextcloud 32 visual appearance

v15.2.0

03 Sep 08:37

Choose a tag to compare

New

  • feat: Add a ContextChat provider (opt-in)
  • feat(Capabilities): Expose capabilities
  • feat(auth): Implement stateless auth ticket system to speed up API requests
  • feat: Add faster hash functions

Fixed

  • fix(ExportResponse): Don't use deprecated APIs
  • fix(TreeMapper): Replace removed array_flatten function
  • fix(Bookmark): Remove mb_convert_encoding warning
  • fix: Update marcelklehr/linkpreview
  • fix: use new puppeteer browser env variable (Thanks to Michael Gast)
  • fix(l10n): Update translations from Transifex

v15.1.3

27 Jul 14:10

Choose a tag to compare

Fixed

  • fix(FolderService): Always make sure description is set
  • chore: Update nextcloud/vue Marcel Klehr 2 minutes ago
  • fix(UNDELETE_FOLDER): Make sure to reload childrenOrder of -1
  • fix(BookmarkMapper): Fix duplicated filter
  • fix(CopyDialog): Fix onSubmit action
  • fix(PublicFolders): Do not allow sharing publicly if disabled in global settings
  • fix(FileCache): Make sure to always create cache folder
  • fix(SidebarFolder) Debounce participants search
  • fix(Bookmark): Prevent more 404 errors
  • fix(ShareMapper#findBySharedFolder): Make sure exceptions are caught
  • fix: Make db queries more typesafe
  • fix(l10n): Update translations from Transifex

v15.1.2

13 Jul 10:51

Choose a tag to compare

Fixed

  • fix(CrawlService): archive.enabled check would always be true Marcel Klehr 8 minutes ago
  • feat(ClearPreviews command): Clear last_preview column in addition to cache
  • fix(BookmarkPreviewer): Do not store guaranteed null responses in cache
  • fix(GenericUrlBookmarkPreviewer): Check URL not API key & Add generic previewer to previewers list
  • Build(deps): Update rowbot/url requirement from ^3.0 to ^4.0
  • fix(l10n): Update translations from Transifex

v15.1.1

21 Jun 09:20

Choose a tag to compare

Fixed

  • fix(composer): Remove dependencies that are in server already
  • Fix(l10n): Update translations from Transifex

v15.1.0

23 Feb 11:09

Choose a tag to compare

New

  • feat: Add support for Nextcloud 31

Fixed

  • Fix(l10n): Update translations from Transifex
  • fix: Fix archive setting

v15.0.5

18 Jan 10:33

Choose a tag to compare

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

12 Dec 16:39

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