- Use theme colors in single-tab mode title bar. (#21)
- Add padding and update breadcrumbs background in single-tab mode title bar.
- Correct padding for file/directory input box in Explorer. (#22)
- Update dependencies to resolve npm warnings (#26)
- Reorganize esbuild configuration for better maintainability. (#11)
- Minify CSS/JS directly during the build process.
- Add GitHub workflows for CI, release tagging, and extension builds.
- Enhance Sidebar Title Rendering: Improved the visual rendering of sidebar titles for better visual integration and consistency. #9
- Optimize Image File Sizes: Reduced the file size of all images used in the repository, leading to faster loading times and reduced memory usage. #5
- README enhancements:
- Rewritten for improved readability and usability.
- Added new sections: Preview and Troubleshooting, providing users with a more comprehensive guide.
- Included a Traditional Chinese version of the README to support multilingual users.
- Fixed an issue where the extension could not run properly.
- Fixed an issue where the source control sidebar was appearing beneath the code view.
- Updated import statements and function calls.
- Improved error handling and resolved test running errors.
- Updated ESLint configuration and package settings.
- Removed unused code and related files.
- Update the README file.
- Update the extension icon.
-
Adjust icon misalignment.
- Address alignment issues with icons to ensure they are displayed correctly.
-
Remove black background on sides when using centered layout.
- Remove the black side panels that appear when employing a centered layout to prevent distractions and maintain focus on the central content.
-
Add rounded corners to the editing area when using centered layout.
- Introduce rounded corners to the editing area in the centered layout to enhance the aesthetic appeal.
-
Correct the erroneous background colors of certain buttons.
- Fix the background colors of specific buttons that are currently incorrect.
- Fix command not found error.
- Adjust the fillet transition between the path column and the editor container.
- Adjust the tabs and path column white space between.
- Adjust the color overlap error for selected items in the sidebar.
- Fix terminal tabs cut off
- Fix search widget replacement input cut off
- Fix sidebar shifts the contents of the bar upwards
- 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