Skip to content

Commit

Permalink
chore(main): release 0.8.0 (#35)
Browse files Browse the repository at this point in the history
# [0.8.0](v0.7.0...v0.8.0) (2025-01-01)
## Features

* **tui:** add calendar tab ([#37](#37)) ([20120cd](20120cd))


## Bug Fixes

* **tui:** changing state on wrong element type doesn't crash anymore but simply logs error ([9d8f4c8](9d8f4c8))
  • Loading branch information
github-actions[bot] authored Jan 2, 2025
1 parent 14292b4 commit f7f3e79
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.8.0](https://github.com/louis-thevenet/vault-tasks/compare/v0.7.0...v0.8.0) (2025-01-01)


### Features

* add calendar tab ([#37](https://github.com/louis-thevenet/vault-tasks/issues/37)) ([20120cd](https://github.com/louis-thevenet/vault-tasks/commit/20120cdcbb827f20a7380e8f24cf6bc9e237f6ed))


### Bug Fixes

* **calendar:** only preview selected day ([14292b4](https://github.com/louis-thevenet/vault-tasks/commit/14292b45d6431d9c1d630f0ee7977024923a4632))
* **tui:** changing state on wrong element type doesn't crash anymore but simply logs error ([9d8f4c8](https://github.com/louis-thevenet/vault-tasks/commit/9d8f4c85efefdcb9f3c58b313af2bf04f75e4261))

## [0.7.0](https://github.com/louis-thevenet/vault-tasks/compare/v0.6.1...v0.7.0) (2024-12-21)


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 @@ -57,7 +57,7 @@ description = "TUI Markdown Task Manager"
build = "build.rs"
categories = ["command-line-utilities", "visualization"]
keywords = ["markdown", "task-manager", "productivity", "tui", "obsidian"]
version = "0.7.0"
version = "0.8.0"
edition = "2021"
repository = "https://github.com/louis-thevenet/vault-tasks"
authors = ["Louis Thevenet <louis.tvnt@gmail.com>"]
Expand Down

0 comments on commit f7f3e79

Please # to comment.