From cc656b6ffef168d80e98cc4d38c5d7d52ca4f05f Mon Sep 17 00:00:00 2001 From: jk <47693+sectore@users.noreply.github.com> Date: Thu, 3 Jul 2025 10:48:23 +0200 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d4507b..a839cc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.