Skip to content

v1.2.0

Compare
Choose a tag to compare
@juliushaertl juliushaertl released this 16 Nov 15:20
e0fa615

Added

  • #2430 Due date notification setting per board
  • #2230 Implement scrolling per stack
  • #1396 API: Expose canCreateBoards through capabilities
  • #2245 API: ETag support for API endpoints

Fixed

  • #2330 Enhanced undo handling for deletions @jakobroehrl
  • #2336 Run unit tests on github actions
  • #2358 Properly check if FTSEvent has an argument set
  • #2359 Also exclude deleted items from calendar boards
  • #2361 Comments do not depend on the comments app @jakobroehrl
  • #2363 Use uid instead of displayname for sharee results
  • #2367 Properly handle multiple shares in a row and refactor sharee loading
  • #2404 Update Controls.vue @Flamenco
  • #2433 Fix scrollable titles with Dyslexia font
  • #2434 Move most destructive actions in drop down menus to the bottom @Nienzu
  • #2435 Do not open the dialog automatically upon card creation, only upon click
  • #2437 Only remove card padding for editable cards
  • #2440 Move navigation toggle handling to @nextcloud/vue native one
  • #2463 Changed triple dots to ellipsis @rakekniven
  • #2500 Move details and description to dedicated component
  • #2517 Filter out duplicate cards in overview
  • #2502 Assignment code refactoring
  • #2519 Fix invisibility bug on modal component @wrox
  • #2520 Add placeholder for the description input
  • #2521 Add migration step to make table layout consistent
  • #2524 Only try to extract first part of the explode result
  • #2531 Add proper type to boolean parameter
  • #2532 Fix handling of notifications if a board does no longer exist
  • #2536 Only set flex layout on the active tab
  • #2538 Do not reset filter when staying on the same board
  • #2539 Apply proper checks for menu items
  • #2540 Only build one main bundle
  • #2562 Only try to extract first part of the explode result (Part 2)