From 6543e7271b461f7cbb2a95ce8b440e01833a6ad3 Mon Sep 17 00:00:00 2001 From: VernoxVernax Date: Wed, 27 Mar 2024 04:19:26 +0100 Subject: [PATCH] docs: version bump; docs --- .github/workflows/release-builds.yml | 2 +- Cargo.toml | 2 +- RECENT_CHANGES.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) 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.