Skip to content

Releases: bridge-core/bridge.

v0.13.35

07 Jan 20:40
Compare
Choose a tag to compare

Features:

  • Add "Go to File"
    • Press Ctrl + P to quickly search and open files inside of your project
  • Ability to opt out of the cache for specific files
    • .no-cache file at the root of your BP
  • File Inspector
    • Tags now display which entities are using them
    • Improved display for lightning cache data
  • New context menu
  • Option to regenerate the lightning cache; closes #51
  • File explorer: Files can now be moved via drag-n-drop

Changes:

  • bridge. now tries to cooperatively load more file explorer data in the background
  • Extracted dropping files onto the app into own file
  • Refactored FileSystem.ts

Fixes:

  • Fixed displaying images (overflowed container)
  • Fixed displaying multiple files
  • Fixed "bridge:finishedSaving" plugin event not always triggering
  • Remove possibility to set a file as default directory
  • Fixed new folder children sorting
  • Fixed file explorer not updating correctly
  • Fixed error upon renaming files

v0.13.34

04 Jan 11:07
Compare
Choose a tag to compare

Features:

  • Save all unsaved files at once; closes #130

Changes:

  • Increased manifest.json format version
  • New repository structure

Fixes:

  • Fixed infinite loading issue

v0.13.33

31 Dec 15:26
Compare
Choose a tag to compare

Changes:

  • Added "minecraft:boss" > "name" argument
  • Significantly improved file explorer speed
  • Move 1.14 add-on features to "stable"

Fixes:

  • Potentially fixed #129
  • Fixed #132
  • Fixed custom components inside of tags
  • Fixed tags applying incorrectly if the base file is not cached

v0.13.32

20 Dec 15:39
Compare
Choose a tag to compare

Features:

  • Add new biome transformations; closes #111

Changes:

  • Simplify project loading
  • Improve inactive split-screen tab display

Fixes:

  • Fixed delayed tag updates
  • Fixed auto-completions with split-screen
  • Fixed split-screen layout bug
  • Fixed error upon closing tab
  • Fixed #96

v0.13.31

18 Dec 19:49
Compare
Choose a tag to compare

Features:

  • Smaller Windows installer size; closes #127

Fixes:

v0.13.28

17 Dec 17:36
10ab589
Compare
Choose a tag to compare

Features:

  • Split-screen: Work on multiple files at the same time
  • Option to disable hardware acceleration
  • bridge. now supports 32bit Windows; closes #125

Fixes:

  • Fixed #121
  • Fixed RP "openInExplorer" action
  • Fixed pasting text
  • Fixed incorrect item selection upon clicking on "Package ready!"

v0.13.27

07 Dec 12:11
Compare
Choose a tag to compare

Features:

  • Right click on the manifest.json file to quickly toggle client scripts; closes #113
  • Updated vanilla templates to latest beta

Changes:

  • "Shift Focus to File Explorer when 'Open in File Explorer'"; closes #116

Fixes:

  • Fixed #117
  • Only recognize folders as packs; closes #118
  • Fixed animation & animation controller ids sometimes not suggesting

v0.13.26

26 Nov 17:12
Compare
Choose a tag to compare

Features:

New alternative paste option to bring back "merge pasting" while keeping the new "_copy" suffix feature. (Closes #114)

v0.13.25

25 Nov 19:29
Compare
Choose a tag to compare

Fixes:

  • Fixed entity tags not applying immediately after being added

v0.13.24

24 Nov 16:08
Compare
Choose a tag to compare

Features:

  • Auto-Completions
    • Added "none_of" entity filter
    • Added missing entity_sensor arguments
    • Updated vanilla IDs
    • Update to MC/1.14.0.51
  • Migrated more files from JavaScript to TypeScript
  • Append "_copy" upon pasting duplicates; closes #105
  • You can now package RP & BP together with only one button click; closes #91
  • You can now delete projects from within bridge.
  • Enable debug log explorer on MacOS & Linux
  • New indicator for custom syntax inside of the file creator window

Changes:

  • Simplified ObjectKey.vue component
  • Updated documentation link
  • Updated vuetify
  • Improve image file display
  • bridge. now displays the current project name inside of the app toolbar and the actual window name

Fixes:

  • Fixed entity filter auto-completions not working without target version
  • Fixed tag template
  • Removed empty space below file tab row
  • You can no longer paste upon nodes with value data
  • Fixed dialog overlays staying visible
  • Fixed custom syntax: commands not running
  • Closes #109
  • Closes #71
  • Closes #108
  • Closes #110
  • Closes #112
  • Fixed TypeScript errors
  • Fixed file_uuid not loading correctly for new files ("generic")
  • Fixed composition order of file masks