Releases: GreenTF/upload-thunderstore-package
Releases · GreenTF/upload-thunderstore-package
Version v4.3
What's Changed
- fix: allow
-
as delimiter in dep strings by @AnActualEmerald in #30
Full Changelog: v4.2...v4.3
Version v4.2
What's Changed
- feat: support community categories by @AnActualEmerald in #29
Full Changelog: v4.1...v4.2
Version v4.1
What's Changed
- fix: add optional repo input to fix category issue by @AnActualEmerald in #25
Full Changelog: v4...v4.1
Version v4
What's Changed
- Added namespace to cfg_edit.js by @Digitalroot in #17
- Allow categories to have spaces by @AnActualEmerald in #21
- Properly trim version number in entrypoint script @AnActualEmerald in #21
Full Changelog: v3.2...v4
Version v3.2
What's Changed
- Update TCLI to 0.2.1 by @Digitalroot in #15
- Create CI workflow for image by @AnActualEmerald in #16
New Contributors
- @Digitalroot made their first contribution in #15
Full Changelog: v3.1...v3.2
Version v3.1
Fixes using the pre-built docker image
Version v3
What changed:
- Added the
file
input to skip the build step and publish a pre-built.zip
file instead - The action now uses a pre-built docker image as well, eliminating a lot of time spent updating ubuntu on every run
- The deno script is now cached in the build step and uses deno's new npm interop to eliminate issues with the
toml
package giving a500
error sometimes
Version v2.2
Never write a github action kids :)
Version v2.1
- Make
website
default to the current github URL if left empty