Skip to content

Latest commit

 

History

History
96 lines (58 loc) · 3.19 KB

CHANGELOG.md

File metadata and controls

96 lines (58 loc) · 3.19 KB

Change Log

0.7.0

🚀 New Feature

0.6.0

🚀 New Feature

  • Add new toggles to the default list:
    • darklight
    • andor
  • Update the following toggles from the default list:
    • startstopend (end is new)
    • minormajorpatch (patch is new)
    • xyz (z is new)

0.5.0

The extension now requires at least Visual Studio Code 1.74.0 (November 2022).

🚀 New Feature

  • Add a new Toggle Reverse command which toggles to the previous word instead of the next one (this command does not have a default keybinding).
  • Add new toggles to the default list:
    • describedescribe.only
    • publicprivateprotected
    • typeinterface
    • ltrrtl

0.4.0

🚀 New Feature

  • Add new setting (enabled by default) to control whether to show or not a notification when a toggle fails.

🐛 Bug Fix

  • Fix various letter case issues.

0.3.0

The extension can now be used when Visual Studio Code runs as an editor in the browser, for example with github.dev, when pressing . (the period key) while checking code on GitHub.

🚀 New Feature

  • Add support for running in an extension host in the browser.
  • Add support for Workspace Trust. The extension is fully supported in Restricted Mode as it does not need Workspace Trust to perform any functionality.
  • The extension is now available on the Open VSX Registry for VS Code compatible editors like VSCodium.

0.2.0

The extension now requires at least Visual Studio Code 1.42.0 (January 2020).

🚀 New Feature

🐛 Bug Fix

  • Prevent reloading the extension configuration when unrelated Visual Studio Code settings are modified.

0.1.1

🚀 New Feature

  • Add a new Customize toggles command in the Command Palette to quickly edit custom toggles.
  • Customizing toggles no longer requires to reload the VSCode window for the changes to take effect.
  • Default toggles can now be disabled if they don't fit your preferences.
  • Add various React hooks to the default toggles list.

🐛 Bug Fix

  • Fix some default toggles order.
  • Fix an issue with the Toggle command not appearing in the Command Palette.
  • Trigger only 1 notification when failing to toggle multiple words with multiple cursors.
  • The default Toggle shortcut is no longer triggered if the text in an editor doesn't have focus.

⚙️ Internal

  • Complete TypeScript rewrite with more reliable tests.

0.0.3

  • Fix changelog versionning.

0.0.2

  • Update Marketplace UI.

0.0.1

  • First release.