Skip to content

v3.2.15

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 20:43
· 1268 commits to develop since this release

πŸš€ Features

  • Added the ldraw and ldrawText subforms.
    • When paired with #form = "mesh", they both allow rendering a LDraw file as the bot's form.
    • ldraw - Renders the LDraw URL stored in #formAddress
    • ldrawText - Renders the LDraw text stored in #formAddress
  • Added the os.ldrawCountAddressBuildSteps(address) and os.ldrawCountTextBuildSteps(text) functions.
    • os.ldrawCountAddressBuildSteps(address) counts and returns the number of build steps that are in the LDraw file at the given URL. Returns a promise that resolves with the number of build steps that the file has.
    • os.ldrawCountTextBuildSteps(text) counts and returns the number of build steps that are in the given LDraw text. Returns a promise that resolves with the number of build steps that the file has.
  • Improved os.showUploadFiles() to return .mpd and .ldr files as text.
    • This makes it easier for users to work with LDraw files.

πŸ› Bug Fixes

  • Fixed an issue where public and local insts could not publish records.