Prepare v1.5.0 (#116)
This commit is contained in:
parent
0c4f507ebf
commit
6437795c9f
21
CHANGELOG.md
21
CHANGELOG.md
@ -1,16 +1,33 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [unreleased]
|
## v1.5.0 - 2025-10-03
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- (cli) Accept `years` and `days` for `--countdown` argument [#114](https://github.com/sectore/timr-tui/pull/114)
|
||||||
|
- (cli) New `--countdown-target` argument to parse `countdown` values by given time in the future or past [#112](https://github.com/sectore/timr-tui/pull/112)
|
||||||
|
- (localtime) Show `date` [#111](https://github.com/sectore/timr-tui/pull/111)
|
||||||
|
- (edit) Change any value by `10x` up or down [#110](https://github.com/sectore/timr-tui/pull/110)
|
||||||
|
- (timer/countdown): Support `days` and `years` up to `999y 364d 23:59:59` [#96](https://github.com/sectore/timr-tui/pull/96)
|
||||||
|
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- (edit) Auto jump to next possible value while decreasing, but ignoring `zero` values [#109](https://github.com/sectore/timr-tui/pull/109)
|
||||||
|
- (format) Improve format handling + fix `days` (no zero-padding) [#107](https://github.com/sectore/timr-tui/pull/107)
|
||||||
|
|
||||||
|
|
||||||
### Misc.
|
### Misc.
|
||||||
|
|
||||||
|
- (deps) Upgrade dependencies [#113](https://github.com/sectore/timr-tui/pull/113)
|
||||||
- (deps) Rust 1.90.0 [#95](https://github.com/sectore/timr-tui/pull/95)
|
- (deps) Rust 1.90.0 [#95](https://github.com/sectore/timr-tui/pull/95)
|
||||||
|
- (guide) Add contributing guidelines [#94](https://github.com/sectore/timr-tui/pull/94)
|
||||||
|
|
||||||
## v1.4.0 - 2025-09-02
|
## v1.4.0 - 2025-09-02
|
||||||
|
|
||||||
### Features
|
### 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)
|
- (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
2
Cargo.lock
generated
@ -2089,7 +2089,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "timr-tui"
|
name = "timr-tui"
|
||||||
version = "1.4.0"
|
version = "1.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"color-eyre",
|
"color-eyre",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "timr-tui"
|
name = "timr-tui"
|
||||||
version = "1.4.0"
|
version = "1.5.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`.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user