Skip to content

Releases: bridge-core/bridge.

v0.6.0

24 Jan 21:05
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Features & Changes:

  • removed quill editor legacy style & code
  • .mcfunction files now open with CodeMirror
  • files now show whether they're currently unsaved
  • implemented correct light JSON editor theme
  • fixed event bus
  • added "inverse arrows" option
  • added "use tabs" option
  • added "word wrap" option

Fixes:

  • fixed non JSON files not saving correctly
  • fixed external files not opening correctly
  • fixed editing mcfunction files

v0.5.0

20 Jan 19:24
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Features & Changes:

  • added new common window type: "TabWindow"
  • added app settings
  • added option to show plugin errors inside assert windows
  • changed names of some buttons & tabs
  • removed sidebar select overflow
  • files and folders inside the explorer are now sorted
  • better internal JSON format
  • complete rewrite of the TabSystem
  • advanced JSON editing
  • error screen if file contains invalid JSON

Fixes:

  • fixed plugins sometimes not loading
  • "New File" now actually opens the new file window
  • fixed a bug with the settings menu in production builds
  • fixed a crash that occurred upon opening an external file
  • caught error if no "bridge" folder

v0.4.0

06 Jan 16:31
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Changelog:

  • fixed download tool-tip inside the extension menu
  • added update notification
  • file creation window can now be closed by clicking outside of it
  • added file templates
  • fixed plugin inputs not updating correctly
  • reorganized PluginEnv.js
  • added option for plugins to open files (bridge & external)
  • plugins can now attach click interactions to text
  • added possibility for plugins to require a specific version of bridge.

v0.3.0

05 Jan 19:00
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Changelog:

  • added menu to create new files (pt.1/2)
  • added option to update plugins downloaded from the web menu
  • removed unused sidebar tabs
  • extension menu content no longer overflows the nav
  • sidebar order is now retained if some elements get removed and added
  • fixed extension menu tab interface being sometimes invisible
  • fixed various bugs with Popup Windows
  • PopUp Windows may now include a sidebar
  • fixed an error with plugin object detaching

v0.2.1

03 Jan 16:30
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Changelog:

  • fixed text selection being invisible
  • updated dark theme colors

v0.2.0

03 Jan 15:39
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

This update contains a more advanced editor for .js files.

Changelog:

  • added CodeMirror editor
  • editors now always use the full available size & resize if the footer grows

Initial Release!

03 Jan 13:22
Compare
Choose a tag to compare
Initial Release! Pre-release
Pre-release

It was just about time for a first release of bridge. While advanced JSON editing hasn't made it into this version yet, everything else I've announced is already inside this build -including the Plugin API.

Features:

  • Plugin API to change how bridge. functions
  • Plugin web database
  • Text editing (with undo/redo, syntax highlighting, etc.)
  • Displaying images
  • Built-in file explorer