v1.0.0-beta.2
Pre-release
Pre-release
·
25 commits
to master
since this release
Changelog
- Category and task files are now stored in a common location so that the
taskcore
binary can easily be copied from directory to another w/o worrying about the database files. Thanks to @navarroaxel for this addition. - With the array support added to the CommandCore framework, TaskCore now supports multiple values for each parameter too. For instance, you can now complete multiple active tasks with one call like the following:
taskcore c -i 3 2 4
. The remove command works in the same way now too: `taskcore rm -i 3 2 3.
As always, check out the home page to see the new features: https://github.com/tarikguney/taskcore