diff --git a/CHANGELOG.md b/CHANGELOG.md index 481f600..633b25c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,13 @@ * Up to date -## [2.1.1] - 2019-12-26 +## [2.1.2] - 2019-12-28 + +### Fixed + +* The `check_CES()` function was checking incorrectly if the C.E.S from the video was equal to `from_ces` and thus not converting the videos. + +## [2.1.1] - 2019-12-26 ### Fixed diff --git a/retropie-convert-videos.sh b/retropie-convert-videos.sh index cb86402..2a1af34 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.1" +readonly SCRIPT_VERSION="2.1.2" readonly SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" readonly SCRIPT_TITLE="Convert videos for RetroPie." readonly SCRIPT_DESCRIPTION="A tool for RetroPie to convert videos."