Skip to content

Commit

Permalink
Bumped to v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hiulit committed Dec 28, 2019
1 parent 02d15b7 commit 2fcdf6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion retropie-convert-videos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 2fcdf6f

Please sign in to comment.