Skip to content

Commit 563ed19

Browse files
committed
Fix release notes
1 parent 507f8fe commit 563ed19

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

CHANGELOG.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,26 @@ All notable changes to the "cursorless" extension will be documented in this fil
55
## 0.20.0 (24 July 2021)
66
### Enhancements
77

8-
- Add "find all" action [\#100](https://github.com/pokey/cursorless-vscode/issues/100)
9-
- Add "breakpoint" action [\#96](https://github.com/pokey/cursorless-vscode/issues/96)
10-
- Add "indent" and "dedent" actions [\#94](https://github.com/pokey/cursorless-vscode/issues/94)
11-
- Add "comment" action [\#93](https://github.com/pokey/cursorless-vscode/issues/93)
12-
- Properly support "puff", "drop", and "float" [\#68](https://github.com/pokey/cursorless-vscode/issues/68)
13-
- Support "paste" action [\#36](https://github.com/pokey/cursorless-vscode/issues/36)
14-
- Support last \<n\> / first \<n\> subwords / characters [\#35](https://github.com/pokey/cursorless-vscode/issues/35)
15-
- Support "until" [\#5](https://github.com/pokey/cursorless-vscode/issues/5)
8+
- C\# support [\#137](https://github.com/pokey/cursorless-vscode/pull/137) ([sterlind](https://github.com/sterlind))
9+
- Added action duplicate [\#134](https://github.com/pokey/cursorless-vscode/pull/134) ([AndreasArvidsson](https://github.com/AndreasArvidsson))
10+
- Added support to exclude start or end token in ranges [\#131](https://github.com/pokey/cursorless-vscode/pull/131) ([AndreasArvidsson](https://github.com/AndreasArvidsson))
11+
- Added action set breakpoint [\#130](https://github.com/pokey/cursorless-vscode/pull/130) ([AndreasArvidsson](https://github.com/AndreasArvidsson))
12+
- Fixed bug with two adjacent tokens [\#129](https://github.com/pokey/cursorless-vscode/pull/129) ([AndreasArvidsson](https://github.com/AndreasArvidsson))
13+
- Added selection type paragraph [\#125](https://github.com/pokey/cursorless-vscode/pull/125) ([AndreasArvidsson](https://github.com/AndreasArvidsson))
14+
- implemented actions puff, float, drop [\#122](https://github.com/pokey/cursorless-vscode/pull/122) ([AndreasArvidsson](https://github.com/AndreasArvidsson))
15+
- Subtokens support reversed order ordinals [\#121](https://github.com/pokey/cursorless-vscode/pull/121) ([AndreasArvidsson](https://github.com/AndreasArvidsson))
16+
- added find all action [\#120](https://github.com/pokey/cursorless-vscode/pull/120) ([AndreasArvidsson](https://github.com/AndreasArvidsson))
17+
- Infer missing end mark on ranges [\#118](https://github.com/pokey/cursorless-vscode/pull/118) ([AndreasArvidsson](https://github.com/AndreasArvidsson))
18+
- Added actions: indent, dedent, comment [\#116](https://github.com/pokey/cursorless-vscode/pull/116) ([AndreasArvidsson](https://github.com/AndreasArvidsson))
19+
- Implemented paste action [\#115](https://github.com/pokey/cursorless-vscode/pull/115) ([AndreasArvidsson](https://github.com/AndreasArvidsson))
20+
1621

1722
### Bugs fixed
1823

19-
- Fix bug with two adjacent tokens [\#12](https://github.com/pokey/cursorless-vscode/issues/12)
20-
- Fix "past end of line" [\#4](https://github.com/pokey/cursorless-vscode/issues/4)
24+
- Improved error message ensureSingleEditor [\#133](https://github.com/pokey/cursorless-vscode/pull/133) ([AndreasArvidsson](https://github.com/AndreasArvidsson))
2125

26+
### Code quality
27+
- Added function listenForDocumentChanges [\#126](https://github.com/pokey/cursorless-vscode/pull/126) ([AndreasArvidsson](https://github.com/AndreasArvidsson))
2228

2329
## 0.19.0 (16 July 2021)
2430
### Enhancements

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"color": "#00001A",
88
"theme": "dark"
99
},
10-
"version": "0.20.0",
10+
"version": "0.20.1",
1111
"publisher": "pokey",
1212
"license": "MIT",
1313
"repository": {

0 commit comments

Comments
 (0)