Skip to content

v2022.11.2

Choose a tag to compare

@github-actions github-actions released this 28 Nov 22:01

New features:

  • BrickStore now has a full Swedish translation (thank you Johan!)
  • Added more part-out options: you can now also part out sets-in-set as well as Minifigs in one go.
  • When parting out from within a document, the status is now inherited by the new lots.

Quite a few fixes, most importantly:

  • Rendering some 3D parts with an excessive amount of lines could crash due to an out-of-memory in the 3D pipeline (just the studs on a 48x48 baseplate consist of more than 300,000 lines).
  • Fixed some glitches in the Add Item dialog's new browse history.
  • The Reload User Scripts command would sometimes not reload scripts.
  • Column widths in all the import dialogs are now saved and restored.

Changes to the scripting interface:

  • The current JavaScript engine handles scoped enumerations correctly now, but both the documentation and the example scripts have been using the unscoped values, which are just undefined nowadays. Please adapt your scripts accordingly (e.g. BrickLink.Used needs to be BrickLink.Condition.Used now). See also the documentation here.

UPDATE 2022-11-30: The Ubuntu 22.04 and Linux AppImage packages have been updated, because the original release had missing dependencies.

Please read the installation instructions.