Releases: ransome1/sleek
Releases · ransome1/sleek
0.2.0
0.1.0
0.0.9
0.0.8
- Todo sorting has changed: First dimension is priority, second is due date (the more distant it is from now the lower it's position in the list) and third is completion state (within which items with due dates are sorted top to bottom again)
- Switched to SASS
- Code refinement
- Sort alphabetically removed as I don't consider it a valueable use case
- Updated Font Awesome
- Updated Bulma
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
- Simple onboarding with two functions: Open existing todo.txt file and create a new one
- Open a todo.txt file and parse it into a table
- Order todos by priority
- Add contexts and projects as tags to each item
- Indicate status of completion
- Mark todos for completion
- Unmark completed todos
- Add new todos
- Edit existing todos
- Filter todos by contexts and projects
- Reset filter settings
- Sort items either according to position in todo.txt file (default) or alphabetically
- Show and hide completed todos
- Persist path to the todo.txt file
- Persist selected filters
- Persist setting for sorting
- Persist setting for "show completed"
- Show due date
- Create a new todo.txt
- Keyboard shortcuts
- Delete single todos