Skip to content

Releases: bmealhouse/vscode-shifty

v0.1.0

28 Apr 12:51
Compare
Choose a tag to compare

Added

  • Add shifty status bar item
  • Add command "Shifty: Show current status"
  • Show Start shift interval action in the shift interval status notification
  • Add LICENSE

Changed

  • Remove notifications when the color theme or font family is shifted
  • Use arrays instead of comma delimited strings
    • shifty.colorThemes.ignoreColorThemes
    • shifty.fontFamilies.ignoreFontFamilies
    • shifty.fontFamilies.includeFontFamilies
  • Rename shift interval commands
    • "Shifty: Enable shift interval" -> "Shifty: Start shift interval"
    • "Shifty: Disable shift interval" -> "Shifty: Stop shift interval"

Fixed

  • Wrap events with subscriptions API for automatic disposal
  • Keep shift interval timing in sync

v0.0.3

28 Apr 12:50
Compare
Choose a tag to compare

Fixed

  • Fix color theme shift error for users with extensions that doesn't have a contributes section in package.json

v0.0.2

28 Apr 12:50
Compare
Choose a tag to compare

Removed

  • Webpack bundling process

v0.0.1

28 Apr 12:49
Compare
Choose a tag to compare

Added

  • Initial release