Skip to content

Commit

Permalink
Changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Nov 8, 2024
1 parent f7e771c commit 0940c62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.12.0

- Add an editor context menu containing all commands ([#140](https://github.com/Tyriar/vscode-sort-lines/pull/140)) via [tisilent](https://github.com/tisilent)
- Added `sortLines.keepOnlyNotDuplicateLines` command ([#132](https://github.com/Tyriar/vscode-sort-lines/pull/132)) via [almeidaxan](https://github.com/almeidaxan)
- Fixed GitHub Actions CI ([#142](https://github.com/Tyriar/vscode-sort-lines/pull/142)) via [dotnetCarpenter](https://github.com/dotnetCarpenter)

## 1.11.0

- Added `sortLines.ignoreUnselectedLastLine` which will ignore the last line if it's only selected because of the trailing \n on the previous line. This allows selecting lines to be sorted by clicking and dragging the editor line numbers ([#124](https://github.com/Tyriar/vscode-sort-lines/pull/124)) via [@gdlx](https://github.com/gdlx)
Expand Down

0 comments on commit 0940c62

Please sign in to comment.