Compare commits

...

2 Commits
main ... v1.4.0

Author SHA1 Message Date
jk
4a20587947
cargo build 2025-09-02 10:58:55 +02:00
jk
e25eb6ef89
Prepare v1.4.0 2025-09-02 10:53:41 +02:00
3 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,10 @@
# Changelog # Changelog
## [unreleased] ## v1.4.0 - 2025-09-02
### Features
- (screen): Local Time [#89](https://github.com/sectore/timr-tui/pull/89), [#90](https://github.com/sectore/timr-tui/pull/90), [#91](https://github.com/sectore/timr-tui/pull/91)
### Misc. ### Misc.

2
Cargo.lock generated
View File

@ -2082,7 +2082,7 @@ dependencies = [
[[package]] [[package]]
name = "timr-tui" name = "timr-tui"
version = "1.3.1" version = "1.4.0"
dependencies = [ dependencies = [
"clap", "clap",
"color-eyre", "color-eyre",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "timr-tui" name = "timr-tui"
version = "1.3.1" version = "1.4.0"
description = "TUI to organize your time: Pomodoro, Countdown, Timer." description = "TUI to organize your time: Pomodoro, Countdown, Timer."
edition = "2024" edition = "2024"
# Reminder: Always keep `channel` in `rust-toolchain.toml` in sync with `rust-version`. # Reminder: Always keep `channel` in `rust-toolchain.toml` in sync with `rust-version`.