1.3.1-rc.3
Pre-release
Pre-release
- 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
andprojects
Work in progress
- Due dates
- Auto complete for contexts and projects
- Recurrences
- Mark as complete or incomplete
- Selecting multiple rows with
Shift
andArrow
keys and shortcutCtrl/Meta + A
to select all visible todos - Translation, refactoring, test cases