Commit graph

59 commits

Author SHA1 Message Date
a56e454935 refactor: remove a lot of unneeded dependencies 2024-07-12 19:11:00 +02:00
5a09414089 chore: add system deps to the CI 2024-07-12 19:11:00 +02:00
dc6dddae21 chore: bump alpha version 2024-07-12 19:11:00 +02:00
885de2686a refactor(notify): let the desktop notification time out 2024-07-12 19:10:52 +02:00
70ff4f3e5d fix(notify): sound did not play #12
fixup: maybe please work
2024-07-12 19:10:52 +02:00
cd13d9135d feat(notify): play a bundled sound #12 2024-07-12 19:10:52 +02:00
fb057e0893 refactor: make notification and countdown more clear and address clippy findings 2024-07-12 19:10:52 +02:00
45b118eb3e docs: document that durations are only accurately honored to seconds 2024-07-12 19:10:52 +02:00
f6c41f995c feat: allow input of duration in seconds and minutes too 2024-07-12 19:10:52 +02:00
084ea21737 feat(countup): notify with tui and desktop integration 2024-07-12 19:10:52 +02:00
37da271aa1 chore: bump alpha version 2024-07-12 19:10:52 +02:00
65e244a576 feat(countup): simple countup that stays at 100% after finish #1 2024-07-12 19:10:52 +02:00
7055a8b97f Merge pull request 'add a time bar' (#8) from feat/timebar into devel
Reviewed-on: #8
2024-07-12 19:10:52 +02:00
be4b0dfcd0 chore: make version semver compliant again 2024-07-12 19:10:52 +02:00
b65f1ba5e9 fix: add one second to the live timebar_ratio now time to align percentages with expectations #10 2024-07-12 19:10:52 +02:00
PlexSheep
b18b6c43e5 automatic cargo CI changes 2024-07-12 19:10:52 +02:00
1db0aae933 chore: remove old todo comments 2024-07-12 19:10:52 +02:00
2fcf8a3ff5 chore: bump version 2024-07-12 19:10:52 +02:00
2149258e8f refactor: address clippy warnings 2024-07-12 19:10:52 +02:00
5756947a87 Merge branch 'feat/timebar' of https://git.cscherr.de/PlexSheep/crock into feat/timebar 2024-07-12 19:10:52 +02:00
0dc5f5973b Merge branch 'devel' into feat/timebar 2024-07-12 19:10:52 +02:00
b0862a0eef refactor: style timebar and fix custom resets 2024-07-12 19:10:52 +02:00
PlexSheep
d5ce87fe32 automatic cargo CI changes 2024-07-12 19:10:52 +02:00
cscherrNT
efd84f8bbb automatic cargo CI changes 2024-07-12 19:10:52 +02:00
19c4c6f748 feat: early timebar implementation 2024-07-12 19:10:52 +02:00
25a8ebac80 chore: change a format because rustfmt errored 2024-07-12 19:10:52 +02:00
07815f5291 chore: change a fixme 2024-07-12 19:10:52 +02:00
aaa7dd77e9 Merge branch 'feat/timebar' of https://git.cscherr.de/PlexSheep/crock into feat/timebar 2024-07-12 19:10:52 +02:00
e82ae2fa84 fix: sync timebar with clock #9 2024-07-12 19:10:52 +02:00
bb424aa085 Merge branch 'feat/timebar' of https://git.cscherr.de/PlexSheep/crock into feat/timebar 2024-07-12 19:10:52 +02:00
468c48d327 refactor(data): add UiData struct and remove the hacky fix that broke 2024-07-12 19:10:52 +02:00
df3850c1ca fix: sync timebar with clock 2024-07-12 19:10:52 +02:00
cscherrNT
edeadb313c automatic cargo CI changes 2024-07-12 19:10:52 +02:00
c1d57e32c1 fix: sync timebar with clock with a horrible hack 2024-07-12 19:10:52 +02:00
9f1a17c2eb refactor: move some things around and make them more clear 2024-07-12 19:10:52 +02:00
8b6c7c266a feat: sunparts fixed length under time 2024-07-12 19:10:52 +02:00
653e647855 Merge branch 'devel' into feat/timebar 2024-07-12 19:10:52 +02:00
PlexSheep
c422c14dc1 automatic cargo CI changes 2024-07-12 19:10:52 +02:00
8092f2c000 fix: help is no longer bugged out
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m19s
2024-07-09 20:13:48 +02:00
c5df9cce34 refactor: sort deps
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m18s
2024-07-09 20:10:32 +02:00
fdf2da6566 refactor: clippy findings
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-07-09 20:09:12 +02:00
572db7f182 refactor: move clock to module in preparation for cli
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-07-09 20:08:58 +02:00
652eb61f92 chore: add libpt
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m18s
2024-07-09 20:00:52 +02:00
e58485c4c9 refactor: layout scales better and center is easier #4
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m16s
2024-07-09 16:51:02 +02:00
acdfa840ab chore: remove cargo test (not a lib)
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m11s
2024-07-09 14:02:03 +02:00
f6f0f3b372 chore: bump version
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m18s
2024-07-09 13:58:58 +02:00
28954405ba docs: remove docs.rs - not a lib
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-07-09 13:58:12 +02:00
fe6c5b4e4f chore: add CI 2024-07-09 13:58:05 +02:00
9a42e12654 chore: bump version 2024-07-09 13:54:16 +02:00
5fa0802210 docs: small but proper readme 2024-07-09 13:53:28 +02:00