Skip to content

Latest commit

 

History

History
63 lines (34 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

63 lines (34 loc) · 1.3 KB

Changelog

[1.1.4] - 2024-05-03

Changed

  • fix: Adjust minimal vscode version

[1.1.3] - 2024-05-01

Changed

  • fix: Multi-line cursor empty selections. Thanks to @rcoopr for the contribution.

[1.1.2] - 2024-04-30

Changed

  • fix: highlight entire line when used on empty selection. Thanks to @rcoopr for the contribution.

[1.1.1] - 2024-04-30

Changed

  • Changed the keybind when clause
  • Ensure clipboard is always triggered

[1.1.0] - 2024-04-30

Added

  • Multi-cursor support to allow highlighting and copying complex multi-cursor selections. A big thank you to @DaelonSuzuka for implementing this feature and pointing out the bug.
  • Implemented tests

Changed

  • Default keybinding to enhance user accessibility and quick usage. Thanks to @DaelonSuzuka for the contribution.
  • Now the extension uses the internal VSCode command editor.action.clipboardCopyAction
  • Updated README

[1.0.3] - 2024-04-29

Changed

  • Minor tweaks to README.

[1.0.2] - 2024-04-29

Changed

  • Minor tweaks to README.

[1.0.1] - 2024-04-29

Changed

  • Minor tweaks to README.

[1.0.0] - 2024-04-29

Added

  • Initial release of the extension.