Skip to content

Commit f7ddcd7

Browse files
committed
Bump to version 0.9.0
- 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
1 parent 241f947 commit f7ddcd7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "karaoke-rs"
3-
version = "0.8.1"
3+
version = "0.9.0"
44
authors = ["tarkah <admin@tarkah.dev>"]
55
edition = "2018"
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ cargo build --release
5151

5252
# CLI Arguments
5353
```
54-
karoake-rs 0.8.1
54+
karoake-rs 0.9.0
5555
tarkah <admin@tarkah.dev>
5656
A simple, network enabled karaoke player in Rust
5757

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fn run() -> Result<(), Error> {
5656

5757
fn get_config() -> Result<Config, failure::Error> {
5858
let matches = App::new("karoake-rs")
59-
.version("0.8.1")
59+
.version("0.9.0")
6060
.author("tarkah <admin@tarkah.dev>")
6161
.about("A simple, network enabled karaoke player in Rust")
6262
.arg(

0 commit comments

Comments
 (0)