This repository has been archived by the owner on Jan 25, 2021. It is now read-only.
Releases: l-lin/bulletular
Releases · l-lin/bulletular
v0.0.2
The version 0.0.2 includes the following functionnalities:
- Add sub tasks
- Increase/Decrease indent using the shortcut
tab
andshift+tab
- Expand/Collapse tasks using the shortcut
ctrl+space
- Save task in localStorage
- Delete all tasks (from localStorage too)
- When completing a task, the cursor is set to the next task
Initial release
The version 0.0.1 includes the following functionnalities:
- Add new tasks
- Complete tasks using the shortcut
ctrl + enter
- Remove tasks using the shortcut
ctrl + space
- Switching tasks with
up arrow
anddown arrow