Skip to content

Releases: ProjectAliceDev/renpy-build-action

1.3.1

26 Jan 20:40
c269771

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

17 Aug 04:17
f265120

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.3.0

v1.2.2

25 Dec 01:59

Choose a tag to compare

What's Changed

  • feat: add package input by @eyzi in #7
  • feat(params): option to add steam lib by @eyzi in #8

New Contributors

  • @eyzi made their first contribution in #7

Full Changelog: v1.2.0...v1.2.2

v1.2.0

21 Jul 16:14

Choose a tag to compare

This release now accounts for old-game directory. Builds will now fail if old-game is not present. (#5)

v1.1.3

25 Jan 00:26
b6425bc

Choose a tag to compare

Updates Dockerfile to use Ubuntu 20.04 (might ensure compatibility with Ren'Py SDK 7.4.1)

v1.1.2

13 Jan 00:35
5305449

Choose a tag to compare

This release updates the Dockerfile dependencies to ensure builds with Ren'Py 7.4.0 or later releases.

1.1.1

27 Nov 12:28
e152cfa

Choose a tag to compare

Action should now fail properly as citated in GH-1.

v1.1.0

21 Sep 18:45

Choose a tag to compare

This update adds a parameter that lets you control where the project is.

Note: This parameter is required. For older projects, to emulate the old behavior, set project-dir to '.'.

1.0.2

20 Sep 18:31

Choose a tag to compare

This release fixes an issue where the version output might have returned blank due to a variable typo.

1.0.1 (Re-release)

20 Sep 18:09

Choose a tag to compare

This is a re-release of 1.0.1 which fixes a grep bug in the build sequence.