Skip to content

1.3.1-rc.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Dec 20:09
  • Added a very first proof of concept for bulk operations in sleek (#56)

Full Changelog: v1.3.1-rc.2...v1.3.1-rc.3

🚨 Important: Please backup your data for this release, or simply work with dummy data

Bulk operations
Multiple todos can be selected by pressing Ctrl/Meta key and clicking the todo row. Right mouse click will then expose the context menu, which allows bulk operations. Furthermore a new button Bulk operations has been added, which provides bulk operations to add and delete contexts and projects.

This PoC provides bulk operations for:

  • Priorities
  • Copy
  • Delete
  • Add and remove contexts and projects

Work in progress

  • Due dates
  • Auto complete for contexts and projects
  • Recurrences
  • Mark as complete or incomplete
  • Selecting multiple rows with Shift and Arrow keys and shortcut Ctrl/Meta + A to select all visible todos
  • Translation, refactoring, test cases