Skip to content

Latest commit

 

History

History
123 lines (73 loc) · 2.62 KB

File metadata and controls

123 lines (73 loc) · 2.62 KB

Change Log

All notable changes to the "VSCode Animations" extension will be documented in this file.

[2.0.7] - 2025-01-03

  • Fixed commands not being found bug
  • Added the Custom UI Style extension as an install method

[2.0.6] - 2025-01-01

  • Fixed default setting for cursor color

[2.0.5] - 2025-01-01

  • Added cursor animation option to use the theme's cursor color
  • APC not working

[2.0.4] - 2024-09-26

  • Optimized smooth mode

[2.0.3] - 2024-05-14

  • Fixed tab animations
  • Removed scrolling animation in ai chats

[2.0.2] - 2024-03-30

  • Fixed diff viewer dimming issue
  • Removed scrolling animation from places where it wasn't great
  • Added a global duration setting to quickly change the speed of all animations
  • Fixed quick fix popup not being the right size

[2.0.1] - 2023-09-03

  • Fixed bug with install command

[2.0.0] - 2023-09-03

  • Redid installation process
  • Install method option added
  • Animation scaling bug fixed
  • Removed Custom CSS and JS as a dependency

[1.1.0] - 2023-08-14

  • Fixed bug with menus animating
  • Added new functionality that removes the need for constant reinstall per new version of the extension

[1.0.14] - 2023-08-08

  • Improved animation, more options for dimming the editor when window is unfocused
  • Addded new setting, auto install, which allows the extension to be used with other custom injectors

[1.0.13] - 2023-08-04

  • Added new animation, windows now dim when unfocused
  • Fixed bug with terminal launching with wrong width

[1.0.12] - 2023-07-04

  • Fixed smooth-mode issues with new copilot features
  • Fixed windows invalid path issue

[1.0.11] - 2023-06-14

  • Optimized scss to remove lag for smooth mode

[1.0.10] - 2023-06-12

  • Fixed cursor animation not working when minimap is disable
  • Fixed positioning issue with jupyter

[1.0.9] - 2023-05-29

  • Fixed scrolling animation not working at all

[1.0.8] - 2023-05-29

  • Fixed preview bug
  • Fixed install command
  • Updated version compatibility

[1.0.7] - 2023-05-29

  • Cleaned up code

[1.0.6] - 2023-05-29

  • Added cursor animation
  • Refactored updateHandler file to modules
  • Fixed smooth mode resizing causing lag
  • Fixed scrolling animation playing when searching in settings

[1.0.5] - 2023-05-26

  • Added install command
  • Refactored some css

[1.0.4] - 2023-05-25

  • Added Active List Item animation
  • Fixed Smooth Mode dom selector

[1.0.3] - 2023-05-23

  • Fixed issue with extension not working on remote

[1.0.2] - 2023-05-23

  • Fixed Tabs animations
  • New Logo

[1.0.1] - 2023-05-21

  • Updated README.md

[1.0.0] - 2023-05-21

  • Initial release