Skip to content

Releases: bridge-core/bridge.

v1.1.2

18 Mar 13:23
Compare
Choose a tag to compare

Fixes:

  • Fixed an issue that prevented projects from loading

v1.1.1

18 Mar 11:07
Compare
Choose a tag to compare

Fixes:

  • Fixed #152
  • Fixed multiple problems connected to loading BPs & RPs from worlds

v1.1.0 - Deep Night Update

17 Mar 21:42
Compare
Choose a tag to compare

Features:

  • bridge. can now load BPs & RPs from your worlds
  • Added a new dark mode: It's actually dark now!

image

v1.0.0

16 Mar 12:22
Compare
Choose a tag to compare

Although this is not a big release, I decided to bump the version number to v1.0.0 to indicate that this editor is now considered stable and that I probably won't work on bigger feature updates in the near future (apart from auto-completion updates). The editor is still officially supported though and I will continue to support it with necessary bug fixes and minor feature updates.

Features:

  • Partially updated auto-completions to Minecraft 1.15.0
  • Added new context menu: Right click on opened tabs
  • Updated Electron

Fixes:

  • Fixed command syntax files generating as commands_[X].json.json

v0.13.41

03 Feb 11:35
Compare
Choose a tag to compare

Features:

  • Added new presets:
    • Tropical fish
    • Pig

Fixes:

  • Fixed app not starting up correctly

v0.13.40

03 Feb 10:32
Compare
Choose a tag to compare

Features:

  • Themes now support custom CSS files

Fixes:

  • Fixed ctrl + p error
  • Fixed packaging project
  • Fixed #142
  • Fixed #143

v0.13.39

22 Jan 14:24
Compare
Choose a tag to compare

Features:

  • Presets
    • Added cow preset
    • Added block preset
  • You can now comment/uncomment JSON; closes #137
  • You can now double click on the welcome screen to create a file

Changes:

  • Changed preset file path parsing
  • Added file_uuid to FileInspector

Fixes:

  • Fixed custom item components not updating correctly
  • Delete custom syntax upon deleting item
  • Fixed error upon selecting parent node
  • Fixed #101
  • Fixed #100

v0.13.38

16 Jan 13:51
Compare
Choose a tag to compare

Changes:

  • File explorer now refreshes upon creating presets

Fixes:

  • Fixed error upon expanding text file (presets)
  • Fixed presets not working with default namespace
  • Fixed theme loading
  • Fixed "function openFile not implemented" error

v0.13.37

15 Jan 19:36
Compare
Choose a tag to compare

Fixes:

  • Fixed presets not loading

v0.13.36

15 Jan 15:41
Compare
Choose a tag to compare

Features:

  • Presets:
    Quickly create new items and entities: Enter an identifier and click "CREATE!". You can also add your own presets with plugins. Please note that we are still working on presets.
  • bridge. now displays features which require experimental gameplay inside of the "New File" dialog.

Fixes:

  • Fixed overlapping shortcuts (Ctrl + P)
  • Fixed moving files
  • Fixed #135