Releases: nextcloud/bookmarks
Releases Β· nextcloud/bookmarks
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
v11.0.1
Fixed
- Fixed Background job error "Trying to access array offset on value of type int"
v11.0.0
Changed
- BookmarkMapper#findAll: Implement recursive query
Breaking changes
- Breaks compatibility with MySQL 5.7, MySQL 8 (or MariaDB 10.2.2) is now required
New
- Implement virtual scrolling
- First load time improvement: Load settings using initial state
- Bookmark: Show globe symbol while loading screenshot
Fixed
- BgJob: Do not check notes if user has no bookmarks
- UI: Better sizing of Bookmark fallback background
- UI: Fix Item alignment in list view
v10.5.1
Fixed
- Reverted "BookmarkMapper#findAll: Implement recursive query" to keep compatibility with MySQL 5.7
v10.5.0
New
- Add ClearPreviews command
- UI: Implement folder tree in AppContentList
Fixed
- UI: Add "K" to bookmarks count
- CrawlService: Make sure archived files always have a file ext
- Fix BackupJob check
- BookmarkMapper#findAll: Implement recursive query. Should fix some performance problems