Prepare v1.6.1
This commit is contained in:
parent
27cb8c7e33
commit
cdb0901854
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## v1.6.1 - 2025-10-29
|
||||
|
||||
### Fix
|
||||
|
||||
- (event) Ignore all key events except `KeyEventKind::Press` [#137](https://github.com/sectore/timr-tui/issues/137)
|
||||
|
||||
### Misc.
|
||||
|
||||
- (docs) Update all demos [#135](https://github.com/sectore/timr-tui/pull/135), [513f1fe](https://github.com/sectore/timr-tui/commit/513f1fec11ab8bdad46ca565b0c3f08ed37d6219)
|
||||
|
||||
## v1.6.0 - 2025-10-16
|
||||
|
||||
### Features
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2090,7 +2090,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "timr-tui"
|
||||
version = "1.6.0"
|
||||
version = "1.6.1"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"color-eyre",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "timr-tui"
|
||||
version = "1.6.0"
|
||||
version = "1.6.1"
|
||||
description = "TUI to organize your time: Pomodoro, Countdown, Timer."
|
||||
edition = "2024"
|
||||
# Reminder: Always keep `channel` in `rust-toolchain.toml` in sync with `rust-version`.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user