diff --git a/.github/workflows/release-builds.yml b/.github/workflows/release-builds.yml index 110599f..5eeb510 100644 --- a/.github/workflows/release-builds.yml +++ b/.github/workflows/release-builds.yml @@ -1,6 +1,6 @@ # GitHub Actions workflow to build artifacts and create releases on the "main" branch -name: Create release +name: Rust build on: push: diff --git a/Cargo.toml b/Cargo.toml index 9d11974..c93ed4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "puddler" -version = "0.6.0" +version = "0.6.1" edition = "2021" [dependencies] diff --git a/RECENT_CHANGES.md b/RECENT_CHANGES.md index 2b13cc4..5967f6f 100644 --- a/RECENT_CHANGES.md +++ b/RECENT_CHANGES.md @@ -1,4 +1,7 @@ * Removed getch crate and rewrote it's functionality using the awesome crossterm crate with additional timeout features. * Fixed issue where episodes would be skipped if they would already be marked as played. +* Fixed issue where episodes would be skipped when using the `f` option in the quick-menu. +* Increase some request timeouts to 10 seconds. +* Avoid discord problems. * Some code refactoring. * Bump dependencies.