Releases: jackTabsCode/asphalt
Releases · jackTabsCode/asphalt
0.3.4
SVG support is here! It is recommended to use static SVGs with rasterized text as font rendering won't always work, especially if you don't have the font installed on your system.
0.3.3
- Much better error handling!
- More performant (no more recursion, uses a ring buffer for looking through files)
- Binaries available for more systems, thanks to
cargo dist
0.3.1
- Support generating
.luau
file extensions with flag--luau
- Fixed file paths on Windows systems
0.3.0
- Nested folder support. This does not create nested tables in the outputted files, instead making the keys the file path of the asset, which now include the extension-hence the breaking change.
Full Changelog: v0.2.1...v0.3.0
0.2.1
- Errors when we receive no response from the get asset API
0.2.0
- Support for group owners. Use
--user-id <id>
or--group-id <id>
to specify the asset creator. - Fixes a panic on files with no extension
Full Changelog: v0.1.1...v0.2.0
0.1.1
Hotfix to remove my hardcoded user ID. Whoops.
Full Changelog: v0.1.0...v0.1.1
0.1.0
Initial release 🎉!
Good luck