Releases: bmealhouse/vscode-shifty
Releases · bmealhouse/vscode-shifty
v2.0.1
v2.0.0
Added
- Add
shifty.resetShiftInterval
command
Changed
- Rename commands
shifty.shiftBoth
->shifty.shift
shifty.favoriteColorTheme
->shifty.toggleFavoriteColorTheme
shifty.favoriteFontFamily
->shifty.toggleFavoriteFontFamily
- Reset the shift interval when the user shifts the color theme and/or font family
Removed
- Remove
shifty.favoriteBoth
command - Remove
shifty.ignoreBoth
command
v1.3.0
Added
- Add
shifty.enableDebugging
command
Changed
- Use
jest
for testing - Mock VS Code configuration APIs for testing
v1.2.4
Fixed
- Revert
shifty.fontFamilies.fallbackFontFamily
setting description
v1.2.3
Changed
- Update project description
Fixed
- Fix
shifty.fontFamilies.fallbackFontFamily
setting 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.ignoreDarkColorThemes
shift.colorThemes.ignoreHighContrastColorThemes
shift.colorThemes.ignoreLightColorThemes
Changed
- All font families now includes user specific fonts
Fixed
- Fix font family tests