Skip to content

Releases: bridge-core/editor

v3.0.2

v3.0.2 Pre-release
Pre-release

Choose a tag to compare

@outercloudstudio outercloudstudio released this 26 May 12:39

Changes

Fixes

v3.0.1

v3.0.1 Pre-release
Pre-release

Choose a tag to compare

@outercloudstudio outercloudstudio released this 24 May 20:10

Changes

Fixes

v3.0.0

v3.0.0 Pre-release
Pre-release

Choose a tag to compare

@outercloudstudio outercloudstudio released this 10 May 22:23

Features

Reacting to External File Changes

bridge. can now automatically detect external file changes! This means you no longer have to refresh your files when you modify them with external tools like Blockbench. In fact, bridge. will automatically compile your external changes, making it easier to quickly test things like model tweaks in game.

image

Per Project Output Folders

You can now specify output folders on a per project basis. This means you can have some projects target preview while others target stable. If you do not specify an output folder for a project, it will default back to the global one you have set.

image

Automatic Data Updates

Data is now automatically updated in the background based on our most recently published remote data. This means you will no longer have to download new updates just for new data.

Massively Improved Performance

You should notice many actions will feel more responsive as the way files and many features was reworked to provide performance gains.

Improved Mobile Usability

Lot's of work has been put in to make bridge. more usable on mobile! Mobile also now supports multiple projects.

image

Changes

New Touched Up UI

All of bridge.'s user interface has been rewritten from scratch in Vue 3. This gave me a chance to go over our design and make small improvements, resulting in an overall cleaner look. Moving from Vue 2 to Vue 3 should also mean improved performance overall.

image

Reworked JSON Tree Editor

The JSON tree editor has been rewritten with many new quality of life features. You can now convert JSON elements to other types. The tree editor is now smarter about what types to insert, simplifying editing files. Visually the tree editor has also been slightly improved for greater readability.

image

More Actions are now Rebindable to Keybinds

Reworking the action system has now allowed more actions to be bound to custom keybinds in settings.

image

Improved Command Completions

Command completions have been reworked to now provide command signature hints as well as vastly improved autocompletion suggestions!

image

And Many More!

Fixes

A massive prevailing bug relating to the ways JSON is handled in JavaScript compared to Minecraft has now been mostly fixed with new improvements to the Dash compiler.

Tons upon tons of bugs should now be squashed with the rewrite. However, this means there might be some new bugs! Make sure to report any you encounter!

Final Notes

v3.0.0 is an entire rewrite of bridge.'s codebase. This means some things might be missing for now (like model previews) or there might be some bugs left unsquashed. If you encounter any issues or have suggestions, please either reach out in the discord or create a Github Issue. This update has been multiple years of work and thousands upon thousands of lines of handwritten code on my part. I hope this new foundation for bridge. has the potential the carry a more stable and focused bridge. into the future. Stay tuned for more cool stuff :)

Also thank you to everyone who helped out with this release. @ExDrill, @SineVector241, and @era760

v2.7.54

Choose a tag to compare

@ExDrill ExDrill released this 20 Dec 20:52
  • Support for the latest Minecraft stable and preview updates.
  • Various updates and fixes for auto-completion data. (Thanks to @beltsazar)

v2.7.53 Hotfix

Choose a tag to compare

@outercloudstudio outercloudstudio released this 16 Dec 18:45

Fixes

Fixed the errors relating to the app badge API with a temporary fix while we figure out what's causing the issue.

v2.7.52

Choose a tag to compare

@ExDrill ExDrill released this 30 Oct 23:47
4f9930f

Changes

  • Added support for GDK directories.
  • Support for the latest Minecraft Stable and Preview versions.
  • Removed "Experimental Feature" simple file preset.

Fixes

  • Fixed has_equipment_tag missing the domain field.
  • Fixed missing auto-completions for crafting_item_catalog.json past format version 1.21.60.
  • Fixed typo with minecraft:vertical_movement_action entity component.
  • Fixed queue_command lacking syntax highlighting.

v2.7.51

Choose a tag to compare

@ExDrill ExDrill released this 05 Oct 01:05
e9230b3
  • Support for Minecraft 1.21.110 Stable
  • Support for the latest Minecraft Preview

v2.7.50 Hotfix

Choose a tag to compare

@ExDrill ExDrill released this 18 Aug 23:15
8ef24a1
  • Jigsaw Structures should now properly be giving auto-completions on the proper folder directory.

v2.7.49

Choose a tag to compare

@ExDrill ExDrill released this 14 Aug 21:29
199d9a6
  • Support for the Minecraft 1.21.100 update.
  • Support for the latest Minecraft Preview.
  • Fixes and maintenance to auto-completion data.

v2.7.48

Choose a tag to compare

@outercloudstudio outercloudstudio released this 30 Jun 06:15

Changes

  • Improved Japanese translations courtesy of @era760

Fixes

  • Fixed native clipboard errors in part thanks to @Pupy200mine