Skip to content

0.7.3

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jul 09:09
· 414 commits to main since this release
6a4e449

Changed

  • When using roblox.serializeModel, Lune will no longer keep internal unique ids.

    This is consistent with what Roblox does and prevents Lune from always generating a new and unique file.

    This previously caused unnecessary diffs when using git or other kinds of source control. (Relevant issue)