Skip to content

Releases: Sukarth/VS-Code-Modernized

v1.1.1

Choose a tag to compare

@Sukarth Sukarth released this 07 Jul 10:35

[v1.1.1] - 2026-07-06

Added

  • Readme updated with new chips

Full Changelog: v1.1.0...v1.1.1

v1.1.0

Choose a tag to compare

@Sukarth Sukarth released this 07 Jul 10:30

[v1.1.0] - 2026-07-06

Added

  • One-time, dismissible sponsor prompt, shown only to users who have had styles applied for 3+ days ("Later" snoozes for 14 days, "Don't show again" is permanent)
  • sponsor and funding fields in package.json, enabling the Sponsor button on the Marketplace listing

Full Changelog: v1.0.2...v1.1.0

v1.0.2

Choose a tag to compare

@Sukarth Sukarth released this 16 Apr 05:51

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@Sukarth Sukarth released this 07 Aug 18:08

Added

  • Added additional paths to workbench.html for different versions of VS Code, allowing the extension to now support VS Code Insiders. (#2)

Changed

  • Minor bug fixes and code and style improvements in src/extension.ts, styles/quickInputWidget.js, and styles/styles.css for better UI consistency and performance.
  • Improved .gitignore to exclude .vscode/, build/, and out/ folders.

Fixed

  • Fixed a bug where the extension was unable to find the "workbench.html" file (#7)
  • Fixed a bug where editor tabs would render underneath the title bar in certain occasions. (#6)
  • Fixed bug where the extensions list would not render completely, and was cut off. (#4)

New Contributors

  • @AR0106 made their first contribution in #8

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@Sukarth Sukarth released this 20 Apr 16:27

Initial Release: 2025-04-20

Added

  • Initial release of VS Code Modernized.
  • Main extension file extension.ts with organized structure.
  • Functionality to inject custom CSS (styles/styles.css) and JavaScript (styles/quickInputWidget.js) into VS Code's workbench.html to apply UI modifications (rounded corners, custom spacing, etc.)
  • Command VS Code Modernized: Apply Styles to inject styles and optionally apply the theme.
  • Command VS Code Modernized: Remove Styles to remove injected styles and optionally revert the theme.
  • Included a default color theme: Deep Blue Modern.
  • Configuration settings (vscode-modernized.autoApplyTheme, vscode-modernized.ui.spacing, vscode-modernized.ui.borderRadius, vscode-modernized.ui.tabSpacing) to customize behavior and appearance.
  • Input validation for configuration settings.
  • Startup check to automatically re-apply styles/theme if previously enabled and after updates.
  • Use of @vscode/sudo-prompt for handling file write permissions.
  • README.md with installation, usage, configuration, and contribution instructions.
  • CHANGELOG.md to track changes.
  • .vscodeignore and .gitignore files.
  • Basic package.json setup.
  • Added MIT LICENSE.
  • Error handling during style/script injection and file operations.