Releases: 1nVitr0/plugin-vscode-blocksort
Releases · 1nVitr0/plugin-vscode-blocksort
v2.3.3
2.3.3 (2025-01-04)
Bug Fixes
- revert default keybindings (a0c8dea)
v2.3.2
2.3.2 (2024-12-30)
Bug Fixes
- use separate comments for pr test results (3052504)
v2.3.1
2.3.1 (2024-12-30)
Bug Fixes
- add default keybindings and document shuffle commands (f19e54d)
v2.3.0
2.3.0 (2024-12-28)
Bug Fixes
- align signatures of sorting command functions (6a7c2fa)
Features
- add shuffle blocks commands (db4d014)
v2.2.0
2.2.0 (2024-12-04)
Bug Fixes
- determine ranges for line meta recomputation on update (8503dbd)
- sorting for inner blocks without trailing newline (e27f20f)
Features
v2.1.3
2.1.3 (2024-12-03)
Bug Fixes
- globally support '#' comments (39c5deb)
- resolve multi-line code lenses (744b8a2)
v2.1.2
2.1.2 (2024-09-04)
Bug Fixes
- add support block separator of outer block (
;
) (6bafbae)
- check for folding when sorting inner blocks (0281d86)
v2.1.1
2.1.1 (2024-08-05)
Bug Fixes
- massively increase regexp efficiency (26865d2)
v2.1.0
2.1.0 (2024-03-30)
Features
- add option to ignore characters when sorting (47ee322)
v2.0.2
2.0.2 (2024-03-29)
Bug Fixes
- apply customSortOrder for non-exhaustive orders (396c549)