Skip to content

v2.3.4

Compare
Choose a tag to compare
@solvedDev solvedDev released this 15 Oct 16:16
· 606 commits to main since this release
8d2f79b

Thanks to @Joelant05, @outercloudstudio, @MiemieMethod and @pascal541 for working on this release!

Features:

  • Made importing ".bbmodel" files significantly faster (b267525)
  • Made pack indexing significantly faster (da30688)
  • Made Dash up to 2x faster (a511e36)
  • Made installation of files from extensions faster (baaa77b)
  • New "Import File" action within the directory viewer (b70d929)
  • Update bridge.'s data to latest Minecraft Preview (4bc6be4)
  • New "project.getItemPreview" API for our rich iframe integrations (68b73bd)
  • Added a new setting to enable/disable "com.mojang" project loading (8954dcd)
  • Always show available compiler plugin names (#636)
  • Small redesign of our mobile app (#640)
  • Added quick actions for switching tabs (#646)
  • Added a new auto save setting (#645)

Changes:

  • Added more "title" fields to schemas (93a7484)
  • Changed custom geometry block preset to create full 16x16 block (#536)
  • Formatted preset files (4fbc39a)
  • Added "allowMultiple" property to function schema (2517ea6)
  • Added currently unused schema for molang language (85083bc)
  • Updated "zh_CN" locales to v2.3.3 latest version (#613)
  • Bumped Vite to latest version (5d7f69b)
  • Better fallback font when Roboto fails to load (4695753)
  • Updated latest stable Minecraft version (8f57f15)
  • Introduced versioning for recipe schemas (#357)
  • Updated Dutch translations (5cb3df2)
  • Removed double prompt for setting up "com.mojang" output folder (#644)
  • Only allow global installations on HomeView (#647)

Fixes:

  • Support decimal values in block ticking component range (0a269bb)
  • Fixed subcommands not parsing selectors (2517473)
  • Fixed validation of negated score data (e7c42f7)
  • Fixed "allowMultiple" arguments (2608f0c)
  • Fixed json data command argument not being reconstructed (2608f0c)
  • Fixed file downloads from tree editor (77d4b37)
  • Fixed "tickingarea" command argument radius with wrong type (c9ca434)
  • Allow usernames within in selectors (8b98136)
  • Fixed clone command destination and end arguments (353b9c6)
  • Fixed "[]" with "@" in front not being properly constructed (6474f5a)
  • Fixed issue with importing UI components from other UI components (#595)
  • Fixed error when sometimes opening directory viewer context menu on touch devices (84d474d)
  • Fixed "getProjectAuthors" extension API (ef01614)
  • Fixed issue where data sometimes wasn't properly refreshed after an update (#620)
    closes
  • Fixed error upon choosing texture location for ".bbmodel" file (#615)
  • Fixed ".bbmodel" file using incorrect identifier for models (933c51c)
  • Removed unused imports (464f0bc)
  • Await "com.mojang" folder being available before creating dash service (cc13984)
  • Remove "generated_with" from manifest if disabled (5023d2f)
  • Fixed preset window icon colors (#622)
  • Fixed file import folder name (#634)
  • Fixed virtual project activation
  • Fixed error upon opening "New File" window (#637)
  • Load all projects button now also works for "com.mojang" projects (#641)
  • Fixed infinite loading after first setting up "com.mojang" folder (3736017)