Skip to content

Releases: basilioss/mdt

1.4.0

30 Apr 07:31
Compare
Choose a tag to compare
  • Add the -m, --add-multiple option to add multiple tasks at once: 8e9d375
  • Add short version flag, improve help message: 65f530e
  • Refactor code and fix bugs: 96f393f
    • Fix not working recursive search if current directory is MDT_DIR.
    • Fix subtasks not displaying on some systems if -u option isn't passed.
    • Add compatibility to allow the use of 1/0 instead of true/false for -u option.
    • Change short option names to long for better readability.
    • Use traditional if-else statement for $_selected_items to improve readability.
    • Group functions: move die() function in the beginning.
    • Fix typos.

1.3.0

24 Apr 11:31
Compare
Choose a tag to compare
  • Add -u/--unite-tasks option to list all tasks in the file without prompting the user to select the header first (old behavior). By default, if tasks are separated by headings, mdt will prompt you to select one before showing the tasks: 216686b
  • Add compatibility for "*" and "+" checkbox prefixes. Add MDT_CHECKBOX_PREFIX environment variable: 16ea2d5
  • Rename default inbox from todo.md to TODO.md because it's more common (1, 2): 32d3600
  • Add gum_choose function to reduce the amount of code: 072523e

1.2.1

17 Apr 11:24
Compare
Choose a tag to compare

Fix not working List, Add and Edit commands on macOS: 07b04dd

1.2.0

17 Apr 08:28
Compare
Choose a tag to compare
  • 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 with find -exec to improve performance a little: ba3086d

1.1.0

17 Apr 08:28
Compare
Choose a tag to compare
  • Set the default directory to the current working directory.
  • Add the default inbox.
  • Print the error if no todo files found.
  • Improve Makefile and refactor some code.

1.0.0

17 Apr 08:28
Compare
Choose a tag to compare

Initial release