Skip to content

rbxmk v0.5.0

Compare
Choose a tag to compare
@Anaminus Anaminus released this 19 Feb 00:00
· 650 commits to imperative since this release

Highlights:

  • Improve handling of HTTP cookies.
  • DataModel metadata is now accessed through the Metadata symbol.
  • Rename "file" source to "fs".
  • Move os.dir and os.stat to the fs library.
  • fs.dir and fs.stat return nil if the file does not exist.
  • Additions to fs library.
  • To reduce the impact of malicious scripts, files can only be accessed by rbxmk from certain locations.
    • The working directory.
    • The directory of the first running script.
    • A temporary directory, accessible via os.expand("$tmp")
  • Changes to os.expand.
    • Add the $root_script_directory variable, which expands to the directory of the first running script.
    • The $temp_directory variable now points to a temporary directory that is unique per run of rbxmk.

Fixes:

  • Fix garbled error messages.

Internal:

  • Implement automated releases.

See a comparison with the previous version for a thorough list of changes.

The Documentation page provides a complete reference for this version of rbxmk.