Skip to content

Commit

Permalink
Bump to version 0.9.0
Browse files Browse the repository at this point in the history
- Add option to allow custom song format when parsing collection on
  startup
- Add options to specify website and websocket ports
- Add options to customize the look of both native and web players.
- Player can be scaled or set to fullscreen and have the background
coloring disabled
  • Loading branch information
tarkah committed Jan 28, 2020
1 parent 241f947 commit f7ddcd7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.8.1"
version = "0.9.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.8.1
karoake-rs 0.9.0
tarkah <[email protected]>
A simple, network enabled karaoke player in Rust
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fn run() -> Result<(), Error> {

fn get_config() -> Result<Config, failure::Error> {
let matches = App::new("karoake-rs")
.version("0.8.1")
.version("0.9.0")
.author("tarkah <[email protected]>")
.about("A simple, network enabled karaoke player in Rust")
.arg(
Expand Down

0 comments on commit f7ddcd7

Please sign in to comment.