Compare commits

...

3 Commits
main ... v1.3.1

Author SHA1 Message Date
jk
1d542799f6
start workflow by release/* branches only
but not by tags to avoid overriding releases.
2025-07-03 10:50:14 +02:00
jk
cc656b6ffe
update CHANGELOG 2025-07-03 10:48:23 +02:00
jk
936d82eb94
bump v1.3.1 2025-07-03 10:48:05 +02:00
4 changed files with 6 additions and 8 deletions

View File

@ -4,8 +4,6 @@ on:
push:
branches:
- "release/**"
tags:
- "v*"
jobs:
get-version:

View File

@ -1,15 +1,15 @@
# Changelog
## [Unreleased]
## v1.3.1 - 2025-07-03
### Features
- (args) set `content` by given duration [#81](https://github.com/sectore/tick-tock-tui/pull/81)
- (args) set `content` by given duration [#81](https://github.com/sectore/timr-tui/pull/81)
### Fixes
- (pomodoro) `ctrl+r` resets rounds AND both clocks [#83](https://github.com/sectore/tick-tock-tui/pull/83)
- (pomodoro) reset active clock only [#82](https://github.com/sectore/tick-tock-tui/pull/82)
- (pomodoro) `ctrl+r` resets rounds AND both clocks [#83](https://github.com/sectore/timr-tui/pull/83)
- (pomodoro) reset active clock only [#82](https://github.com/sectore/timr-tui/pull/82)
### Misc.

2
Cargo.lock generated
View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "timr-tui"
version = "1.3.0"
version = "1.3.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`.