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.
0.6.2 - 2024-06-07
- Template uses ModUtil
4.0.0
andonce_loaded.game
instead ofon_ready_final
. - Use annotated tags instead of lightweight tags in release workflow.
0.6.1 - 2024-05-23
- Template imports the game globals as a fallback.
- Fixed typo when defining
_PLUGIN
in the template. - Fixed a minor issue with the release workflow.
0.6.0 - 2024-05-20
- Added dedicated
ready
andreload
files somain.lua
can be ignored for simple mods. - Added a stub
defs.lua
as a reminder to document the plugin if relevant.
- Default template is more up-to-date.
0.5.1 - 2024-05-15
- Use
plugins
as target forsrc
files to prevent flattening the Thunderstore package on decompression.
0.5.0 - 2024-05-15
- Default template is now a valid example plugin
0.4.0 - 2024-05-15
- Swap tagging / publishing steps in release workflow so that no tagging happens until we're sure it's published.
- Fix release workflow failing to publish due to not properly picking up the built package name.
0.3.0 - 2024-05-15
- Add warning in release workflow if tag format is invalid, rather than fail silently.
- Require tag to be set when trying to run the release workflow.
0.2.0 - 2024-05-14
- Streamline release workflow to make it fast-fail before tagging / releasing in case of build failure.
0.1.0 - 2024-04-24
- First version of the template!