Skip to content

Releases: bridge-core/bridge.

v1.8.5

13 Dec 21:57
f7cd8ef
Compare
Choose a tag to compare

Fixes:

  • Don't fallback to "run_commands" for "execute" > "commands" event response because it is still experimental

v1.8.4

22 Nov 20:22
Compare
Choose a tag to compare

Changes

  • Removed redundant text from project creation window

Fixes

  • Fixed manifest contents being removed when its JSON was invalid and the project was loaded

v1.8.3

14 Sep 16:29
08b1974
Compare
Choose a tag to compare

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

31 Jul 18:27
423b00d
Compare
Choose a tag to compare

Changes

  • While transferring your projects to bridge. v2, the bridge. v1 projects will now be moved out of the com.mojang folder to the target directory. This should help avoid pack conflicts between your v1 and v2 projects.

v1.8.1

21 Jul 14:54
162e2be
Compare
Choose a tag to compare

Fixes

  • bridge. v2 Migration
    • Fixed non JSON files not transferring their file content
    • Fixed arrays not being transferred correctly in some cases, this caused "undefined" to show where arrays should have been

v1.8.0

18 Jul 09:43
667e82e
Compare
Choose a tag to compare

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

04 Jul 18:21
5fd05c6
Compare
Choose a tag to compare
v1.8.0-pre1 Pre-release
Pre-release

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

11 Jan 12:34
4902edb
Compare
Choose a tag to compare

Fixes

  • Fixes the "Cannot read property 'object' of undefined" error constantly showing up while editing files

v1.7.17

10 Jan 10:00
1eaac1b
Compare
Choose a tag to compare

Features

  • Added 'Open Global Plugins Folder' option in the 'Help' toolbar menu

Changes

  • Added bridge website to the About > Links window
  • Support textures_list.json

Fixes

  • Fixed $load issues which caused auto-completions to not show in event arrays

v1.7.16

13 Dec 12:40
3d4a24b
Compare
Choose a tag to compare

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