From 676ff22fb5a208c9c847282f2a2fcf37ff61775c Mon Sep 17 00:00:00 2001 From: hiulit Date: Thu, 26 Dec 2019 20:26:00 +0100 Subject: [PATCH] Bumped to v2.1.1 --- CHANGELOG.md | 6 ++++++ README.md | 1 + retropie-convert-videos.sh | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd6f650..481f600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ * Up to date +## [2.1.1] - 2019-12-26 + +### Fixed + +* Skyscraper's videos path in [#5](https://github.com/hiulit/RetroPie-Convert-Videos/pull/5). + ## [2.1.0] - 2019-04-17 ### Added diff --git a/README.md b/README.md index b0fe3dd..45c22a0 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,7 @@ Thanks to: * [Dan Edwards](https://github.com/edwardsd97) - For helping with [#3](https://github.com/hiulit/RetroPie-Convert-Videos/pull/3). * [furnace](https://retropie.org.uk/forum/user/furnace) and [mitu](https://retropie.org.uk/forum/user/mitu) - For pointing out some issues on how to better support [Lars Muldjord's Skyscraper](https://github.com/retropie/retropie-setup/wiki/scraper#lars-muldjords-skyscraper). * [pruperting](https://github.com/pruperting) - For the [code](https://github.com/pruperting/code_snippets/blob/master/ffmpeg_progress.sh) from which the progress bar is based on. +* [Memodellocos](https://github.com/Memodellocos) - For fixing the Skyscraper's videos path in [#5](https://github.com/hiulit/RetroPie-Convert-Videos/pull/5). ## License diff --git a/retropie-convert-videos.sh b/retropie-convert-videos.sh index c7f8b4f..2e35b17 100755 --- a/retropie-convert-videos.sh +++ b/retropie-convert-videos.sh @@ -19,7 +19,7 @@ home="$(find /home -type d -name RetroPie -print -quit 2>/dev/null)" home="${home%/RetroPie}" -readonly SCRIPT_VERSION="2.1.0" +readonly SCRIPT_VERSION="2.1.1" readonly SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" readonly SCRIPT_TITLE="Convert videos for RetroPie." readonly SCRIPT_DESCRIPTION="A tool for RetroPie to convert videos."