Commit graph

55 commits

Author SHA1 Message Date
Jimmy Wu
f616555fa2 support auto_quit flag for timer #26 2023-11-30 14:29:46 +08:00
Jimmy Wu
dc5bcd672c fix image path in README 2023-09-25 16:19:22 +08:00
Jimmy
0e12a7f532
support mupltiple durations for timer (#24) 2022-09-08 09:32:49 +08:00
race604
aacb453fdb link README to main project otherwise will fail to pubish to cargo 2022-09-05 21:56:20 +08:00
race604
186cac59d2 bump version to 0.5.0 2022-09-05 21:50:34 +08:00
Jimmy
25d6795d7e
extract a font layer and reimplement the bricks font (#23)
* implement the font layer

* run fmt

* refactor
2022-09-05 21:01:43 +08:00
race604
8f434e2d05 put README back 2022-09-05 08:41:27 +08:00
Jimmy
d2daa965eb
add xtasks to generate man page and autocomplete files (#22)
* add xtasks to generate manpage and autocomplete files

* add alias for main pkg

* git ingore assets/gen
2022-09-04 21:13:56 +08:00
Jimmy
584e4e8ae9
Merge pull request #21 from race604/bin-and-lib-crate
reorganize code to bin and lib crate
2022-09-02 23:03:51 +08:00
race604
f4ca196d47 re-orginize code to bin and lib crate 2022-09-02 21:41:56 +08:00
Jimmy
6e375e1996
Merge pull request #20 from race604/support-timezone-in-clock-mode
support customized timezone for clock
2022-09-02 21:05:44 +08:00
race604
dafcdd91ff support customized timezone for clock 2022-09-02 14:07:37 +08:00
Jimmy
3f357f3fd2
Merge pull request #18 from race604/fix-lint-by-clippy
fix lint error reported by clippy
2022-08-31 22:10:44 +08:00
race604
b091f8e953 fix lint error reported by clippy 2022-08-31 22:10:16 +08:00
race604
9bcf1cff9c bump version to 0.4.0 2022-08-31 21:58:28 +08:00
race604
9ef4575931 update README for countdown mode 2022-08-31 21:56:04 +08:00
race604
f3e58a635d support H:M format in countdown 2022-08-31 09:53:54 +08:00
race604
12150375cb pad zeros to keep width in consistent 2022-08-31 08:57:01 +08:00
race604
3c1b0c1f5c fix bug in parsing color name 2022-08-31 08:11:43 +08:00
race604
75e7de904d support millis option for countdown timer 2022-08-31 07:57:29 +08:00
Jimmy
aa03b69ef6
Merge pull request #17 from race604/countdown-timer
implement countdown timer
2022-08-29 11:26:57 +08:00
race604
18a69a1c7a implement countdown timer #16 2022-08-29 10:29:41 +08:00
Jimmy
d01683ff2d
Merge pull request #15 from race604/bump-version
bump version to v0.3.2
2022-08-24 09:36:12 +08:00
race604
51b38a5e47 bump version to v0.3.2 2022-08-19 17:05:22 +08:00
Jimmy
d6014dc7c4
Merge pull request #13 from wezm/start-paused
Add option to start the timer paused
2022-08-16 09:54:53 +08:00
Wesley Moore
8a58c5a604
Add option to start the timer paused 2022-08-15 16:53:05 +10:00
Wesley Moore
c0b4142ba0 Add Pause trait for stopwatch and timer 2022-08-11 21:17:06 +08:00
Wesley Moore
9126f0ae0b Apply some clippy suggestions 2022-08-11 21:17:06 +08:00
Wesley Moore
55346b5b79 Add option to hide clock seconds 2022-08-11 21:17:06 +08:00
Jimmy
484440905e
bump version to 0.3.1 (#10) 2022-08-08 16:42:00 +08:00
Jimmy
bf52c8f45f
tune the blink interval (#9)
* tune the blink interval

* update

* symmetric on/off tim
2022-08-08 16:39:43 +08:00
Jimmy
431b6b5b13
Merge pull request #8 from race604/add-license-1
Create LICENSE
2022-08-08 10:58:11 +08:00
Jimmy
81ef4fff66
Create LICENSE 2022-08-08 10:57:12 +08:00
Jimmy
5ab34df88a
Merge pull request #6 from race604/jimmy-wu--bump-version
bump version to 0.3.0
2022-08-05 09:34:17 +08:00
race604
ba6f7e4085 bump version to 0.3.0 2022-08-05 09:32:16 +08:00
Jimmy
f21b742513
Merge pull request #5 from race604/support-ending-command
accept a command to run when the timer ends
2022-08-05 09:09:31 +08:00
race604
254b6c84cf accept a command to run when the timer ends 2022-08-04 23:21:20 +08:00
Jimmy
684384c3ee
Merge pull request #4 from race604/lower-rate-when-non-millis
lower tick rate when non-millis
2022-08-03 19:21:00 +08:00
race604
d8dd061d97 lower tick rate when non-millis 2022-08-03 19:11:36 +08:00
Jimmy
228faf45c6
Merge pull request #3 from wezm/flash-timer
Blink timer when it finishes
2022-08-03 18:59:44 +08:00
Wesley Moore
a8fb46d14f
Blink timer when it finishes 2022-08-03 20:48:39 +10:00
吴晶
5aa759fba9
Merge pull request #2 from wezm/fractional-seconds-option
Add flag to hide fractional seconds on timer
2022-08-03 18:42:03 +08:00
Wesley Moore
3032cc4bec
Add flag to hide fractional seconds on timer 2022-08-03 18:30:37 +10:00
race604
08fb4d0328 update docs for color option 2022-07-20 12:53:55 +08:00
race604
af3902dd33 bump version to 0.2.0 2022-07-20 12:38:43 +08:00
race604
104dab5b2c show tips when paused 2022-07-20 12:37:13 +08:00
race604
7ce5a117f2 support non_date and millis options for Clock 2022-07-20 11:57:09 +08:00
race604
b8d6e42c4f add install instruction in readme 2022-07-19 17:21:53 +08:00
race604
e4e1e70307 add more info for crate 2022-07-19 17:15:42 +08:00
race604
649cc89069 update readme 2022-07-19 17:11:47 +08:00