Added:
* Add `-h` option for help.
* Add `log` command to show task log history.
* New style management with markup.
* Colored design for `config --list`.
* Add `stash` command group to manage tasks into stash box.
* Add `stash pop` command.
* Add `stash apply` command.
* Add `stash list` command.
* Add `stash clear` command.
* Add `--force` option to delete command to allow force deletion.
* Add task details with history in `show` command.
* Add progress bar to working day status.
* Add security check preventing bad config deletion.
* Commands `done`, `block`, `reset` and `delete` accept task id batches.
* Force color option for Windows.
Changed:
* Improved global architecture.
* New daily tasks progress bar style.
* Tasks are now listed by task id.
* Rework unfinished tasks review system.
* Minor design modifications on `new day` and `unfinished tasks` events.
Fixed:
* Log command must not show empty working days.
* Handle database connection errors.
* Alias cannot overwrite other commands.
* `hyf init` initialize the whole config path and create missing directory.