Skip to content

Commit

Permalink
Bump to version 0.10.0
Browse files Browse the repository at this point in the history
- Web player now prompts user when user input is needed (Chrome) in
  order to start playing audio. A prompt is also created if a song is
  queued that can't be decoded.
- A bunch of internal changes / bug fixes on the web player. Should be a
  much more stable experience.
  • Loading branch information
tarkah committed Mar 6, 2020
1 parent 70c8dea commit c910d0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "karaoke-rs"
version = "0.9.2"
version = "0.10.0"
authors = ["tarkah <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cargo build --release

# CLI Arguments
```
karoake-rs 0.9.2
karoake-rs 0.10.0
tarkah <[email protected]>
A simple, network enabled karaoke player in Rust
Expand Down

0 comments on commit c910d0b

Please sign in to comment.