Skip to content

Commit

Permalink
chore(main): release 0.5.0 (#26)
Browse files Browse the repository at this point in the history
# Features

* add Time Management tab ([#27](#27)) ([8d5c12c](8d5c12c))

* add config option for time management methods ([70fbb59](70fbb59))
* include relative date in stdout mode ([7fdff9c](7fdff9c))
* add a cli argument to show fps and tps counters ([3991042](3991042))

# Bug Fixes

* home component not registering when focusing time management tab ([6909a1c](6909a1c))
* time management settings wrong line selected on startup ([cf90476](cf90476))
  • Loading branch information
github-actions[bot] authored Nov 24, 2024
1 parent f03ff7a commit 8f52ebf
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.5.0](https://github.com/louis-thevenet/vault-tasks/compare/v0.4.0...v0.5.0) (2024-11-24)


### Features

* add config option for time management methods ([70fbb59](https://github.com/louis-thevenet/vault-tasks/commit/70fbb594595bf9ece7fcd73b774b86c818155799))
* add Time Management tab ([#27](https://github.com/louis-thevenet/vault-tasks/issues/27)) ([8d5c12c](https://github.com/louis-thevenet/vault-tasks/commit/8d5c12ce8581f0ab9468a17bcf7ff7ea5801a987))
* **core:** include relative date in stdout mode ([7fdff9c](https://github.com/louis-thevenet/vault-tasks/commit/7fdff9c18087e8df4cbae5b1425ce451c423944b))


### Bug Fixes

* add a cli argument to show fps and tps counters ([3991042](https://github.com/louis-thevenet/vault-tasks/commit/3991042244f2e8bf7c8f46b2d70860ddfde38060))
* home component not registering when focusing time management tab ([6909a1c](https://github.com/louis-thevenet/vault-tasks/commit/6909a1c1b9769d833d4f9b01b960cc56fce70a28))
* time management settings wrong line selected on startup ([cf90476](https://github.com/louis-thevenet/vault-tasks/commit/cf90476853b39490f111fbc2152b0d11b7d74b2d))

## [0.4.0](https://github.com/louis-thevenet/vault-tasks/compare/v0.3.0...v0.4.0) (2024-11-09)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ description = "TUI Markdown Task Manager"
build = "build.rs"
categories = ["command-line-utilities", "visualization"]
keywords = ["markdown", "task-manager", "productivity", "tui", "obsidian"]
version = "0.4.0"
version = "0.5.0"
edition = "2021"
repository = "https://github.com/louis-thevenet/vault-tasks"
authors = ["Louis Thevenet <louis.tvnt@gmail.com>"]
Expand Down

0 comments on commit 8f52ebf

Please sign in to comment.