You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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