- Optional features can now be controlled via settings.
- Added support for custom colors (accent, dark and light background)
- General bug fixes and minor UI adjustments
- Fixed wrong delay value set on sidebar transition
- Added faux-Mica material implementation
- Multiple UI fixes and adjustments to better align with Fluent UI guidelines
- Custom styles are now injected into the
<header>
tag allowing for a slight startup perfomance gain while making the styles render much earlier. - Improved backup and backup restore functionality. Should be more robust and reliable now.
- Fixed CSS background declaration on many instances, which was causing the background effects to not work as intended
- Fixed activity bar icon spacing in compact mode
- General style updates and other minor fixes
- Updated ReadMe
- Updated styles and fixed inconsistencies
- Caret colour is no longer hard-coded and will respect color set by either the syntax theme or user config
- Refactored codebase; Now using TypeScript;
- Fixed issues with deployment due to changed folder path
- Eliminated some irrelevant dependencies
- Removed What's New page
- Changed file path resolution for What's New page
- Decreased transparency of menus on dark mode
- New dynamic mode. Changing from a light based syntax to a dark based one (and vice-versa) will cause the workbench theme to also change
- New compact mode! You can toggle between regular and compact modes in settings.
- Removed some unecessary overrides that were conflicting with decorations
- Whats new page
- Dark mode fixes for integrated terminal
- Decreased transparency on Dark mode
- Fixed item spacing on sidebar
- Added option to toggle filter effects on and off.
- Better integrated Breadcrumbs
- Bottom panel (Terminal/Output, etc) fully integrated - background colour must be set via settings for proper best results
- General layout updates and consistency.
- Fixed: Custom styles were being removed when closing VSCode