Skip to content

Releases: jackTabsCode/asphalt

v0.8.1

06 Aug 01:32
d3e1b07
Compare
Choose a tag to compare
  • "Existing" asset entries specified in your config file no longer need to contain the asset directory. Thanks to @jackTabsCode in 764a345
    • For example, if your asset directory is assets/cloud and have an existing asset entry like "assets/cloud/audio/stab/flesh.ogg" = { id = 12345 }, it can be replaced with "audio/stab/flesh.ogg" = { id = 12345 }.
  • Asphalt's code generation implementation has been unified. There may be differences between generation since the last version, but none should be breaking. Thanks to @paradoxuum in #76

Full Changelog: v0.8.0...v0.8.1

v0.8.0

01 Jul 03:03
1892d38
Compare
Choose a tag to compare
  • Sync targets by @paradoxuum in #64
    • Please have a look at the README under asphalt sync for information on this new feature!
  • Removed .lua codegen support by @jackTabsCode in 95bfcdc. .luau files are now generated, and the luau setting will not do anything anymore.

Full Changelog: v0.7.2...v0.8.0

v0.7.2

16 Jun 02:51
Compare
Choose a tag to compare

A new configuration option exclude_assets is available to skip processing files in the sync command. This option takes an array of glob patterns. Any files that match this glob will be completely skipped.

v0.7.1

07 Jun 02:41
Compare
Choose a tag to compare

The cookie for uploading animations will now be automatically detected from your Roblox Studio installation, if available.

v0.7.0

06 Jun 23:10
Compare
Choose a tag to compare
  • Animations are now supported! Please read the documentation to see how to sync them.
  • Improved verbosity of the output.

v0.6.3

05 Jun 00:19
Compare
Choose a tag to compare

Fixes an issue where errors caught during the sync process would not show their cause.

v0.6.2

03 Jun 20:14
Compare
Choose a tag to compare

Minor release that allows customizing logging with the -v flag.

v0.6.1

28 May 16:55
Compare
Choose a tag to compare

New command: asphalt init! Getting started with Asphalt has never been easier.

v0.6.0

26 May 20:46
Compare
Choose a tag to compare
  • Breaking: Asphalt's CLI has been split into subcommands. To sync, run asphalt sync.
  • Subcommand added to list uploaded assets: asphalt list.

v0.5.1

04 May 06:14
Compare
Choose a tag to compare
  • We now alpha bleed images by default (@jackTabsCode in #39)
  • We now support stripping file extensions (thanks to @paradoxuum in #38)
  • We now use Rustls for TLS, this should improve Linux compatibility (thanks to @paradoxuum in #37)