Releases: nextcloud/bookmarks
Releases Β· nextcloud/bookmarks
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
v10.4.0
New
- "Copy link" menu option for bookmarks
Fixed
- ExtractFomNotes: Change warning to debug log message
- Disable Backup by default
- Navigation: Display large numbers as "10.2K"
- Sync performance: BookmarkService#create: Don't crawl new bookmarks directly but add IndividualCrawlJob
- New translations from from transifex
- Update dependencies
v10.3.1
Fixed
- Fix backup user setting
- Fix localized backup file path
v10.3.0
New
- Allow disabling backups
- Support Nextcloud 24
Fixed
- Explicitly do not support Oracle
v10.2.1
New
- Implement bookmarks backup to Files
- Feature: Show and count duplicates
- Allow linking bookmarks and bookmark folders to projects
- Automatically link bookmarks to notes that contain the URL
- Search: Use AND conjunction
- LockManager: Timeout locks automatically
- UX: Directly crawl bookmark upon creation
- Previewers: Set log level to debug
- User settings: Remove 'clear all data'
- UX: Add explainers for SHARED_FOLDERS and UNAVAILABLE routes
- SidebarBookmark: Polish folder details
- SidebarBookmark: Allow clicking link
Fixed
- FoldersController#getFolders: Fix parent_folder values of root-level folders
- Fix SHARED_FOLDERS view
v10.2.0-beta.1
Signed-off-by: Marcel Klehr <[email protected]>
v10.1.0
New
- Integrate with Nextcloud Talk: Allow bookmarking mentioned links
- Add FirstRun view
- Implement Shared folders filter
- Remember whether user has seen scraping settings notification
- Support right click on items
- Add option for setting Pageres ENV vars
Fixed
- AdminSettings: Use initialState to load settings
- BookmarkController: Remove hierarchy limit for public links
- UX: Don't open details of newly created bookmark
- Improve folder moving UX
- Improve loading UX
- Improve drag and drop UX
- UI: Polish bookmarks description in overview
- Update marcelklehr/link-preview