From 2cea8dd4232c61be4b408d53edb3ca4eb6316954 Mon Sep 17 00:00:00 2001 From: Cory Forsstrom Date: Sat, 15 Feb 2020 11:11:55 -0800 Subject: [PATCH] Bump to version 1.8.1 - Add `--passthrough` and `--offset` options for stream playback - Passthrough will send stream directly to VLC without processing in Streamlink. This is useful if user wants to seek within VLC. However, this will bypass Streamlinks ssl verify skip, and user will have to accept the cert in VLC to play the stream. - Offset will offset the Live / VOD stream by the specified time. If live, offset is negative from current game time. This option works on `play`, `cast` and `record` commands --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- src/main.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf9658d..884abe5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -555,7 +555,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "lazystream" -version = "1.8.0" +version = "1.8.1" dependencies = [ "async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 48c501f..81a059a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lazystream" -version = "1.8.0" +version = "1.8.1" authors = ["tarkah "] edition = "2018" diff --git a/README.md b/README.md index f3eeef3..ce5c83f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Easily get LazyMan stream links, output directly or to m3u / xmltv formats. ``` ❯ lazystream --help -lazystream 1.8.0 +lazystream 1.8.1 tarkah Easily get LazyMan stream links, output directly or to m3u / xmltv formats. Streams can also be recorded or casted. diff --git a/src/main.rs b/src/main.rs index 3ef0b9c..0194d23 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,7 +8,7 @@ mod select; mod stream; mod streamlink; -const VERSION: &str = "1.8.0"; +const VERSION: &str = "1.8.1"; const HOST: &str = "http://nhl.freegamez.ga"; const BANNER: &str = r#" | \ __ /\ \ / ___|__ __| _ \ ____| \ \ |