Skip to content

Releases: gcholette/vscode-aesthetics

0.5.1

08 Oct 02:42
609dcd5
Compare
Choose a tag to compare

What's Changed

  • Fix: recent updates to vscode changed the installation structure and is now fully esm, which had broke the apply command

Full Changelog: 0.5.0...0.5.1

0.5.0

24 Sep 18:37
14b5be0
Compare
Choose a tag to compare

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

15 May 19:01
9ebcbd7
Compare
Choose a tag to compare
  • 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

28 Nov 16:49
91f5531
Compare
Choose a tag to compare
  • 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

0.2.4

27 Nov 18:20
34791d2
Compare
Choose a tag to compare
  • Fix 0.2.3 issue where extension would not find any commands

0.2.3

27 Nov 16:31
1f5a40f
Compare
Choose a tag to compare
  • VS Code Window automatically refreshes when applying themes
  • Fix windows urls weren't fully converted to \
  • Verification of css files and contents

0.2.2

18 Nov 15:46
0ed3ffa
Compare
Choose a tag to compare
  • Fix extension details for inside vscode extensions tab
    • Add logo to project
    • Repackaged with the README

0.2.1

18 Nov 04:42
0c6725f
Compare
Choose a tag to compare
  • Support for CSS files instead of javascript strings!
  • Support for custom CSS file; provide location in settings
  • Updated the base theme with animated dots, stripes and glow effect
  • Added a setting for the glow effect (on/off)
  • Uninstall Theme feature

0.1.0

16 Nov 05:02
Compare
Choose a tag to compare

First working version:

  • Injects CSS inside VS Code workbench
  • Source code allows for adding more themes
  • A basic theme included by default

Tested only on Windows 10 for now