- Fix incorrect syntax in non-ESM runtime, leading to crashing on Windows VSCode with certain versions
- Fix for VSCode 1.94 on Windows
- Refactored ESM code to account for different
import
behavior on Windows compared to macOS (#166)
- Refactored ESM code to account for different
- Fix for VSCode 1.95-insiders
- VSCode 1.95-insiders seems to have reverted the recent change to make workbench.html use ESM. This also restores support for older VSCode versions.
- Add VSCode 1.94 fixes from pre-release version
- Added support for VSCode 1.94 (Insiders)
- Refactored code to support the ESM version of workbench.html
- Fixed bug that prevented auto dark/light mode from detecting changes when VSCode is closed
- Automatically set terminal transparency (fix for VSCode 1.92, see #155)
- Updated readme to enhance Windows warning visibility
- No code changes
- Add changes from 1.1.33
- Fix GitHub Actions workflow syntax that made previous version pre-release by accident
- Fixed bug where minimap was not visible in the catppuccin mocha theme (PR #134)
- Pre-releases now available
- Main branch renamed
- No code changes
- Fix automatic dark/light mode switch not working
- Allow toggling auto dark/light mode setting
- Add automatic dark/light mode switch (PR #146)
- Implement workaround for VSCode 1.86.x on Windows (bug #122)
- Update readme with a notice for Windows users (bug #122)
- No code changes
- Clarified that light mode works as expected with new vibrancy types
- Updated default type for light themes
- Updated localization files
- Added all currently available BrowserWindow Electron types
- Added deprecation notice for old themes
- Updated themes to use the new types (since they're already available in VSCode 1.85)
- Updated localization files
- Added
fullscreen-ui
andunder-window
types to fix Vibrancy on VSC 1.86 (#116)
- Updated first load check to ignore extension patch updates (#34)
- Added a custom message for updates vs first time installation
- Prevent installation on ARM Windows due to VSCode crashes (#9)
- Added GitHub Dark Default theme (#102)
- Added "Custom theme" option to simplify development of new themes (#106)
- Added Catppuccin Mocha theme (#92)
- Updated Tokyo Night Storm theme to fix a few visual issues (#81)
- Fixed extension not working on Windows (VSCode 1.82.0) (#95)
- Fix implementation bug of background window transparency on macOS
- Set visualEffectState of the VSCode window to enable transparency while not in focus on macOS
- Added support for Jupyter notebook files (by @dike-okayama)
- Added a more descriptive error when workbench.html is different from what is expected (fixes
ReferenceError: newHTML is not defined
)
- Added input validation to the opacity setting
- Updated the description to clarify that -1 means use theme-specified opacity.
- Updated the install/uninstall function to work with VSCode v1.78.0
- No code changes, re-deploying a failed build due to a broken badge URL in README.
- Added new method to prevent window flashing when it's being resized. Enabled by default, but can be disabled in settings if it causes issues. Thanks @arily!
- Disable native window controls when enabling Vibrancy (Windows only)
- Added a workaround for .node files being locked by VSCode as "in use", enabling/reloading Vibrancy now doesn't require manually deleting the
runtime
folder. - Code improvements
- Fix rimraf not working correctly on Windows by reimplementing a recursive delete ourselves
- Hotfix for extension not working due to an incorrect dependency being installed
- Switch to rimraf to clean the runtime folder before updating it (fixes EEXIST error on Windows)
- Update Windows 10 fix to no longer cause issues with snapping
-
Changed background transparency refresh interval to 10, which makes brief flashes when changing window size less noticeable
-
Added config option to control the background transparency refresh interval
- Moved custom imports loading to extension code, as it was broken before due to CSP
- Added new theme: Solarized Dark+
- Force extension to be local-only
- Added Tokyo Night Storm theme
- Fix disable action not fully restoring files
- Fix inconsistent behavior when re-enabling
- Change activation events to *
- Extension is no longer in preview
- Update readme
Add Noir et blanc theme (by pryter)
- Fix extension not working in VS Code 1.70.0 (by slanterns)
- Update activation events
- Extension is now maintained by Illixion
- fix: turn off gpuAcceleration
- fix: vscode 1.57.0
- fix: not work with Customize UI
- fix: not working in vscode 1.53.0-insider
- feat: Add "Light (Only Subbar)" theme
- fix: Optimize the fullscreen style fixed #82
- New runtime implementation.
- fix: win10 dragging lay
- Remove win7 support
- fix: Disable auto restart
- i18n: Add Japanese translations
- fix: Support vscode 1.41.1
- fix: Support vscode 1.41.0
- fix: multiple pop-ups when color theme is changed
- fix: opacity in win10
- docs: Add macOS theme screenshots
- docs: Add solution to removing [Unsupported] on VS Code's titlebar
-
fix: Delete the wrong ',' in the generated html
-
feat: The opacity option is now also available for macos. By default, Macos has a background with opacity of 0.3.
-
feat: new light theme
-
fix: support import file path begin with 'file://'
-
feat: i18n zh-cn
-
feat: macos effect type You can change the effect type of macos, but generally 'auto' is the best.
-
fix: multiple pop-ups when config is changed
-
fix: support v1.37.0
-
feat: auto config terminal renderer type If there is no "terminal.integrated.rendererType" in the global configuration, it will be set to "dom".
-
feat: auto restart vscode
- feat: theme system
- feat: custom import css/js file
- fix: Auto reload error when config is changed
- No longer dependent on the Visual C++ 2015
- docs: update README
- feat: Windows7 support
- feat: Configurable opacity
- feat: User-friendly installation prompt dialog
Windows users please make sure you have Visual C++ Redistributable Packages for Visual Studio 2015 x86 installed!