Skip to content

Latest commit

 

History

History
70 lines (52 loc) · 1.56 KB

CHANGELOG.md

File metadata and controls

70 lines (52 loc) · 1.56 KB

Change Log

All notable changes to the "cursor-align" extension will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[2.0.4] - 2024-12-17

Changed

  • Updated icon.

[2.0.3] - 2024-12-17

Changed

  • Updated icon.

[2.0.2] - 2024-10-28

Changed

  • Remove uneeded images from vsix.

[2.0.1] - 2024-10-28

Changed

  • Updated description.

[2.0.0] - 2024-10-27

Added

  • Multi-column support.
  • Alignment using tabs.

Changed

  • ⚠️ Breaking: Multiple selections per line are now aligned in groups rather than being combined into a single selection.
  • ⚠️ Breaking: Multiline selections are now ignored rather than being split into two 0-length selections.
  • ⚠️ Breaking: Tab size setting is now respected rather than always having a column span of 1.

Fixed

  • Surrogate pairs are now considered to have a column span of 1 rather than 2.

[1.1.2] - 2023-07-12

Changed

  • Updated icon.

[1.1.0] - 2021-11-29

Added

  • Added web support.
  • Added local support.

Changed

  • Cleaned up dependencies.

[1.0.4] - 2017-09-06

Changed

  • Updated readme and demo GIFs.

[1.0.3] - 2017-09-06

Removed

  • Removed known issues from README.

[1.0.2] - 2017-09-06

Fixed

  • Fixed selections on redo.

[1.0.1] - 2017-09-01

Added

  • Added keybindings and urls to manifest.

Fixed

  • Fixed URLs in changelog.

[1.0.0] - 2017-08-31

Added

  • Inital Release