Skip to content

Commit 905d755

Browse files
committed
Release 0.8.0
1 parent e25c0cc commit 905d755

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

CHANGELOG.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,27 @@
11
# Change Log
22

3-
All notable changes to the "command-server" extension will be documented in this file.
3+
All notable changes to the `command-server` extension will be documented in this file.
44

5-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
5+
## [0.8.0](https://github.com/pokey/cursorless-vscode/tree/0.8.0) (2021-12-06)
66

7-
## [Unreleased]
7+
- Pre-phrase signal [\#10](https://github.com/pokey/cursorless-vscode/pull/10) ([pokey](https://github.com/pokey))
88

9-
- Initial release
9+
## 0.7.0
10+
11+
- Switch default keybinding
12+
13+
## 0.6.0
14+
15+
- Add partial support for untrusted workspaces
16+
17+
## 0.5.1
18+
19+
- Disable background window protection by default.
20+
21+
## 0.5.0
22+
23+
- Improve robustness, and add `command-server.backgroundWindowProtection` setting
24+
25+
## 0.4.0
26+
27+
- Switch to file-based RPC

README.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -101,24 +101,6 @@ Defaults to `[]` (doesn't deny anything).
101101
commands, please file an issue, and we can look into another way to prevent
102102
this from occurring.
103103

104-
## Release Notes
104+
## Change Log
105105

106-
### 0.7.0
107-
108-
- Switch default keybinding
109-
110-
### 0.6.0
111-
112-
- Add partial support for untrusted workspaces
113-
114-
### 0.5.1
115-
116-
- Disable background window protection by default.
117-
118-
### 0.5.0
119-
120-
- Improve robustness, and add `command-server.backgroundWindowProtection` setting
121-
122-
### 0.4.0
123-
124-
- Switch to file-based RPC
106+
See [CHANGELOG.md](CHANGELOG.md).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "git",
99
"url": "https://github.com/pokey/command-server"
1010
},
11-
"version": "0.7.0",
11+
"version": "0.8.0",
1212
"engines": {
1313
"vscode": "^1.53.0"
1414
},

0 commit comments

Comments
 (0)