Releases: bmealhouse/vscode-shifty
Releases · bmealhouse/vscode-shifty
v2.0.1
v2.0.0
Added
- Add
shifty.resetShiftIntervalcommand
Changed
- Rename commands
shifty.shiftBoth->shifty.shiftshifty.favoriteColorTheme->shifty.toggleFavoriteColorThemeshifty.favoriteFontFamily->shifty.toggleFavoriteFontFamily
- Reset the shift interval when the user shifts the color theme and/or font family
Removed
- Remove
shifty.favoriteBothcommand - Remove
shifty.ignoreBothcommand
v1.3.0
Added
- Add
shifty.enableDebuggingcommand
Changed
- Use
jestfor testing - Mock VS Code configuration APIs for testing
v1.2.4
Fixed
- Revert
shifty.fontFamilies.fallbackFontFamilysetting description
v1.2.3
Changed
- Update project description
Fixed
- Fix
shifty.fontFamilies.fallbackFontFamilysetting type & description
v1.2.2
Fixed
- Decreased the time it takes to start the shift interval initially
- Fix rollover to backup socket server when intial socket server is closed
v1.2.1
Fixed
- Add additional debugging information to shift interval server
v1.2.0
Added
- Display "(paused)" in status bar when shift interval is paused
v1.1.1
Added
- Add debugging information to troubleshoot shifty issues
v1.1.0
Added
- Favoites mode respects the following settings:
shift.colorThemes.ignoreDarkColorThemesshift.colorThemes.ignoreHighContrastColorThemesshift.colorThemes.ignoreLightColorThemes
Changed
- All font families now includes user specific fonts
Fixed
- Fix font family tests