Skip to content

Files

Latest commit

55c0bcb · Feb 11, 2025

History

History
69 lines (37 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

69 lines (37 loc) · 1.52 KB

Changelog

[1.1.5] - 2025-02-11

Changed

  • fix: Add extensionKind ui in package.json #12 - Thanks to @RichardLuo0 for the contribution.

[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.