Releases: gcholette/vscode-aesthetics
Releases · gcholette/vscode-aesthetics
0.5.1
0.5.0
Animated background support
- Use .mp4 files as background.
- Only works with web urls for now, try this one.
Fix for newer VS code versions where the Apply function could not find the correct workspace file.
- workspace.html seems to have moved from electron-browser/ to electron-sandbox/
- The code will check if electron-browser/ exists first, before defaulting to electron-sandbox/
Fix for static backgrounds
- Fixed the black boxes in the settings page
- Applies on terminals instead of having the terminal's black background
- Moved the :after element to the entire app body, instead of .monaco-workspace
0.4.0
- Standardize commands
- Only commands now are Apply and Remove
- Rename standard color theme to "Aesthetics Original"
- Add flavors in settings
- Original, Sunset, Neon & Teal
- Fix most of injection bugs and edge cases
- Aesthetics will now always work, no matter if a text editor is open or not
- Wallpapers would not apply without restarting vscode as a whole
- Caching issues in newer vscode versions
Note: if you have a previous version of this extension installed, make sure to uninstall it before installing this version.
0.3.0
- Rename application inside vscode to "Aesthetics"
- Change the text of commands
- Add standard color themes
- Added "Aesthetics # 1" color theme
- Add wallpaper support
- Add on/off param for wallpaper
- Add blur intensity config parameter
- Add opacity config parameter
- Add custom wallpaper URL support
- Additional security checks to prevent unintended injections
- Add error message when EPERM to run vscode as admin