Skip to content

Releases: bridge-core/editor

v2.7.0 - "Flint"

10 Nov 08:33
cc8214f
Compare
Choose a tag to compare

Features

New UI

A new initial screen for viewing your projects and overall editor UI enhancements have arrived in this update.

Initial Greet Screen UI Preview

New UI in the Editor


Auto Recompile on External Changes (Native Build Only)

In 2.7.0, bridge. now watches for external changes and will automatically recompile. No more manually hitting refresh project after making an edit in Blockbench! 😁


Changes

  • Compiler log starts at the bottom now (0dfecf7)
  • Scripting API completions are now based on manifest files (f164657)
  • Author field now defaults to bridge in the project creation screen instead of being blank (8f3d3f4)
  • Updated scripting preset (6547b94)
  • Improved zipping and unzipping speed on the native build (bd2bff0)
  • Data updated to the latest preview (bridge-core/editor-packages#63) Thanks to @ExDrill

Fixes

Final Notes

This is the first major update since SolvedDev's disappearance. As I am still familiarizing myself with the codebase, there is bound to be bugs. Please be patient as I grow accustomed to it. Thank you to everyone who is out there using bridge. The community gives me so much motivation to work on this project.

v2.6.7

26 Oct 02:58
be29967
Compare
Choose a tag to compare

Changes

Fixes

  • Fixed an error that would cause that would sometimes occur for an unknown reason (2ccd25d)

v2.6.6

17 Oct 02:51
5ad91e0
Compare
Choose a tag to compare

Fixes

  • Fixed an error in autocompletions (6cfcf63) (6d616a5)
  • Updated some dependencies to resolve security issues

v2.6.5

16 Oct 03:42
Compare
Choose a tag to compare

Fixes

  • Fixed autocompletions not loading (9b38e78)

v2.6.4

16 Oct 02:22
3b06368
Compare
Choose a tag to compare

Changes

Fixes

  • Fixed Blank Block Preset only showing up for versions 1.20.0 and up (bridge-core/editor-packages@8a647e7)
  • Updated some dependencies to resolve security issues
  • Fix a bug that would cause Monaco to suggest wrong import file paths (ec75dd9)

v2.6.3

03 Oct 04:10
dc1001f
Compare
Choose a tag to compare

Fixes

  • Importing folders now works properly on the native build (1e50fbc)
  • Fixed an error that would occur on opening files (dcf3e52)

v2.6.2

29 Sep 07:06
Compare
Choose a tag to compare

Changes

Fixes

  • Reverted fix for formatting JSON files when created, created files should now be faster and are still formatted (8e5f53b)
  • Fixed an error that prevented files from loading sometimes (746f746)
  • Fixed tabs no being restored properly (05def2f)
  • Fix elements not being draggable on the native build, this reintroduces an issue with folder dropping which will be fixed later (307505a)

v2.6.1

07 Jul 21:29
8667cfb
Compare
Choose a tag to compare

Changes

Fixes

Thanks to @outercloudstudio for these fixes:

  • Fixed loading screen being jumpy (5633178)
  • Fixed the ability to import multiple files at once (c42660a)
  • Fixed tab order reversing when opening a project (0ff4047)
  • Fixed a soft lock that could occur when trying to preview a model with no textures (0b0934a)
  • Fixed the ability to drop folders on bridge native build (c2e1531)
  • Fixed a missing id in an extension preventing new project from being created (834d4d7)
  • Fixed dragging elements in the tree editor causing errors (bb72494)
  • Fixed bridge suggesting users on tablets to download bridge native (6cc8a9f)

v2.6.0 - "Coral"

07 Jan 16:52
21ee75b
Compare
Choose a tag to compare

Features:

Tree Editor Validation (#825)

bridge. v2.6.0's tree editor now supports showing JSON schema validation errors. This should help our users identify problems earlier and brings the tree editor closer to our text editor.

Tree editor validation


Launch Minecraft (#845)

You can now launch Minecraft with bridge. by pressing "F5".

"Launch Minecraft" action


About Window (#819)

We have added a new about window to show the currently installed version of bridge. and link out to our Twitter, Discord and GitHub.

The new about window


New Error Window (#823)

bridge. v2.6.0 ships with a new window for displaying errors. It now includes convenient buttons for directly reporting a bug and copying the error text

The new error window


Update Window (#834)

Starting with bridge. v2.6.0, a prompt window will open upon starting the native app if an update is available.

The new update window


View bridge. Folder (#843)

It is now easier to access the folder in which bridge. stores your projects on our native build.

"View bridge. Folder" action


Better Discord RPC (#820)

bridge. now displays the file type of the current file you are editing within your Discord status.

Changes:

  • Added support for the latest Minecraft Preview (6ab52ab)
  • Removed unused first project logic (d9c37d7)
  • Solid windows now respect user themes (#837)
  • It is now possible to view com.mojang projects if no bridge. projects were created yet (#845)

Fixes:

  • Fixed web app build (38b4b2e)
  • Fixed various issues connected to virtual files (#817)
  • Fixed mobile context menu overflowing available screen space (#822)
  • Fixed native app suggestion on mobile (#828; Thanks to @ThomasOrs)
  • Fixed remote alert color (f93f1a3)
  • Fixed JSON schema warning: Ignore "markdownDescription" (71fe4ff)
  • Disabled spellcheck on all input elements (947ef4f)
  • Fixed custom component scope (993fa80)
  • Fixed extensions infinitely loading (#841)
  • Fixed "Reveal In File Explorer" action for com.mojang projects (#841)
  • Fixed preprocessor scripts (bridge-core/editor-packages#32; Thanks to @Tschipp)

v2.5.4

26 Dec 11:46
61b8873
Compare
Choose a tag to compare

Fixes:

  • Fixed images not opening correctly