Skip to content

Releases: davidpcahill/auto-select-pasted-text

0.3.4

29 Oct 01:42
Compare
Choose a tag to compare

[0.3.4] - 2023-10-28

  • New logo!

0.3.3

17 Oct 22:53
Compare
Choose a tag to compare

[0.3.3] - 2023-10-17

Fixed

  • Resolved bug where certain edge cases could not differentiate auto vs manual selection operations.

0.3.2

11 Oct 02:22
Compare
Choose a tag to compare

[0.3.2] - 2023-10-11

  • Added demo gif to README.md

0.3.1

10 Oct 23:56
Compare
Choose a tag to compare

[0.3.1] - 2023-10-11

  • Updated marketplace keywords

0.3.0

10 Oct 23:48
Compare
Choose a tag to compare

[0.3.0] - 2023-10-11

Added

  • Implemented enableLogging setting to conditionally log extension activities.
  • Introduced a toggle command for the enableLogging setting.
  • Created a utility function to handle conditional logging based on the enableLogging setting.

Changed

  • Refactored the paste command to utilize the enableAutoSelection setting.
  • Adjusted the type command to handle both auto and manual selection behaviors.

Fixed

  • Addressed inconsistencies in the configuration and command naming.
  • Resolved an issue with the logging setting not updating immediately.

0.2.1

10 Oct 22:24
Compare
Choose a tag to compare

[0.2.1] - 2023-10-10

  • Updated README.md

0.2.0

09 Oct 06:28
Compare
Choose a tag to compare

[0.2.0] - 2023-10-09

  • Added tracking to distinguish between auto-selection vs manual selection.
  • Added logic to not perform auto actions on manually selected text.

0.1.9

08 Oct 23:40
Compare
Choose a tag to compare

[0.1.9] - 2023-10-08

  • Updated changelog.

0.1.8

08 Oct 23:36
Compare
Choose a tag to compare

[0.1.8] - 2023-09-20

Added

  • Implemented behavior to deselect text when alphanumeric, symbol, space, or enter keys are pressed while text is selected. This streamlines the editing experience, allowing users to continue typing seamlessly after pasting content.
  • Enhanced extension activation logic to specifically cater to the keys of interest, optimizing performance.