Releases: nextcloud/bookmarks
Releases Β· nextcloud/bookmarks
v14.2.3
Fixed
- fix(TreeMapper#deleteOldTrashbinItems)
- feat(Trash bin): Add "empty trash bin" button
- fix(Bookmark): Use strlen instead of mb_strlen to count bytes in string
- fix(CrawlService): Increase timeout
- fix(BackupJob): use array_merge instead of +
- fix: php 8.0 support
- fix: refactor API endpoints
- Fix(l10n): Update translations from Transifex
- Fix php 8.0 support
- fix(Settings): Archiving and Backup options were not working
- fix(previews): use secure version of screeenly (Thanks to Stefan Zweifel)
v14.2.2
Fixed
- fix settings controller
v14.2.1
Fixed
- perf: Use distributed cache instead of local
- fix: Folder search in root folder was broken
- fix(Navigation): limit meter was broken
- fix: Improve UX of admin settings
v14.2.0
New
- feat: Visualize click count
Fixed
- fix: Soft-deleting multiple folders breaks interface
- fix(Settings): Add icons for need-help and support-project sections
- fix(PageresBookmarkPreviewer)
- fix(FaviconPreviewer): Correctly use inferred favicon from scraper
- fix: Improve virtual scroll
- fix: Fix hard deletion of folders
- fix: Fix hard deletion of bookmarks
- fix: Small visual fixes
- fix: Display URL if title is empty
v14.1.2
Fixed
- Fix UI glitch of bookmarks spilling over to trashbin and shared folders sometimes
v14.1.1
Fixed
- Fix circle usage in code to avoid dependency hell
v14.1.0
New
- Allow sharing with Circles
- Add trash bin to restore deleted items (Removes trash bin items after two months)
- Add help and project support sections to settings
Fixed
- fix(BookmarkMapper#_filterFolder): Include current folder in search Marcel Klehr 2 minutes ago
- perf(TreeCacheManager): Increase cache lifetime to improve sync performance
- perf: speed up getSubFolders for deleted folders
- perf: speed up initial page load
- Fix(Bookmark): Display URL if title is empty
- fix(Authorizer): Don't throw HTTP 500 on malformed credentials
- fix(l10n): word typo
- fix: Fix backups
v14.0.2
[14.0.1] - 2024-04-29
New
- Add support for Nextcloud 29
v14.0.0
Breaking changes
- Drop support for Nextclod < 28
New
- enh(search): Always search in current folder + Allow searching globally with one click
- enh(BookmarksList): Allow searching for folders
- enh(TreeFolder): Show bookmarks count in Folders overview
- enh(BookmarksList): Wrap bookmarkslist__description in NcNoteCard
Changes
- overhaul settings: Use settings modal
- migrate(nc-vue): Upgrade to v8.x
- feat(disable archive): Allow disabling archive functionality
Fixed
- fix(IBookmarkPreviewer): No more on-demand loading
- fix(VirtualScroll): Try to make it smoother
- fix(Controls): Don't show folder when searching in root
- fix(ItemSkeleton): Make it more beautiful
- fix(Controls): Correct title of rss feed button
- fix(Search): Increase width of search field
- fix(SharedFolderIcon)
- fix(WebViewController): Fix public link
- fix(CustomPickerElement): Remove heading
- fix(TreeFolder): Don't set childrenShown if there's no child folders
- fix(Bookmark): Fix fallback icon
- fix(Navigation): Always show counters even if 0
- fix(ui): Scale down icons to 20px
- fix(SettingsController): NoAdminRequired
- refactor(settings): Create a UserSettingsService and load all settings via initial state
- fix(Controls): Debounce new search bar
- fix(BookmarkMapper#_selectTags): Always return a string for tags column
- fix(TreeMapper#getChildren): Add more aggressive per-layer caching
- fix(BookmarkWithTagsAndParent): Avoid requerying tags if a bookmark has no tags
- fix(Authorizer): Don't run login again if there is already a session based on basic auth
- Fix(l10n): Update translations from Transifex
v13.1.3
Fixes
- fix(Authorizer)