Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Features * add search bar to vault explorer ([#16](#16)) ([e2a66ba](e2a66ba)) * add special Today tag ([38751d2](38751d2)) * **cli:** add stdout command and improve stdout vault output ([c5f604a](c5f604a)) * **cli:** open single markdown files ([cf73c40](cf73c40)) * **config:** make default vault and config optional ([70231c8](70231c8)) * configurable color scheme ([541c91e](541c91e)) * **core:** add config option to propagate file tags to all contained tasks ([762bf6c](762bf6c)) * **tui:** add reload action ([784ac47](784ac47)) * **tui:** add scrolling to lists ([37a672f](37a672f)) * **tui:** display origin file in task widget ([#17](#17)) ([72dd287](72dd287)) * **tui:** improve error reporting ([0d7ce2f](0d7ce2f)) * **tui:** open selected entry in default editor ([#18](#18)) ([4cc4177](4cc4177)) * use TOML as default format for config ([3e25a6c](3e25a6c)) # Bug Fixes * **cli:** make vault_path a named argument (prevents from running commands) ([691aaa7](691aaa7)) * **core:** Bad parent for nested tasks ([db92820](db92820)) * **core:** empty directories being added to vault ([5d49b40](5d49b40)) * **core:** nested task incorrectly displayed in Display implementation of VaultData ([807e7ff](807e7ff)) * **core:** task indenting no longer gets deleted ([49e2402](49e2402)) * **explorer:** make file name bold in path instead of showing in preview ([cb693d0](cb693d0)) * **filter_tab:** tags list filter no longer case sensitive ([a4f308a](a4f308a)) * **parser:** make parser less strict on extra indented descriptions by adding them to closest parent ([86b30b4](86b30b4)) * **tui:** wrong height for subtasks ([fc1374d](fc1374d))
- Loading branch information