Commit graph

113 commits

Author SHA1 Message Date
a7ba7f9e34 docs: admit that this is a github project now 2024-10-16 21:21:19 +02:00
74f1df69c2 chore: bump version to v0.3.1 2024-10-16 20:48:31 +02:00
bd801282f2 chore: add system deps to release cd for compilation 2024-10-16 20:42:37 +02:00
cf4e8b6011 Merge branch 'devel'
Some checks failed
Rust CI / cargo CI (push) Has been cancelled
Release-plz / Release-plz release (push) Has been cancelled
Release-plz / Release-plz PR (push) Has been cancelled
2024-10-16 20:40:38 +02:00
b0c605452a chore: add system deps for ci
Some checks are pending
Rust CI / cargo CI (push) Waiting to run
Release-plz / Release-plz release (push) Waiting to run
Release-plz / Release-plz PR (push) Waiting to run
2024-10-16 20:36:29 +02:00
18135c15d7 Merge branch 'master' into devel
Some checks failed
Rust CI / cargo CI (push) Has been cancelled
2024-10-16 20:31:30 +02:00
4a9eac6091 chore: change ci/cd to use github and deploy with cd from now
Some checks are pending
Rust CI / cargo CI (push) Waiting to run
Release-plz / Release-plz release (push) Waiting to run
Release-plz / Release-plz PR (push) Waiting to run
2024-10-16 20:29:26 +02:00
757fe6b7b2 chore: bump to v0.3.1-alpha.0
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m45s
2024-09-05 11:38:02 +02:00
140123c124 fix: crashed when no timebar was requested because we unwrapped for the creation of Ui Data #26
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-09-05 11:35:51 +02:00
04c570243c fix(timebar): shortened format and refactored
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m43s
2024-09-03 20:39:08 +02:00
89a636589d chore: some more clippy findings
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m47s
2024-09-03 19:16:25 +02:00
2f306304b3 chore: clippy findings
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m44s
2024-09-03 19:14:34 +02:00
23a417a9f9 chore: bump version
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-09-03 19:13:28 +02:00
1b07e481f2 feat(timebar)!: add timer and add additional information to the ui #22
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-09-03 19:13:13 +02:00
12efcf45a8 Merge branch 'master' into devel
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m43s
2024-07-26 10:57:03 +02:00
80b466efdf chore: address clippy findings
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m45s
2024-07-26 10:52:33 +02:00
0853ee103b chore: bump to v0.2.1, v0.2.2 was too early oopsie
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m47s
2024-07-26 10:46:17 +02:00
e940c4bfb4 docs: update screenshot
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-07-26 10:44:41 +02:00
77020571f8 docs: update screenshot
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m57s
2024-07-26 10:44:32 +02:00
3c9cf84f1a Merge pull request 'add mode show and fix some things' (#20) from devel into master
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
Reviewed-on: #20
2024-07-26 10:43:19 +02:00
4d12f268d9 chore: bump version to v0.2.2
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-07-26 10:42:57 +02:00
cscherrNT
28d149db42 automatic cargo CI changes 2024-07-26 08:40:32 +00:00
4957c601ea fix(modeshow): display correct durations for hour,minute,day #19
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m58s
2024-07-26 10:38:37 +02:00
19c1939cfb fix(modeshow): fix #17 by conditionally setting the seconds to 0
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m47s
2024-07-19 10:26:45 +02:00
48f88ee17e feat(panic): add human_panic
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m48s
2024-07-19 10:16:22 +02:00
71f887c62e Merge pull request 'show mode of timebar with extra info' (#18) from feat/mode-show into devel
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m44s
Reviewed-on: #18
2024-07-19 10:06:08 +02:00
b0d0651cc7 chore: bump alpha version
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m45s
2024-07-19 10:03:33 +02:00
01c3f44026 fix(modeshow): force all segments of the time to have 2 digits
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m47s
2024-07-19 10:01:11 +02:00
2526771026 refactor(uidata): change name of the struct and the idx 2024-07-19 10:01:11 +02:00
4ec8be1e1b chore: add bug comment for #17 2024-07-19 10:01:11 +02:00
3a4c3d7c00 feat(modeshow): add a timestamp that shows when the timer ends #14 2024-07-19 10:01:11 +02:00
19cc0d5d1a chore: bump version to alpha
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m46s
2024-07-17 17:52:35 +02:00
cscherrNT
290704de46 automatic cargo CI changes 2024-07-17 15:48:15 +00:00
74e39a08dc feat(timebar): show mode and counter for timebar
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m58s
2024-07-17 17:46:22 +02:00
700f236649 refactor: partition to a HashMap instead of a Vec
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m52s
2024-07-17 16:50:32 +02:00
d6102dffa2 refactor: move clock parts to submodules
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m51s
2024-07-17 16:30:39 +02:00
27d135b1c8 chore: remove an old todo comment
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m47s
2024-07-12 19:25:16 +02:00
6863448974 chore: address clippy findings 2024-07-12 19:25:08 +02:00
d62fd468ff refactor: hide the sound option behind the sound feature
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m43s
2024-07-12 19:15:58 +02:00
daa764cb96 feat(notify): make sound be on by default #15 2024-07-12 19:15:14 +02:00
3056e4fa36 chore: git merge shenanigans
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-07-12 19:14:12 +02:00
de3954a1bb chore: update screenshot
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m41s
2024-07-12 19:07:23 +02:00
4de8e35f41 Merge branch 'devel'
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m48s
2024-07-12 19:05:53 +02:00
c0bf412c4a chore: bump to v0.2.0
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m43s
2024-07-12 19:00:56 +02:00
5eb07fabc8 refactor: move additional information like date and timebar over clockw
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m43s
2024-07-12 17:04:14 +02:00
9b7f36870f chore: remove github CI, because I cant install system deps there, which we need to compile
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m49s
2024-07-12 17:00:46 +02:00
e67c37a9c1 feat(tui): scale clockw font dynamically #11
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m50s
2024-07-12 16:50:30 +02:00
83e318559e refactor(tui): widgets (besides clockw) are now visible in small horizontal terminals #11
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m46s
2024-07-12 16:43:08 +02:00
9a2629c273 fix(cli): custom option tried to load the countdown duration
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m43s
2024-07-12 15:46:09 +02:00
f4eef60a9e fix(notify): only notify in countdown mode (fixes a panic)
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m44s
2024-07-12 15:42:59 +02:00