Skip to content

Releases: bmealhouse/vscode-shifty

v1.0.2

13 Jul 13:30
Compare
Choose a tag to compare

Changed

  • Use silent mode for shift interval client

Fixed

  • Fix ignore/favorite font filtering with ""
  • Use full object representation for favorite color themes and font families

Removed

  • Remove calls to console.log that were hanging around

v1.0.1

12 Jul 04:22
Compare
Choose a tag to compare

Fixed

  • Fix security vulnerabilities discovered by GitHub
  • Fix "Linux Libertine Mono" font

v1.0.0

12 Jul 04:12
Compare
Choose a tag to compare

Added

  • Communication between VS Code instances
  • Automatically start shift interval at VS Code startup
  • Add shifty.shiftInterval.automaticallyStartShiftInterval setting
  • Add shifty.pauseShiftInterval command
  • Package extenstion using webpack

Changed

  • Convert codebase to TypeScript

Fixed

  • Fix logo alignment
  • Fix outstanding issues (#1, #2, #3, #4)
  • Fix "ProFontWindows" font

Removed

  • Remove shifty startup settings
    • shifty.startup.shiftColorThemeOnStartup
    • shifty.startup.shiftFontFamilyOnStartup
  • Remove shifty.stopShiftInterval command

v0.7.5

14 May 12:13
Compare
Choose a tag to compare

Changed

  • Cleanup CHANGELOG formatting

v0.7.4

14 May 12:12
Compare
Choose a tag to compare

Changed

  • Display notifications from commands
  • Execute commands from notification actions

v0.7.3

14 May 12:11
Compare
Choose a tag to compare

Changed

  • Change README formatting

v0.7.2

14 May 12:11
Compare
Choose a tag to compare

Added

  • Add shift interval docs to README

Changed

  • Replace tables in README with a mobile friendly format

v0.7.1

14 May 12:09
Compare
Choose a tag to compare

Added

  • Add version info to CHANGELOG

v0.7.0

14 May 12:08
Compare
Choose a tag to compare

Added

  • Add codeface dependency notice to README
  • Add features section to README
  • Add shift mode documentation to README
  • Display notifications when ignoring color theme or font family

Changed

  • Write to settings synchronously
  • Change shift interval settings from milliseconds to minutes
    • shifty.shiftInterval.shiftColorThemeIntervalMs -> shifty.shiftInterval.shiftColorThemeIntervalMin
    • shifty.shiftInterval.shiftFontFamilyIntervalMs -> shifty.shiftInterval.shiftFontFamilyIntervalMin
  • Rename default shifty.shiftMode value from all -> default
  • shifty.colorThemes.ignoreHighContrastColorThemes defaults to false
  • shifty.colorThemes.ignoreLightColorThemes defaults to false
  • Cleanup settings documentation

Removed

  • Remove "Using shifty" wrapper in README

v0.6.0

14 May 12:07
Compare
Choose a tag to compare

Added

  • Add commands for consistency
    • "shifty: Favorite color theme & font family"
    • "shifty: Ignore color theme & font family"

Changed

  • Fix colors in shifty banner & logo
  • Rename commands for consistency
    • shifty.shiftAll -> shifty.shiftBoth
    • shifty.favoriteCurrentColorTheme -> shifty.favoriteColorTheme
    • shifty.favoriteCurrentFontFamily -> shifty.favoriteFontFamily
    • shifty.ignoreCurrentColorTheme -> shifty.ignoreColorTheme
    • shifty.ignoreCurrentFontFamily -> shifty.ignoreFontFamily
    • shifty.showCurrentStatus -> shifty.showStatus
  • Update command descriptions for consistency
    • "shifty: Add current color theme to favorites" -> "shifty: Favorite color theme"
    • "shifty: Add current font family to favorites" -> "shifty: Favorite font family"
    • "shifty: Ignore current color theme" -> "shifty: Ignore color theme"
    • "shifty: Ignore current font family" -> "shifty: Ignore font family"
    • "shifty: Show current status" -> "shifty: Show status"