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: push:
branches: branches:
- "release/**" - "release/**"
tags:
- "v*"
jobs: jobs:
get-version: get-version:

View File

@ -1,15 +1,15 @@
# Changelog # Changelog
## [Unreleased] ## v1.3.1 - 2025-07-03
### Features ### 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 ### Fixes
- (pomodoro) `ctrl+r` resets rounds AND both clocks [#83](https://github.com/sectore/tick-tock-tui/pull/83) - (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/tick-tock-tui/pull/82) - (pomodoro) reset active clock only [#82](https://github.com/sectore/timr-tui/pull/82)
### Misc. ### Misc.

2
Cargo.lock generated
View File

@ -2082,7 +2082,7 @@ dependencies = [
[[package]] [[package]]
name = "timr-tui" name = "timr-tui"
version = "1.3.0" version = "1.3.1"
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.0" version = "1.3.1"
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`.