Bookmarks Versions Save

🔖 Bookmark app for Nextcloud

v13.1.3

4 months ago

Fixes

  • fix(Authorizer)

v13.1.2

4 months ago

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

8 months ago

Fixed

  • Fix children endpoint

v13.1.0

8 months ago

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

1 year ago

Fixed

  • fix(CustomPickerElement): Autofocus
  • fix(ReferenceProvider): Fix usage of preg_match :see_no_evil:

v13.0.0

1 year ago

Changed

  • Drop support for nc 25

New

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

v12.1.0

1 year ago

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

1 year ago

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

1 year ago

Fixed

  • LinkExplorer: Fix to provide privacy-by-default

v11.0.3

1 year ago

Fixed

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