Skip to content

Commit

Permalink
v2.5.2
Browse files Browse the repository at this point in the history
## Features:
- Added a button to download bridge. v2's native app to our PWA (#777)
- Updated app setup flow (#773)
- Native app: Added the ability to configure the bridge. folder (#791)
- Added a new extension API to open a directory picker (#790)

## Changes:
- Updated Tauri to v1.2.2 (#781)
- Updated Vite to v4
- Open dev tools automatically on development builds (#782)
- Updated data to latest Minecraft Preview

# Fixes:
- Fixed remote alert padding (#779)
- Fixed error upon sending IPC messages to main thread (8b66803)
- Fixed various conditions for Tauri app (#786)
- Fixed MacOS Tauri IPC (#780)
- Fixed mcpack and mcaddon project imports (787)
- Fixed custom syntax not working upon using it for the first time (#785)
- Fixed error upon initial app boot (25aee93)
- Fixed initial boot screen in light mode (5bf22b6)
  • Loading branch information
solvedDev authored Dec 17, 2022
2 parents b4b45dd + 79bb6ce commit 958e972
Show file tree
Hide file tree
Showing 36 changed files with 1,284 additions and 1,883 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
z-index: 10000;

width: 100vw;
height: calc(100vh - 50px);
height: 100vh;
app-region: drag;
-webkit-app-region: drag;
}
Expand Down
Loading

0 comments on commit 958e972

Please sign in to comment.