Releases: bridge-core/editor
v2.6.7
Changes
- Updated data to 1.20.50.22 (bridge-core/editor-packages#61) Thanks to @ExDrill
- Improved behaviour of the switch tab action (41d046a) Thanks to @NguyenDuck
Fixes
- Fixed an error that would cause that would sometimes occur for an unknown reason (2ccd25d)
v2.6.6
v2.6.5
v2.6.4
Changes
- Updated bridge.'s data to the latest Minecraft Preview (bridge-core/editor-packages#55) Thanks to @ExDrill
- Added support for opening file explorer on linux (cf82b93) Thanks to @me-mariosteve
- Improved responsiveness and layout of file and folder context menu (8ebfac3) (963f3bc)
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
v2.6.2
Changes
- Updated bridge.'s data to the latest Minecraft Preview (bridge-core/editor-packages#53) Thanks to @ExDrill
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
Changes
- Updated bridge.'s data to the latest Minecraft Preview (1.20.20) & Stable Release (1.20.0) (bridge-core/editor-packages#39, thanks to @Joelant05, @pascal541, @NguyenDuck, @ExDrill, @outercloudstudio )
- Bridge now starts with it's window maximized (ad2d736, thanks to @outercloudstudio)
- Improved Japanese translations (7e80da9, Thanks to @toka7290!)
- Bumped the json5 package (20eb14f)
- JSON files will now automatically be formatted when created (302c2a6, thanks to @outercloudstudio)
- Block components which are no longer Holiday Creature Feature experiments no longer require the Holiday Creator Feature Toggle (bridge-core/editor-packages#48, thanks to @ThomasOrs )
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"
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.
Launch Minecraft (#845)
You can now launch Minecraft with bridge. by pressing "F5".
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.
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
Update Window (#834)
Starting with bridge. v2.6.0, a prompt window will open upon starting the native app if an update is available.
View bridge. Folder (#843)
It is now easier to access the folder in which bridge. stores your projects on our native build.
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
v2.5.3
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)