Skip to content

Releases: BrilliantDeviation7/BS2-Editor

0.7.0

25 Jan 04:13

Choose a tag to compare

January 24, 2024

Added

  • Error highlighting

0.5.3

13 Nov 16:36

Choose a tag to compare

November 13, 2024

Fixed

  • Renaming a file more than once consecutively not updating file handle/label

Changes

  • .txt and files without extensions are now shown in the file list

0.5.2

10 Nov 20:49

Choose a tag to compare

November 10, 2024

Changes

  • Improved Sidebar file list styling
    • More consistent hover effect
    • Removed border from dropdown menu trigger

0.5.0

10 Nov 20:50

Choose a tag to compare

November 10, 2024

Changes

  • Replaced IndexedDB with File System Access API
  • Added hotkeys for file actions

Fixed

  • Syntax highlighting disappears after switching between files

0.3.2

20 Oct 16:31

Choose a tag to compare

October 20, 2024

Changes

  • Minor style and layout changes
    • Sidebar
    • Navbar

Fixed

  • Fixed sidebar scrollbar not resizing on window resize
    • Removed shadcn-svelte Scroll Area component
  • Fixed creating new file would discard unsaved changes without warning
  • Fixed file name wrapping during transition
  • Fixed unable to submit createFile and renameFile dialog with Enter key

0.3.1

19 Oct 14:55

Choose a tag to compare

October 19, 2024

Changes

  • New fonts

Fixed

  • Icon sizing
  • Terminal not autoscrolling

0.3.0

19 Oct 03:49

Choose a tag to compare

October 18, 2024

Added

  • Implemented serial connection
    • Compile and flash code to board
    • Enable compile and upload hotkey

Changes

  • Navbar changes to reflect currently available features

0.2.0

05 Oct 17:07

Choose a tag to compare

October 5, 2024

Added

  • Implemented "Save as..." File action (downloads file to computer)

Fixed

  • Fixed renaming a file with unsaved changes would discard changes
    • Changed to using primary key instead of file name to track current file
  • Fixed deleting a file would not update the UI correctly

0.1.3

05 Oct 03:57

Choose a tag to compare

October 4, 2024

Fixed

  • Fixed renaming a file would close the file

0.1.2

05 Oct 03:46

Choose a tag to compare

October 4, 2024

First deployment and release!

Added

  • Basic file system
    • Create
    • Save
    • Rename
    • Delete
  • Working menu bar File actions
  • Updated menu bar info and options

Fixed

  • Fixed "Create file" Dialog closing when button is pressed via the keyboard