From 01cf4c5fe040c12f431e4053274f49f0ab030e8e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 10:14:07 +0000 Subject: [PATCH] chore(main): release 0.4.0 (#19) # Features * add config option for task state marker (default is 'x' to comply with prettier) ([f9341cd](https://github.com/louis-thevenet/vault-tasks/commit/f9341cd3fa17049d0542e1049c0f42d83c3e9103)) * **tui:** add config option to show time delta between due date and today's date ([f99a40f](https://github.com/louis-thevenet/vault-tasks/commit/f99a40fa02268f6ab01af45ea5753a0702374db2)) * **tui:** add help menu ([#20](https://github.com/louis-thevenet/vault-tasks/issues/20)) ([0cd64f4](https://github.com/louis-thevenet/vault-tasks/commit/0cd64f440555b5e7b60a8e93d050f99c1c8bcacf)) * **tui:** add sorting by due dates or titles to Filter tab ([#22](https://github.com/louis-thevenet/vault-tasks/issues/22)) ([43f2ca5](https://github.com/louis-thevenet/vault-tasks/commit/43f2ca567e76ab0c9d3fe2b54ac85c4ea3b1a9d1)) * **tui:** edit task from vault-task ([#21](https://github.com/louis-thevenet/vault-tasks/issues/21)) ([7df637a](https://github.com/louis-thevenet/vault-tasks/commit/7df637a025838fc04d24aa6b234a46cea553678c)) * **tui:** improve footers ([a0df9fc](https://github.com/louis-thevenet/vault-tasks/commit/a0df9fc81c5a372f8b2c79b140a6fca1cfc37cb1)) * **tui:** style relative date (dim) ([f99a40f](https://github.com/louis-thevenet/vault-tasks/commit/f99a40fa02268f6ab01af45ea5753a0702374db2)) # Bug Fixes * **core/filter:** return too early when a task did not match the filter, preventing its children from being filtered ([a10dbdc](https://github.com/louis-thevenet/vault-tasks/commit/a10dbdcb6317bf5d05ec3691f65b00db67eaf227)) * **tui:** add hours when time delta < 1 day in relative due date ([b8cbba3](https://github.com/louis-thevenet/vault-tasks/commit/b8cbba393c4d004c5e4dd5e4251aa6587ff6bef7)) * **tui:** today tag not taken into account in task widget height ([881f62e](https://github.com/louis-thevenet/vault-tasks/commit/881f62e953708988e5f8f3560e690598c293c6df)) --- CHANGELOG.md | 20 ++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62adde2..613e2b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.4.0](https://github.com/louis-thevenet/vault-tasks/compare/v0.3.0...v0.4.0) (2024-11-09) + + +### Features + +* add config option for task state marker (default is 'x' to comply with prettier) ([f9341cd](https://github.com/louis-thevenet/vault-tasks/commit/f9341cd3fa17049d0542e1049c0f42d83c3e9103)) +* **tui:** add config option to show time delta between due date and today's date ([f99a40f](https://github.com/louis-thevenet/vault-tasks/commit/f99a40fa02268f6ab01af45ea5753a0702374db2)) +* **tui:** add help menu ([#20](https://github.com/louis-thevenet/vault-tasks/issues/20)) ([0cd64f4](https://github.com/louis-thevenet/vault-tasks/commit/0cd64f440555b5e7b60a8e93d050f99c1c8bcacf)) +* **tui:** add sorting by due dates or titles to Filter tab ([#22](https://github.com/louis-thevenet/vault-tasks/issues/22)) ([43f2ca5](https://github.com/louis-thevenet/vault-tasks/commit/43f2ca567e76ab0c9d3fe2b54ac85c4ea3b1a9d1)) +* **tui:** edit task from vault-task ([#21](https://github.com/louis-thevenet/vault-tasks/issues/21)) ([7df637a](https://github.com/louis-thevenet/vault-tasks/commit/7df637a025838fc04d24aa6b234a46cea553678c)) +* **tui:** improve footers ([a0df9fc](https://github.com/louis-thevenet/vault-tasks/commit/a0df9fc81c5a372f8b2c79b140a6fca1cfc37cb1)) +* **tui:** style relative date (dim) ([f99a40f](https://github.com/louis-thevenet/vault-tasks/commit/f99a40fa02268f6ab01af45ea5753a0702374db2)) + + +### Bug Fixes + +* **core/filter:** return too early when a task did not match the filter, preventing its children from being filtered ([a10dbdc](https://github.com/louis-thevenet/vault-tasks/commit/a10dbdcb6317bf5d05ec3691f65b00db67eaf227)) +* **tui:** add hours when time delta < 1 day in relative due date ([b8cbba3](https://github.com/louis-thevenet/vault-tasks/commit/b8cbba393c4d004c5e4dd5e4251aa6587ff6bef7)) +* **tui:** today tag not taken into account in task widget height ([881f62e](https://github.com/louis-thevenet/vault-tasks/commit/881f62e953708988e5f8f3560e690598c293c6df)) + ## [0.3.0](https://github.com/louis-thevenet/vault-tasks/compare/v0.2.0...v0.3.0) (2024-10-23) diff --git a/Cargo.lock b/Cargo.lock index f6af44f..a6de8d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2794,7 +2794,7 @@ checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" [[package]] name = "vault-tasks" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "better-panic", diff --git a/Cargo.toml b/Cargo.toml index a44d5df..fc90b4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ insta = {version = "1.40.0", features = ["yaml"]} [package] name = "vault-tasks" -version = "0.3.0" +version = "0.4.0" edition = "2021" repository = "https://github.com/louis-thevenet/vault-tasks" authors = ["Louis Thevenet "]