Releases: EricBartusch/sts-protemplate
Releases · EricBartusch/sts-protemplate
v0.7.2 - Dependabot Security Updates
What's Changed
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #24
- Bump moment from 2.29.1 to 2.29.3 by @dependabot in #25
- fix: More dependabot alerts by @EricBartusch in #26
Full Changelog: v0.7.1...v0.7.2
v0.7.1 - Dependabot Security Updates
Merge pull request #23 from EricBartusch/fix/dependabots fix: Inc version after dependabot updates
v0.7.0 - Various ProTemplate updates
Covers changes from January 24th through February 20th:
https://github.com/DarkVexon/ProTemplate/commits/master
v0.6.3 - More Dependabot fixes
Merge pull request #19 from EricBartusch/dependabot/npm_and_yarn/shel…
v0.6.2 - Portrait view bug fix
Merge pull request #14 from EricBartusch/fix/portrait fix: Fixing portrait view bug by default
v0.6.1 - Dependabot update
Merge pull request #13 from EricBartusch/dependabot/npm_and_yarn/set-…
v0.6.0 - Adding command line arg for empty mod project generation
Running the generator with --empty
now creates a mod project with as little extra stuff as possible.
v0.5.1 - Adding color and description inputs
Generator now asks for color if creating a character
Generator now asks for a description to put in the pom.xml
Small changes to generated README and removed some commented lines
v0.5.0 - Added character name customization
The generator will now ask for a character name to be provided if one is being made
v0.4.3 - Fix project generation issues
Fixed a bug where choosing to create cards but not Actions and/or a Character caused the generated project to break