Skip to content

v0.13.21

Compare
Choose a tag to compare
@solvedDev solvedDev released this 04 Nov 13:50
· 1292 commits to master since this release

Features:

  • Smarter JSON node copying: (#105)
    If a node key ends with "_NUMBER" (e.g. "group_1"), bridge. now automatically increments this number. This enables easier JSON duplicating.
  • Added full support for .lang files (#104)
    Language files can now be created like any other file and bridge. automatically generates the corresponding languages.json file upon project creation.
  • Default pack name and description are now translatable (#104)
    bridge. no longer puts the entered project name and description directly into the manifest. Instead, only a generic translation key gets saved and an en_US.lang file with the name and description generates automatically.

Fixes:

  • Fixed $dynamic_template.key evaluation using wrong NODE_CONTEXT
  • Fixed #106
  • Fixed LightningCache losing data in compiled state