Releases: nextcloud/bookmarks
Releases Β· nextcloud/bookmarks
v13.1.2
Fixed
- fix(Controls): Always show search bar
- fix(SearchProvider): Handle url being null
- fix(remove cors annotation) Fix user getting logged out on public links
- fix(WhatsnewModal check) Only show for major or minor version bumps
- fix(service worker)
- fix: drop collaboration resources integration to be compatible with nc 28
- Fix(l10n): Update translations from Transifex
v13.1.1
Fixed
- Fix children endpoint
v13.1.0
New
- Add a changelog-style whatsnew modal
- Allow specifying default folder in bookmarklet URL
- Allow creating javascript and file links
- Create WRITE permission to signify the permission to edit children
- Folder.vue: Allow editing (direct) share roots even if they're from a non-writable share
Fixed
- UI: Streamline initial load
- Fix Bookmarklet UI
- Fix UI glitch in bookmark-content
- Update @nextcloud/vue
- Fix flow.js script name
- UI: Always align shared icon with folder icon
- Backend: Avoid Share loops
- UI: Rollback moving folders after failure
- propagate permissions across multi-share boundaries
- fix(TreeMapper#getParentOf): Select correct type
- Check for empty arrays before accessing them
- BookmarksParser: Distinguish between dates in ms and s
- fix(CrawlService): Catch whatever Readability might throw at us
- fix(composer): Don't use "classmap-authoritative"
- Use the color-primary-element* variables
- Fix(l10n): π Update translations from Transifex
v13.0.1
Fixed
- fix(CustomPickerElement): Autofocus
- fix(ReferenceProvider): Fix usage of preg_match π
v13.0.0
Changed
- Drop support for nc 25
New
- Implement a reference provider and a front-end widget for bookmarks
v12.1.0
New
- TreeFolder: Add more indentation layers
- UX: Display loading skeletons only after 350ms
Fixed
- chore(deps): Update dependencies
- fix(ui): Use display names instead of ids
- fix(CrawlService): Correct MAX_BODY_LENGTH from 90KB to 90 MB
- fix(backups): refactor
- fix(LinkExplorer): Replace phpUri with Rowbot\URL
- Use built-in browser clipboard API
- Fix(l10n): π Update translations from Transifex
v12.0.0
Say hello to Bookmarks v12.
Breaking changes
- Drop support for nc < v25
- Remove projects support
New
- Implement sorting by URL
- Fix archived files UX
- Fix bookmarkslist getting emptied when folderoverview is hidden/shown
- Make search available on public links
- Upgrade to new NC25 design
Fixed
- Remove ExtractFromNotesJob
- Fix WorkflowEngine integration
- ItemSkeleton: Fix background color on dark theme
- Update readability.php
- More translations
v11.0.4
Fixed
- LinkExplorer: Fix to provide privacy-by-default
v11.0.3
Fixed
- Support Nextcloud 25
- ExtractFromNotesJob: decrease frequency to releave performance impact
v11.0.2
Fixed
- FolderOverview: Make scrollable
- Fix VirtualScroll component