parent
60392b40ed
commit
bac2e356e1
@ -1,6 +1,10 @@
|
||||
# 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.
|
||||
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2082,7 +2082,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "timr-tui"
|
||||
version = "1.3.1"
|
||||
version = "1.4.0"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"color-eyre",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "timr-tui"
|
||||
version = "1.3.1"
|
||||
version = "1.4.0"
|
||||
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