Skip to content

Releases: jackTabsCode/asphalt

0.3.4

30 Mar 04:44
Compare
Choose a tag to compare

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

29 Mar 03:26
Compare
Choose a tag to compare
  • 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

26 Mar 03:48
Compare
Choose a tag to compare
  • Support generating .luau file extensions with flag --luau
  • Fixed file paths on Windows systems

0.3.0

11 Mar 16:48
Compare
Choose a tag to compare
  • 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

07 Mar 21:52
Compare
Choose a tag to compare
  • Errors when we receive no response from the get asset API

0.2.0

07 Mar 11:36
Compare
Choose a tag to compare
  • 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

07 Mar 09:04
Compare
Choose a tag to compare

Hotfix to remove my hardcoded user ID. Whoops.

Full Changelog: v0.1.0...v0.1.1

0.1.0

07 Mar 08:36
Compare
Choose a tag to compare

Initial release 🎉!

Good luck