Skip to content

Releases: bmealhouse/vscode-shifty

v2.0.1

11 Jan 17:24
Compare
Choose a tag to compare

Fixed

  • Reset the shift interval when the user ignores a color theme or font family
  • Restore spies at the end of tests

v2.0.0

11 Jan 15:12
Compare
Choose a tag to compare

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

02 Jan 23:08
Compare
Choose a tag to compare

Added

  • Add shifty.enableDebugging command

Changed

  • Use jest for testing
  • Mock VS Code configuration APIs for testing

v1.2.4

10 Aug 02:07
Compare
Choose a tag to compare

Fixed

  • Revert shifty.fontFamilies.fallbackFontFamily setting description

v1.2.3

10 Aug 01:56
Compare
Choose a tag to compare

Changed

  • Update project description

Fixed

  • Fix shifty.fontFamilies.fallbackFontFamily setting type & description

v1.2.2

26 Jul 11:52
Compare
Choose a tag to compare

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

24 Jul 11:33
Compare
Choose a tag to compare

Fixed

  • Add additional debugging information to shift interval server

v1.2.0

20 Jul 01:44
Compare
Choose a tag to compare

Added

  • Display "(paused)" in status bar when shift interval is paused

v1.1.1

14 Jul 16:42
Compare
Choose a tag to compare

Added

  • Add debugging information to troubleshoot shifty issues

v1.1.0

14 Jul 14:07
Compare
Choose a tag to compare

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