Skip to content

Commit 676ff22

Browse files
committed
Bumped to v2.1.1
1 parent 82b386d commit 676ff22

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
* Up to date
66

7+
## [2.1.1] - 2019-12-26
8+
9+
### Fixed
10+
11+
* Skyscraper's videos path in [#5](https://github.com/hiulit/RetroPie-Convert-Videos/pull/5).
12+
713
## [2.1.0] - 2019-04-17
814

915
### Added

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ Thanks to:
252252
* [Dan Edwards](https://github.com/edwardsd97) - For helping with [#3](https://github.com/hiulit/RetroPie-Convert-Videos/pull/3).
253253
* [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).
254254
* [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.
255+
* [Memodellocos](https://github.com/Memodellocos) - For fixing the Skyscraper's videos path in [#5](https://github.com/hiulit/RetroPie-Convert-Videos/pull/5).
255256

256257
## License
257258

retropie-convert-videos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
home="$(find /home -type d -name RetroPie -print -quit 2>/dev/null)"
2020
home="${home%/RetroPie}"
2121

22-
readonly SCRIPT_VERSION="2.1.0"
22+
readonly SCRIPT_VERSION="2.1.1"
2323
readonly SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
2424
readonly SCRIPT_TITLE="Convert videos for RetroPie."
2525
readonly SCRIPT_DESCRIPTION="A tool for RetroPie to convert videos."

0 commit comments

Comments
 (0)