Skip to content

Commit

Permalink
Bumped to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hiulit committed Dec 26, 2019
1 parent 82b386d commit 676ff22
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.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."
Expand Down

0 comments on commit 676ff22

Please sign in to comment.