All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Do not replace
;
with:
in Luarocks ENVs- Particularly, in
LUA_PATH
andLUA_CPATH
- These variables are platform-independent, UNIX-style
:
PATH delimiter is not required.
- Particularly, in
- Fix possible
jobs.build.steps.values.outputsgh_workflows_json
overflow- As per GitHub Docs, an output string cannot exceed 1 MB. GitHub REST API response can easily exceed that limit.
2.0.2 - 2022-08-30
- Folders being included in glob matches
- Folders are included by default in tj-actions/glob@v13
2.0.1 - 2022-08-26
Maintenance release.
2.0.0 - 2022-08-26
- Changelog.
- Packfile Build workflow:
- Automatically build a
.pack
file on each commit. - Ready to use. Useful for quick testing and distribution.
- Highlight incompatible
DB
andLOC
TSV files.- Includes
rpfm_cli.json
problem matcher.
- Includes
- Automatically build a
- Lua Lint:
- General optimizations.
- DB Check:
- General optimizations.
1.0.11 - 2022-08-25
- Lua Lint:
- Revert skipping
luarocks install
step if cache hit has occurred. - Passing wrong rockspec file to
luarocks install
step.
- Revert skipping
1.0.10 - 2022-08-01
- Lua Lint:
- Skip
luarocks install
step if cache hit has occurred.
- Skip
1.0.9 - 2022-08-26
- Failing curl requests
Makecurl
requests more reliable by retrying up to 5 times.
1.0.8 - 2022-08-01
- Lua Lint:
- Skip extracting globals from
luacheck
.
- Skip extracting globals from
- Bump default Lua version to
5.4
.
1.0.7 - 2022-08-01
- Lua Lint:
- input:
debug_enabled
type:boolean
, default:false
Enables debug script logging.
- input:
- Pass
update_lua_globals.sh
directly to shell, skipping saving to a file.
1.0.6 - 2022-07-28
- Problem matcher install in a workflow.
1.0.5 - 2022-07-27
- Fix syntax errors.
- Bump
lua-globals
to v0.3.0
1.0.4 - 2022-04-09
Maintenance release.
1.0.3 - 2022-03-17
Maintenance release.
1.0.2 - 2021-11-22
- Add conditional check for rockspec install.
1.0.1 - 2021-11-22
- Minor syntax and conditional fixes.
1.0.0 - 2021-11-21
Initial release.
- Lua Lint workflow:
- Automatically lint lua files with Luacheck.
- Get PRs for updates to used Lua global variables.
- DB Check workflow:
- Check extracted DB tables in TSV format for integrity.