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 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
Original file line number Diff line number Diff 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 ) .
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments