Skip to content

Releases: mguellsegarra/highlight-on-copy

v1.1.4

03 May 16:48
cf32490
Compare
Choose a tag to compare

[1.1.4] - 2024-05-03

Changed

  • fix: Adjust minimal vscode version

Full Changelog: v1.1.3...v1.1.4

v1.1.3

01 May 08:17
6663dfe
Compare
Choose a tag to compare

[1.1.3] - 2024-05-01

Changed

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

Full Changelog: v1.1.2...v1.1.3

v1.1.2

30 Apr 14:20
baba2fd
Compare
Choose a tag to compare

[1.1.2] - 2024-04-30

Changed

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

Full Changelog: v1.1.1...v1.1.2

v1.1.1

30 Apr 12:14
3ee313c
Compare
Choose a tag to compare

[1.1.1] - 2024-04-30

Changed

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

Full Changelog: v1.1.0...v1.1.1

v1.1.0

30 Apr 10:35
Compare
Choose a tag to compare

[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

Full Changelog: v1.0.3...v1.1.0

v1.0.3

30 Apr 10:34
Compare
Choose a tag to compare

[1.0.3] - 2024-04-29

Changed

  • Minor tweaks to README.

Full Changelog: v1.0.2...v1.0.3

v1.0.2

30 Apr 10:34
Compare
Choose a tag to compare

[1.0.2] - 2024-04-29

Changed

  • Minor tweaks to README.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

30 Apr 10:34
Compare
Choose a tag to compare

[1.0.1] - 2024-04-29

Changed

  • Minor tweaks to README.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

30 Apr 10:33
Compare
Choose a tag to compare

[1.0.0] - 2024-04-29

Added

  • Initial release of the extension.

Full Changelog: https://github.com/mguellsegarra/highlight-on-copy/commits/v1.0.0