Releases: nextcloud/bookmarks
Releases Β· nextcloud/bookmarks
v16.0.1
v15.2.1
Fixed
- chore: Simplify routes
v16.0.0
Breaking changes
- Dropped support for Nextcloud < 32
New
- Support Nextcloud 32
- Changes to adhere Nextcloud 32 visual appearance
v15.2.0
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
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
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
Fixed
- fix(composer): Remove dependencies that are in server already
- Fix(l10n): Update translations from Transifex
v15.1.0
New
- feat: Add support for Nextcloud 31
Fixed
- Fix(l10n): Update translations from Transifex
- fix: Fix archive setting
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