Skip to content

Commit

Permalink
white-tea program update (#110)
Browse files Browse the repository at this point in the history
* fix : white-tea program time updated

* doc : PROGRAMS.md updated

* doc : CHANGELOG.md updated

* doc : CHANGELOG.md updated
  • Loading branch information
sepandhaghighi authored Aug 27, 2024
1 parent 62f2080 commit 7451740
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion PROGRAMS.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<tr align="center">
<td>White tea</td>
<td><code>white-tea</code></td>
<td>00:10:00</td>
<td>00:03:00</td>
<td>>=0.6</td>
</tr>
<tr align="center">
Expand Down
4 changes: 2 additions & 2 deletions mytimer/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7451740

Please sign in to comment.