Skip to content

Releases: nextcloud/bookmarks

v4.4.1

22 Aug 10:16
Compare
Choose a tag to compare

Fixed

  • Accommodate small sort buffer sizes in mysql

v4.4.0

26 Jul 15:54
Compare
Choose a tag to compare

New

  • Use webpack code splitting for faster loading times
  • bookmark endpoint: Improve performance by introducing supporting query
  • DB: Add new composite index for bookmarks_shared_folders (performance optimzation)
  • Switch to npm7 and use latests global configs

Fixed

  • NoBookmarks view: Don't display import and sync buttons in public view
  • Fix: Adding same bookmark second time removes preexisting tags
  • Fix input.focus error
  • Fix hash endpoint: Allow hashing with tags

v4.3.0

18 Jul 16:55
Compare
Choose a tag to compare

New

  • Support Nextcloud 22 🎉
  • New screenshots 📷

Fixed

  • Fix OrphanedTreeItemsRepairStep
  • Fix multiselect in sidebar (see #1554) 🤕
  • Fix uncaught UrlParseErrors (see #1598) 🤕
  • API: Permission errors now have status 403 instead of 405 (see #1602) 🤕
  • Add clickcount db index (see #1588) 🤕

v4.2.2

10 Jun 12:37
Compare
Choose a tag to compare

Fixed

  • Fix OrphanedTreeItemsRepairStep
  • Switch out readability.php (#1563)
  • Fix BulkEditing covering MoveDialog
  • Add description to "Install on home screen"
  • UX: Navigation: re-add Search tags menu item
  • UI: Performance: Don't load children order unnecessarily
  • UX: Improve initial load time
  • Fix tag filter query performance issue

v4.2.1

17 May 08:38
Compare
Choose a tag to compare

Fixed

  • CrawlService: Don't log server errors
  • Fix Public link view
  • Fix Authorizer
  • Fix folder title in controls
  • Fix bookmarklet

v4.2.0

10 May 11:29
Compare
Choose a tag to compare

New

  • UX: Implement drag and drop for moving items
  • UI: Add visual indicators for sharee privileges
  • UX: Add note for admins if scraping is disabled
  • UX: Allow dragging bookmarks onto tags
  • UX: Allow creating new tags in main menu (optimistically)
  • UX: Optimistically add bookmark to list when creating
  • UI: Move Sort order from settings to Controls
  • Dashboard: Add 'frequent bookmarks' widget
  • Implement full-text archiving of HTML pages

Fixed

  • Updated translations from transifex ♥️
  • Authorizer: Check token first, then check user credentials
  • BookmarkService: Keep tags when moving across share boundaries
  • Migration: Ensure all tables have primary key
  • CrawlJob: Set some time and size limits for archiving content
  • Fix: Recover from multiple root folders
  • Fix OrphanedTreeItemsRepairStep: Reinsert lost bookmarks instead of deleting them
  • UI: Display archived content in full-page overlay
  • UI: Change "Archived" to "Files" menu entry (+new icon)
  • UX: Refactor and improve folder picker
  • UX: Bookmarklet: Adjust window height
  • UI: Remove frustrating paddings from Item.vue
  • UI: Don't cover bookmark titles when there's many tags
  • UX: Don't display spinners for the first 500ms
  • UX: Improve speed of moving items
  • UX: Make sharing visible in folder menu
  • UX: Move BulkEditing to the left
  • UI: Fix getPermissionsForFolder

v4.2.0-rc.1

20 Apr 16:03
Compare
Choose a tag to compare
v4.2.0-rc.1 Pre-release
Pre-release
Signed-off-by: Marcel Klehr <mklehr@gmx.net>

v4.1.0

19 Feb 11:07
Compare
Choose a tag to compare

New

  • Bulk tagging
  • Nextcloud 21 support

Fixed

  • Update translations
  • Run GC on cache dir and add CACHDIR.TAG
  • API: Fix renaming and deleting tags
  • TreeCacheManager: Invalidate sharees when invalidating a folder
  • Fix bookmark notes
  • Enable service worker

v4.0.8

26 Jan 22:12
Compare
Choose a tag to compare
  • Fix OrphanedTreeItems Repair step

v4.0.7

26 Jan 15:44
Compare
Choose a tag to compare

Fixed

  • TreeMapper: Cache children & childrenOrder
  • TreeMapper: Fix Folder deletion; Don't leak deleted bookmarks
  • Dependency updates
  • UI: Use unified search input
  • Performance: More caching
  • NoBookmarks view: Link to floccus
  • Translation updates