Skip to content

Commit

Permalink
Merge pull request #14 from hiulit/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
hiulit authored May 13, 2021
2 parents 33f92ad + 4470711 commit f00e858
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

- Up to date

## [1.6.0] - 2021-05-13

### Added

- Updated Godot `3.2.3` binaries to `3.3`.
- Updated FRT binaries to [v1.0.0](https://github.com/efornara/frt/releases/tag/1.0.0).

## [1.5.1] - 2021-03-23

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions scriptmodules/emulators/godot-engine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ rp_module_flags="x86 x86_64 aarch64 rpi1 rpi2 rpi3 rpi4"
# Global variables ##################################

RP_MODULE_ID="$rp_module_id"
SCRIPT_VERSION="1.5.1"
SCRIPT_VERSION="1.6.0"
GODOT_VERSIONS=(
"2.1.6"
"3.0.6"
"3.1.2"
"3.2.3"
"3.3"
)
FRT_KEYBOARD=""
OVERRIDE_CFG_DEFAULTS_FILE="$romdir/$RP_MODULE_ID/.override_defaults.cfg"
Expand Down
2 changes: 1 addition & 1 deletion setup-godot-engine-scriptmodule.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ readonly RP_DIR="$home/RetroPie"
readonly RP_ROMS_DIR="$RP_DIR/roms"
readonly RP_EMULATORS_DIR="/opt/retropie/emulators"

readonly SCRIPT_VERSION="1.5.1"
readonly SCRIPT_VERSION="1.6.0"
readonly SCRIPT_DIR="$(cd "$(dirname $0)" && pwd)"
readonly SCRIPT_NAME="$(basename "$0")"
readonly SCRIPT_FULL="$SCRIPT_DIR/$SCRIPT_NAME"
Expand Down

0 comments on commit f00e858

Please sign in to comment.