Releases: Ayowel/renpy-setup-action
Releases · Ayowel/renpy-setup-action
v2.0.1
This version fixes build issues when creating android releases on Ren'Py 8.1.0+.
Features
- #22 The install action now sets default build properties if they are not defined to compensate for those not generated by Ren'Py.
Changes
- #22 When building android releases on Ren'Py 8.1.0+, the file
.android.json
ofandroid.json
must set the keyupdate_keystores
tofalse
. A log is generated if it is not.
v2.0.0
This version comes with numerous changes in the way Ren'Py can be installed
Features
- #21 Download from GitHub by default - improves install speed for recent Ren'Py versions by downloading from Ren'Py releases. Github-based versions support partial version numbers such as
8.
or8.0.
for lower maintenance - #21 Install a custom Ren'Py version by setting parameters with your GitHub repository's or your website's information
Changes:
v1.2.1
v1.2.0
Features
- #16 Add
exec
action for arbitrary Ren'Py command runs - #18 Add
nothing
action. This action is a noop for os-specific outputs usage. - #19 Add
translate
action
Fixes
- #17 Fix an issue that prevented the action's execution on MacOS runners
Miscellaneous
- Updated README to use cache in all workflow examples and make it shorter and more readable
v1.1.0
Release candidate
Features
Fixes
- #9 Update
update/current.json
after a DLC install - #11 Use absolute paths instead of relative ones for action outputs even when a relative
install_dir
is provided.
Deprecation
- #7 Deprecate implicit installs. An error will be logged for jobs that use it until it is definitely removed.
Miscellaneous
Mainline release v1.0.0
Features:
- Added
distribute
andlint
actions
Others:
- Added numerous unit tests
Full Changelog: v0.1.0...v1.0.0
v0.1.0
Initial release
Easily load Ren'Py and DLCs for linting and building.
Full Changelog: https://github.com/Ayowel/renpy-setup-action/commits/v0.1.0