v3.2.15
github-actions
released this
20 Feb 20:43
·
1268 commits
to develop
since this release
π Features
- Added the
ldraw
andldrawText
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
- When paired with
- Added the
os.ldrawCountAddressBuildSteps(address)
andos.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.