From 7451740d844f69ed977059f078d6509b9ce1ba68 Mon Sep 17 00:00:00 2001 From: Sepand Haghighi Date: Tue, 27 Aug 2024 04:32:34 +0330 Subject: [PATCH] `white-tea` program update (#110) * fix : white-tea program time updated * doc : PROGRAMS.md updated * doc : CHANGELOG.md updated * doc : CHANGELOG.md updated --- CHANGELOG.md | 7 ++++--- PROGRAMS.md | 2 +- mytimer/params.py | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c628db6..6c47d1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - `--set-on` argument ### Changed - Default mode changed from `count-up` to `countdown` +- `white-tea` program duration changed from `10` minutes to `3` minutes ## [1.5] - 2024-08-12 ### Added - 2 new programs @@ -28,7 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - `--repeat` argument - `--sign` argument ### Changed -- `long-break` program duration changed from `15 minutes` to `30 minutes` +- `long-break` program duration changed from `15` minutes to `30` minutes - `README.md` updated ## [1.3] - 2024-05-23 ### Added @@ -42,8 +43,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - `nava` added to `requirements.txt` - Sound playing system updated - Python 3.5 dropped -- `short-break` program duration changed from `10 minutes` to `5 minutes` -- `long-break` program duration changed from `30 minutes` to `15 minutes` +- `short-break` program duration changed from `10` minutes to `5` minutes +- `long-break` program duration changed from `30` minutes to `15` minutes - `pomodoro` program updated - `pomodoro_timer` function modified - `load_params` function modified diff --git a/PROGRAMS.md b/PROGRAMS.md index f9677f3..6799c6c 100644 --- a/PROGRAMS.md +++ b/PROGRAMS.md @@ -84,7 +84,7 @@ White tea white-tea - 00:10:00 + 00:03:00 >=0.6 diff --git a/mytimer/params.py b/mytimer/params.py index ae9d1af..b7a6fd6 100644 --- a/mytimer/params.py +++ b/mytimer/params.py @@ -159,9 +159,9 @@ }, "white-tea": { "hour": 0, - "minute": 10, + "minute": 3, "second": 0, - "message": "White tea (10 mins, 70-80 C)", + "message": "White tea (3 mins, 70-80 C)", }, "rooibos-tea": { "hour": 0,