Skip to content

Releases: ProjectAliceDev/renpy-lint-action

v1.1.2

15 Jan 20:44

Choose a tag to compare

What's Changed

  • Ability to re-use cached version of the SDK and ability to store a cached version by @devorbitus in #2
  • Doc update - fix duplicate ID issue by @devorbitus in #3
  • Minor docs change required by @devorbitus in #4
  • Update lint messaging to prevent confusion in #5

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

13 Jan 00:30
91b9542

Choose a tag to compare

This update adds some dependencies to the Dockerfile so that this action will work for Ren'Py 7.4.0 and later releases.

v1.1.0

21 Sep 18:55

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 '.'.

v1.0.0

20 Sep 21:21

Choose a tag to compare

[renpy-lint-action] Fix Dockerfile