Releases: bridge-core/editor
v2.7.0 - "Flint"
Features
New UI
A new initial screen for viewing your projects and overall editor UI enhancements have arrived in this update.
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
- Fix drag and drop on the native build (646f2ff)
- Potential fix for permissions not working on linux (e0652e0)
- Virtual files now no longer show up under connected files (bridge-core/dash-compiler@8fa35c7)
- Fix generator script collections not working when the script is using typescript (bridge-core/dash-compiler@9aec730)
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
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)