Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 2.22 KB

File metadata and controls

56 lines (43 loc) · 2.22 KB

Change Log

0.1.5

  • New Feature: Activity bar indicator customization - custom colors for indicator bar and background
  • New Feature: Quick input widget position - center or top with custom margin
  • New Feature: Custom stylesheet support - add CSS directly in settings.json as JSON object
  • New Feature: Auto-reload on settings change - prompts to apply changes when settings are modified
  • Improvement: Extension now activates on startup for better settings change detection
  • Updated documentation with examples

0.1.4

  • New Feature: Activity bar indicator customization - custom colors for indicator bar and background
  • New Feature: Quick input widget position - center or top with custom margin
  • New Feature: Custom stylesheet support - add CSS directly in settings.json as JSON object
  • New Feature: Auto-reload on settings change - prompts to apply changes when settings are modified
  • Improvement: Extension now activates on startup for better settings change detection
  • Updated documentation with examples

0.1.3

  • Compatibility with VSCode 1.10+

0.1.2

  • Compatibility with VSCode 1.94

0.1.1

  • Added options for blur.

0.1.0

  • Added options to disable default extension style. "spacebox-ui.defaultStyle": true|false
  • Added options for custom css import. You can now import local css file. "spacebox-ui.importCss": "c:\\Users\\xxx\\editor.css",

0.0.6

  • "Some features are disabled because of VS Code bugs. Blur does not work for now. This extension uses backdrop-filter for blurring menus, while VSCode has some strange bugs and incompatibility with backdrop filter, I decided to disable this function for now. Here is what happened when backdrop filter is inside VSCode: https://i.imgur.com/v6Uvqf3.gif."

0.0.5

  • New Feature: You can define now colors for UI.
  • Other bug fixes.

0.0.5

  • New Feature: You can define now colors for UI.
  • Other bug fixes.

0.0.4 - Ready for VSCode v1.86+

  • New Feature: Ready for VSCode version 1.86+.
  • New Feature: Added new animations.
  • Other bug fixes.

0.0.3

  • New Feature: Added new animations.
  • Other bug fixes.

0.0.2 - Bug Fix in style

  • Bug Fix: Bug Fix in style.

0.0.1 - Initial release

  • Initial release.