Skip to content

Releases: bridge-core/editor

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

v2.5.3

23 Dec 09:57
db17639
Compare
Choose a tag to compare

Changes:

  • Optimized file reads for Dash on our native builds (#803)
  • Optimized pack indexing to be faster on our native builds (#804)
  • Optimized "getBridgeFolderPath" function on our native builds (#807)
  • Updated block presets to the latest Minecraft release (0e4a282)

Fixes:

  • Fixed drag & drop not working throughout our native app (#800)
  • Fixed incorrect warning message in "item_texture.json" file when texture path is not valid (4b0a22b)
  • Fixed error upon dropping files onto the native app on Windows (#802)
  • Fixed blank block preset not showing without HCF toggle activated (39b5715)
  • Fixed "requiresMatcher" not matching multiple experimental conditions correctly (ce55938)