Skip to content

Releases: nextcloud/bookmarks

v10.4.0

08 Jun 14:34
Compare
Choose a tag to compare

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

19 Apr 15:37
Compare
Choose a tag to compare

Fixed

  • Fix backup user setting
  • Fix localized backup file path

v10.3.0

16 Apr 11:56
Compare
Choose a tag to compare

New

  • Allow disabling backups
  • Support Nextcloud 24

Fixed

  • Explicitly do not support Oracle

v10.2.1

26 Mar 11:37
Compare
Choose a tag to compare

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

17 Mar 13:23
Compare
Choose a tag to compare
v10.2.0-beta.1 Pre-release
Pre-release
Signed-off-by: Marcel Klehr <mklehr@gmx.net>

v10.1.0

01 Mar 11:52
Compare
Choose a tag to compare

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

v10.0.3

04 Dec 17:24
Compare
Choose a tag to compare

Fixed

  • App info: Mark as compatible with nc 23
  • Fix getPermissionsOfFolder: Use correct share
  • Fix Bookmark creation
  • Update @nextcloud/vue
  • UX: Highlight possible drop targets before hovering over them
  • Fix UX: Only display back button when viewing a folder
  • Fix "sharing folder doesn't display contents"

v10.0.2

18 Oct 15:22
Compare
Choose a tag to compare

Fixed

  • UX: Improve bookmarked files feature and increase CrawlJob frequency

v10.0.1

06 Oct 17:18
Compare
Choose a tag to compare

Fixed

  • Drop symfony dependency
  • Cap description content at 1024 chars
  • API: Properly return 401 if no auth header was sent
  • API: Fix CSRF vulnerability

v10.0.0

21 Sep 12:30
Compare
Choose a tag to compare

New

  • Add "Add to folders" action for bookmarks
  • API: Implement locking

Fixed

  • Update browserlist
  • Update dependencies
  • BookmarkService: Don't update bookmark if there have been no changes
  • Disable drag-and-drop when renaming item
  • SidebarBookmark: Show which folders a bookmark belongs to
  • Fix: Don't hide search behind bookmark details
  • Major version bump to v10 to fix release tags in accordance with semantic versioning