Releases: bridge-core/bridge.
Releases · bridge-core/bridge.
v1.8.5
v1.8.4
v1.8.3
Features
- The
generated_with
field is now automatically generated in manifest files
Changes
- Remove "capabilities" from generated project config during migration
- Added some additional logs to the console while migrating to give a better update on the status of migration
Fixes
- Fixed the migration of non JSON files
- Fixed function auto-completions when pack is loaded from world
v1.8.2
v1.8.1
v1.8.0
v1.8.0 - "Piston"
This release allows you to migrate your bridge. v1 projects to bridge. v2!
Below are the changes since v1.8.0-pre1:
Changes
- Updated compiler and project config creation
- Changed v2 link to new URL
- You can now transfer your bridge. v1 projects to an already existing bridge. v2 directory
Fixes
- Fixed transforming arrays from bridge.'s cache
- Fixed typo in compiler config
- Fixed translation error in compiler config
v1.8.0-pre1
Features
- bridge. v2 Migration:
- Added persistent notification to open the migration prompt window
- Migration window: Allows you to transfer your bridge. v1 projects to bridge. v2!
Changes
- Updated vanilla feature templates to latest beta (Thanks to @Chikorita-Lover)
- Updated vanilla files to Minecraft 1.17.0
Fixes
- Fixed armor preset (Thanks to @FrederoxGit)
- Fixed error upon using lang auto-completions
v1.7.18
v1.7.17
v1.7.16
Features:
- Added
compare-versions
plugin API module
Changes:
- Updated MC_BETA_VERSION to v1.16.210
- bridge. now strips namespaces from preset identifiers
- Improved particle identifier caching
- Autofocus input windows
- Presets no longer accept spaces inside of their identifiers
- Changed coral light theme accent base color
Fixes:
- Fixed saving files with unexpected structure (lightning cache - toJSON() cannot be called on undefined)
- Fixed model auto-completions
- Fixed $load not working with multiple other instructions
- Remove '.name' suffix from item lang
- Fixed json error in sounds.json
- Fixed packaged addon not being opened in file explorer
- Fixed ore preset feature & feature rule missing prefix
- Fixed not being able to create new files in packs loaded from worlds
- Fixed plugins folder being created where it shouldn't be