Skip to content

Commit

Permalink
v2.3.6
Browse files Browse the repository at this point in the history
## Features:
- Added support for mouse keybindings (#668)
- Added "Quick Exports" on mobile devices (#665)
- Added cursor undo/redo actions (#669)
- Updated data to support the latest Minecraft Preview
- Added support for playing sounds directly within bridge. (#656)
- Added support for displaying models without a connected client entity file (#671)

## Fixes:
- Turned off bridge. predictions by default until we manage to properly fix them (#672)
- Fixed pack types not being inferred on the home view correctly (#667)
- Fixed project imports (#666)
- Fixed ".brproject" exports growing in size (#675)
- Fixed project import overwriting existing projects (#651)
- Fixed ".bbmodel" animation imports (#676)
- Fixed experimental block auto-completions (8f28bfc)
- Fixed versioning and experimental gameplay filtering of block components (#670)
  • Loading branch information
solvedDev authored Oct 27, 2022
2 parents 61e9932 + 9dd6ebc commit 151fffc
Show file tree
Hide file tree
Showing 32 changed files with 749 additions and 171 deletions.
155 changes: 112 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bridge",
"version": "2.3.5",
"version": "2.3.6",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -23,7 +23,7 @@
"comlink": "^4.3.0",
"compare-versions": "^3.6.0",
"core-js": "^3.6.5",
"dash-compiler": "^0.10.5",
"dash-compiler": "^0.10.6",
"escape-string-regexp": "^5.0.0",
"fflate": "^0.6.7",
"idb-keyval": "^5.1.3",
Expand All @@ -32,7 +32,7 @@
"jsonc-parser": "^3.0.0",
"lodash-es": "^4.17.20",
"lz-string": "^1.4.4",
"mc-project-core": "^0.3.21",
"mc-project-core": "^0.3.22",
"molang": "^1.13.11",
"monaco-editor": "^0.33.0",
"path-browserify": "^1.0.1",
Expand Down
Binary file modified public/packages.zip
Binary file not shown.
Loading

0 comments on commit 151fffc

Please sign in to comment.