Releases: BrilliantDeviation7/BS2-Editor
Releases · BrilliantDeviation7/BS2-Editor
0.7.0
0.5.3
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
November 10, 2024
Changes
- Improved Sidebar file list styling
- More consistent hover effect
- Removed border from dropdown menu trigger
0.5.0
November 10, 2024
Changes
- Replaced
IndexedDBwithFile System Access API - Added hotkeys for file actions
Fixed
- Syntax highlighting disappears after switching between files
0.3.2
October 20, 2024
Changes
- Minor style and layout changes
- Sidebar
- Navbar
Fixed
- Fixed sidebar scrollbar not resizing on window resize
- Removed
shadcn-svelteScroll Area component
- Removed
- 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
October 19, 2024
Changes
- New fonts
Fixed
- Icon sizing
- Terminal not autoscrolling
0.3.0
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
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
October 4, 2024
Fixed
- Fixed renaming a file would close the file
0.1.2
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