1.2.0
- Temporarily change current working directory while running the script: e152de8
- When editing a file with a text editor, it will show related files in the tasks directory instead of the current working directory.
- Add the ability to specify custom checkboxes for new tasks: 161ac50
- Fix errors on macOS: 239de94
- Replace piping to
xargs
withfind -exec
to improve performance a little: ba3086d