075754fcd0
Tweak font sizes for display
2024-08-04 22:06:12 +09:00
c145bdbd9c
Version 0.4.14
2024-07-22 11:16:00 +09:00
502795c6cf
More sane variants of "Ordering" used
...
Stores use "Ordering::Release", loads use "Ordering::Acquire", and swaps
use "Ordering::AcqRel".
2024-07-21 21:22:28 +09:00
e8b170e0e2
cargo update
2024-07-21 21:15:10 +09:00
d276482c8b
Minor refactorings
2024-06-24 15:45:21 +09:00
08b78467b5
cargo update
2024-06-24 14:28:58 +09:00
0ddd33a898
Version 0.4.13
2024-06-24 14:28:27 +09:00
8ebeac0499
Refactor time_to_percentage(...)
2024-06-24 14:27:44 +09:00
8e6305d934
Round percentage value
2024-06-24 14:11:10 +09:00
1b92da1ab2
Update README.md
2024-06-24 14:08:15 +09:00
00240e4205
Version 0.4.12
2024-06-24 14:07:05 +09:00
e4cdccce63
Impl. show percentage, minor fixes
...
Implement showing percentage of song played next to time remaining.
Add flag to disable showing percentage.
Fix time remaining background persisting when song is no longer playing.
2024-06-24 14:05:28 +09:00
015da43d1b
Bump version to 0.4.11
2024-06-23 20:59:43 +09:00
773587b664
Fix not quitting when requested, cargo fmt
2024-06-23 20:56:54 +09:00
2f23e63349
Update LICENSE year
2024-06-23 20:45:26 +09:00
8cd599aadd
Bump version to 0.4.10
2024-06-23 20:43:43 +09:00
2865352f7a
Allow window resize behavior
2024-06-23 20:41:10 +09:00
180898103a
cargo update
2024-06-23 20:41:01 +09:00
d90c86c894
cargo update
, bump version
2024-02-28 11:53:21 +09:00
f42fadd403
Update README.md
...
Previously, the README referenced dependency structopt, which was
replaced with dependency clap.
2023-11-28 21:42:12 +09:00
f2f58047a5
Version 0.4.8
2023-11-28 15:02:27 +09:00
d457098f2a
Fix use of deprecated object from bindgen
2023-11-28 15:02:09 +09:00
d0beff5a98
Update build dependency bindgen
2023-11-28 15:00:26 +09:00
7a860e323a
Update image and wgpu dependencies
2023-11-28 12:29:35 +09:00
ef234f0ec0
Replace dependency structopt with clap
2023-11-28 12:20:49 +09:00
391949cde6
Version 0.4.7
2023-11-26 15:49:48 +09:00
f66880f13d
Update ggez dependency
2023-11-26 15:42:04 +09:00
83bb20c246
Remove no longer needed comment in Cargo.toml
2023-06-27 18:59:12 +09:00
dd868969cc
Version 0.4.6 with new version of ggez
2023-06-27 10:41:04 +09:00
1dc28d7b07
Update README.md
2023-02-27 15:55:31 +09:00
f7ffa62e02
Update README.md
2023-02-27 15:49:05 +09:00
bcea959381
Merge branch 'devel'
2023-02-27 15:39:48 +09:00
aa6fb750e7
Refactor "no-password-fix"
...
Refactors the fix for the use case of when MPD requires no password.
2023-02-04 21:32:31 +09:00
a1706913e6
Fix timer bg not updating
...
This commit fixes the bg mesh (slightly-transparent-black-bg for text)
not updating when the timer-text changes size.
2023-02-04 20:41:47 +09:00
e28d20a5da
Update README.md
2023-02-04 19:59:04 +09:00
4653399fe9
Backport Fix: display not working when no password
...
Previous implementation only worked if MPD was accessed with a password.
This commit fixes no-password access of MPD.
Backported from `devel` branch.
2023-02-04 19:56:09 +09:00
e0be69df81
Impl passing password via file
2023-01-31 16:19:55 +09:00
8643542b7a
Update README.md
2023-01-31 16:05:48 +09:00
e9e57c9dff
Update README.md
2023-01-31 16:02:02 +09:00
d1590bee0a
Update README.md
2023-01-31 15:59:19 +09:00
56f6784892
Fix where display doesn't work when no password
...
Previous implementation only worked if MPD was accessed with a password.
This commit fixes no-password access of MPD.
2023-01-31 15:57:56 +09:00
a223d8b530
Update README.md
2023-01-29 16:57:54 +09:00
fad82f6448
Update README.md
2023-01-29 16:55:20 +09:00
934aa1a610
Version 0.4.1
2023-01-29 16:49:04 +09:00
6d400cd7c7
Workaround for album art not drawing bug
...
ggez (at the time of this commit) latest release has a bug that results
in the album art not drawing. Workaround is to build against a ggez
commit in its "devel" branch.
2023-01-29 16:45:40 +09:00
c902f0fcf3
Fix clippy warnings
2023-01-29 14:50:26 +09:00
e025a48735
Version 0.4.0
...
Testing shows that even with some of the expect()/unwrap() additions,
the program is still stable enough to use. Will merge into the main
branch.
2023-01-08 17:43:19 +09:00
74a84d9f7a
Change rust project edition to "2021"
...
Also update Cargo.lock.
2022-12-11 14:36:06 +09:00
f2f93f5393
Fix clippy warning
2022-12-07 12:22:06 +09:00
1a623f451d
Fix not-staying-in-fullscreen bug
2022-12-06 22:26:02 +09:00