File tree Expand file tree Collapse file tree 3 files changed +25
-25
lines changed Expand file tree Collapse file tree 3 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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.
4
4
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)
6
6
7
- ## [ Unreleased ]
7
+ - Pre-phrase signal [ \# 10 ] ( https://github.com/pokey/cursorless-vscode/pull/10 ) ( [ pokey ] ( https://github.com/pokey ) )
8
8
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
Original file line number Diff line number Diff line change @@ -101,24 +101,6 @@ Defaults to `[]` (doesn't deny anything).
101
101
commands, please file an issue, and we can look into another way to prevent
102
102
this from occurring.
103
103
104
- ## Release Notes
104
+ ## Change Log
105
105
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 ) .
Original file line number Diff line number Diff line change 8
8
"type" : " git" ,
9
9
"url" : " https://github.com/pokey/command-server"
10
10
},
11
- "version" : " 0.7 .0" ,
11
+ "version" : " 0.8 .0" ,
12
12
"engines" : {
13
13
"vscode" : " ^1.53.0"
14
14
},
You can’t perform that action at this time.
0 commit comments