Skip to content

Releases: nextcloud/bookmarks

v13.0.0

12 Mar 19:43
Compare
Choose a tag to compare

Changed

  • Drop support for nc 25

New

  • Implement a reference provider and a front-end widget for bookmarks

v12.1.0

12 Mar 17:25
Compare
Choose a tag to compare

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

13 Dec 15:47
Compare
Choose a tag to compare

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

11 Oct 11:01
Compare
Choose a tag to compare

Fixed

  • LinkExplorer: Fix to provide privacy-by-default

v11.0.3

24 Sep 12:53
Compare
Choose a tag to compare

Fixed

  • Support Nextcloud 25
  • ExtractFromNotesJob: decrease frequency to releave performance impact

v11.0.2

19 Sep 15:45
Compare
Choose a tag to compare

Fixed

  • FolderOverview: Make scrollable
  • Fix VirtualScroll component

v11.0.1

28 Jul 15:58
Compare
Choose a tag to compare

Fixed

  • Fixed Background job error "Trying to access array offset on value of type int"

v11.0.0

27 Jul 18:14
Compare
Choose a tag to compare

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

24 Jun 14:37
Compare
Choose a tag to compare

Fixed

  • Reverted "BookmarkMapper#findAll: Implement recursive query" to keep compatibility with MySQL 5.7

v10.5.0

22 Jun 15:53
Compare
Choose a tag to compare

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