mirror of
https://github.com/talwat/lowfi
synced 2025-09-10 02:30:46 +00:00
chore: bump version
This commit is contained in:
parent
9faceeb659
commit
66d90ae82f
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1508,7 +1508,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lowfi"
|
name = "lowfi"
|
||||||
version = "1.7.2-dev"
|
version = "1.7.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arc-swap",
|
"arc-swap",
|
||||||
"atomic_float",
|
"atomic_float",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "lowfi"
|
name = "lowfi"
|
||||||
version = "1.7.2-dev"
|
version = "1.7.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "An extremely simple lofi player."
|
description = "An extremely simple lofi player."
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -126,6 +126,7 @@ Yeah, that's it.
|
|||||||
| `-`, `_`, `j`, `↓` | Volume Down 10% |
|
| `-`, `_`, `j`, `↓` | Volume Down 10% |
|
||||||
| `←` | Volume Down 1% |
|
| `←` | Volume Down 1% |
|
||||||
| `q`, CTRL+C | Quit |
|
| `q`, CTRL+C | Quit |
|
||||||
|
| `b` | Bookmark |
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> Besides its regular controls, lowfi offers compatibility with Media Keys
|
> Besides its regular controls, lowfi offers compatibility with Media Keys
|
||||||
|
@ -87,7 +87,7 @@ impl ActionBar {
|
|||||||
Self::Muted => {
|
Self::Muted => {
|
||||||
let msg = "+ to increase volume";
|
let msg = "+ to increase volume";
|
||||||
|
|
||||||
("muted", Some((String::from(msg), msg.len())))
|
("muted,", Some((String::from(msg), msg.len())))
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user