-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.html
270 lines (196 loc) · 14.5 KB
/
changelog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,maximum-scale=2">
<link rel="stylesheet" type="text/css" media="screen" href="/dotnet-vs/assets/css/style.css?v=e3a4254016e92d3da99ec8ecad04466bfc8acf8f">
<!-- Begin Jekyll SEO tag v2.6.1 -->
<title>Changelog | dotnet-vs</title>
<meta name="generator" content="Jekyll v3.9.0" />
<meta property="og:title" content="Changelog" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="A global tool for managing Visual Studio installations" />
<meta property="og:description" content="A global tool for managing Visual Studio installations" />
<meta property="og:site_name" content="dotnet-vs" />
<script type="application/ld+json">
{"@type":"WebPage","headline":"Changelog","url":"/dotnet-vs/changelog.html","description":"A global tool for managing Visual Studio installations","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/devlooped/dotnet-vs">View on GitHub</a>
<h1 id="project_title">dotnet-vs</h1>
<h2 id="project_tagline">A global tool for managing Visual Studio installations</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1 id="changelog">Changelog</h1>
<h2 id="v120-2022-08-18"><a href="https://github.com/devlooped/dotnet-vs/tree/v1.2.0">v1.2.0</a> (2022-08-18)</h2>
<p><a href="https://github.com/devlooped/dotnet-vs/compare/v1.1.1...v1.2.0">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Update workload mappings for 2022 <a href="https://github.com/devlooped/dotnet-vs/issues/143">#143</a></li>
</ul>
<p>:bug: Fixed bugs:</p>
<ul>
<li>Failing to update VS 2022 (Current channel) installations <a href="https://github.com/devlooped/dotnet-vs/issues/123">#123</a></li>
<li>If –filter is specified but not value is provided, NRE failure happens <a href="https://github.com/devlooped/dotnet-vs/issues/122">#122</a></li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Update workload mappings for 2022 <a href="https://github.com/devlooped/dotnet-vs/pull/144">#144</a> (@kzu)</li>
<li>+Mᐁ includes <a href="https://github.com/devlooped/dotnet-vs/pull/142">#142</a> (@devlooped-bot)</li>
</ul>
<h2 id="v111-2021-11-05"><a href="https://github.com/devlooped/dotnet-vs/tree/v1.1.1">v1.1.1</a> (2021-11-05)</h2>
<p><a href="https://github.com/devlooped/dotnet-vs/compare/v1.1.0...v1.1.1">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Include readme in package for better discoverability <a href="https://github.com/devlooped/dotnet-vs/issues/116">#116</a></li>
<li>Decrease package size by building 3.1 and using rollForward <a href="https://github.com/devlooped/dotnet-vs/issues/114">#114</a></li>
</ul>
<p>:bug: Fixed bugs:</p>
<ul>
<li>+core workload alias doesn’t work for VS2022 <a href="https://github.com/devlooped/dotnet-vs/issues/106">#106</a></li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Fix renamed/removed .NETCore workload for 2022 <a href="https://github.com/devlooped/dotnet-vs/pull/115">#115</a> (@kzu)</li>
</ul>
<h2 id="v110-2021-08-10"><a href="https://github.com/devlooped/dotnet-vs/tree/v1.1.0">v1.1.0</a> (2021-08-10)</h2>
<p><a href="https://github.com/devlooped/dotnet-vs/compare/v1.0.0...v1.1.0">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>When installing non-stable channels, dev17/vs2022 should be picked <a href="https://github.com/devlooped/dotnet-vs/issues/104">#104</a></li>
<li>Visual Studio 2022 is not considered when using channel aliases <a href="https://github.com/devlooped/dotnet-vs/issues/102">#102</a></li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>When installing non-stable channel, pick dev17/vs2022 <a href="https://github.com/devlooped/dotnet-vs/pull/105">#105</a> (@kzu)</li>
<li>Consider Visual Studio 2022 when filtering by channel alias <a href="https://github.com/devlooped/dotnet-vs/pull/103">#103</a> (@kzu)</li>
</ul>
<h2 id="v100-2021-02-01"><a href="https://github.com/devlooped/dotnet-vs/tree/v1.0.0">v1.0.0</a> (2021-02-01)</h2>
<p><a href="https://github.com/devlooped/dotnet-vs/compare/v0.9.4...v1.0.0">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>When rendering supported commands, sort by command name <a href="https://github.com/devlooped/dotnet-vs/issues/82">#82</a></li>
<li>Check for updated versions of the tool <a href="https://github.com/devlooped/dotnet-vs/issues/80">#80</a></li>
<li>Clean up workload ID prefixes for added consistency <a href="https://github.com/devlooped/dotnet-vs/issues/79">#79</a></li>
<li>Add <code class="language-plaintext highlighter-rouge">client</code> command doc and <code class="language-plaintext highlighter-rouge">-w:</code> shorthand for -workspaceId <a href="https://github.com/devlooped/dotnet-vs/issues/78">#78</a></li>
<li>Add missing <code class="language-plaintext highlighter-rouge">alias</code> command doc template and examples <a href="https://github.com/devlooped/dotnet-vs/issues/77">#77</a></li>
<li>Update docs and readme from generated readme command <a href="https://github.com/devlooped/dotnet-vs/issues/76">#76</a></li>
<li>Showing help for commands results in non-zero exit code <a href="https://github.com/devlooped/dotnet-vs/issues/75">#75</a></li>
<li>Allow rendering tool version with –version <a href="https://github.com/devlooped/dotnet-vs/issues/72">#72</a></li>
</ul>
<p>:bug: Fixed bugs:</p>
<ul>
<li>Running vs where -version […] always shows an empty list <a href="https://github.com/devlooped/dotnet-vs/issues/73">#73</a></li>
</ul>
<p>:hammer: Other:</p>
<ul>
<li>⭮ Rename top-level namespace to Devlooped ⭯ <a href="https://github.com/devlooped/dotnet-vs/issues/70">#70</a></li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>⭮ Rename top-level namespace to Devlooped ⭯ <a href="https://github.com/devlooped/dotnet-vs/pull/71">#71</a> (@kzu)</li>
</ul>
<h2 id="v094-2021-01-04"><a href="https://github.com/devlooped/dotnet-vs/tree/v0.9.4">v0.9.4</a> (2021-01-04)</h2>
<p><a href="https://github.com/devlooped/dotnet-vs/compare/v0.9.3...v0.9.4">Full Changelog</a></p>
<p>:bug: Fixed bugs:</p>
<ul>
<li>For install/modify commands, -?/-h does not show help <a href="https://github.com/devlooped/dotnet-vs/issues/67">#67</a></li>
<li>Install is passing wrongly -add instead of –add to the bootstrapper <a href="https://github.com/devlooped/dotnet-vs/issues/66">#66</a></li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>🌐 Add building and pushing gh-pages to clarius.org via dotnet-file <a href="https://github.com/devlooped/dotnet-vs/pull/65">#65</a> (@kzu)</li>
</ul>
<h2 id="v093-2020-12-21"><a href="https://github.com/devlooped/dotnet-vs/tree/v0.9.3">v0.9.3</a> (2020-12-21)</h2>
<p><a href="https://github.com/devlooped/dotnet-vs/compare/v0.9.2...v0.9.3">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Unify vswhere -requires argument on + alias prefix <a href="https://github.com/devlooped/dotnet-vs/issues/64">#64</a></li>
<li>Add support for updating/modifying Build Tools and other installed builds <a href="https://github.com/devlooped/dotnet-vs/issues/57">#57</a></li>
</ul>
<h2 id="v092-2020-12-09"><a href="https://github.com/devlooped/dotnet-vs/tree/v0.9.2">v0.9.2</a> (2020-12-09)</h2>
<p><a href="https://github.com/devlooped/dotnet-vs/compare/v0.9.1...v0.9.2">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Provide repository information in the package <a href="https://github.com/devlooped/dotnet-vs/issues/59">#59</a></li>
</ul>
<h2 id="v091-2020-12-08"><a href="https://github.com/devlooped/dotnet-vs/tree/v0.9.1">v0.9.1</a> (2020-12-08)</h2>
<p><a href="https://github.com/devlooped/dotnet-vs/compare/v0.9.0...v0.9.1">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Target .net5 natively too <a href="https://github.com/devlooped/dotnet-vs/issues/50">#50</a></li>
<li>Add support for updating/modifying Build Tools and other installed builds <a href="https://github.com/devlooped/dotnet-vs/pull/58">#58</a> (@kzu)</li>
</ul>
<h2 id="v090-2020-12-08"><a href="https://github.com/devlooped/dotnet-vs/tree/v0.9.0">v0.9.0</a> (2020-12-08)</h2>
<p><a href="https://github.com/devlooped/dotnet-vs/compare/1d0071fac69235e83dc873c226c2c2748d49ff7b...v0.9.0">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Support for Visual Studio Build Tools? <a href="https://github.com/devlooped/dotnet-vs/issues/44">#44</a></li>
<li>Allow running devenv commands from the context of a selected VS <a href="https://github.com/devlooped/dotnet-vs/issues/8">#8</a></li>
</ul>
<p>:hammer: Other:</p>
<ul>
<li>Target .NET Core 2.1 which is more broadly available <a href="https://github.com/devlooped/dotnet-vs/issues/36">#36</a></li>
<li>Some suggestions <a href="https://github.com/devlooped/dotnet-vs/issues/32">#32</a></li>
<li>Add alias -exp for /rootSuffix Exp when running VS <a href="https://github.com/devlooped/dotnet-vs/issues/12">#12</a></li>
<li>Switch storage of default VS settings to use dotnet-file <a href="https://github.com/devlooped/dotnet-vs/issues/10">#10</a></li>
<li>Add kill command <a href="https://github.com/devlooped/dotnet-vs/issues/9">#9</a></li>
<li>Allow modifying an existing instance of VS <a href="https://github.com/devlooped/dotnet-vs/issues/7">#7</a></li>
<li>Allow updating an instance automatically if needed <a href="https://github.com/devlooped/dotnet-vs/issues/6">#6</a></li>
<li>Make changing default version of VS explicit <a href="https://github.com/devlooped/dotnet-vs/issues/5">#5</a></li>
<li>Indent “Workload ID aliases:” header <a href="https://github.com/devlooped/dotnet-vs/issues/4">#4</a></li>
<li>vs install <a href="https://github.com/devlooped/dotnet-vs/issues/2">#2</a></li>
<li>vs run <a href="https://github.com/devlooped/dotnet-vs/issues/1">#1</a></li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>⁙ Target .net5 natively too <a href="https://github.com/devlooped/dotnet-vs/pull/55">#55</a> (@kzu)</li>
<li>🖆 Apply kzu/oss template via dotnet-file <a href="https://github.com/devlooped/dotnet-vs/pull/48">#48</a> (@kzu)</li>
<li>Add support for –first to all relevant commands <a href="https://github.com/devlooped/dotnet-vs/pull/47">#47</a> (@kzu)</li>
<li>Add support for VS Build Tools and VS Test Agent <a href="https://github.com/devlooped/dotnet-vs/pull/46">#46</a> (@likemike91)</li>
<li>Opening activity log folder and select file instead of opening the file <a href="https://github.com/devlooped/dotnet-vs/pull/45">#45</a> (@adalon)</li>
<li>Multi-target 2.1 and 3.1 for maximum reach <a href="https://github.com/devlooped/dotnet-vs/pull/42">#42</a> (@kzu)</li>
<li>Consider Run default command for saved aliases too <a href="https://github.com/devlooped/dotnet-vs/pull/41">#41</a> (@kzu)</li>
<li>When running VS, /log must come last <a href="https://github.com/devlooped/dotnet-vs/pull/40">#40</a> (@kzu)</li>
<li>Bump to latest dotnet-config and new API <a href="https://github.com/devlooped/dotnet-vs/pull/39">#39</a> (@kzu)</li>
<li>Renamed channel master -> main <a href="https://github.com/devlooped/dotnet-vs/pull/38">#38</a> (@adalon)</li>
<li>Target .NET Core 2.1 which is more broadly available <a href="https://github.com/devlooped/dotnet-vs/pull/37">#37</a> (@kzu)</li>
<li>Make –config automatically –passive <a href="https://github.com/devlooped/dotnet-vs/pull/35">#35</a> (@kzu)</li>
<li>Replaced Command.CancelAsync with AsyncDisposable pattern <a href="https://github.com/devlooped/dotnet-vs/pull/34">#34</a> (@adalon)</li>
<li>Added ClientCommand to launch VS in client mode <a href="https://github.com/devlooped/dotnet-vs/pull/33">#33</a> (@adalon)</li>
<li>Added update improvement and vs update all <a href="https://github.com/devlooped/dotnet-vs/pull/31">#31</a> (@adalon)</li>
<li>Misc improvements <a href="https://github.com/devlooped/dotnet-vs/pull/30">#30</a> (@adalon)</li>
<li>Implemented save command using dotnet-config <a href="https://github.com/devlooped/dotnet-vs/pull/29">#29</a> (@adalon)</li>
<li>Added SelfUpdateCommand <a href="https://github.com/devlooped/dotnet-vs/pull/28">#28</a> (@adalon)</li>
<li>Improved where commands: <a href="https://github.com/devlooped/dotnet-vs/pull/27">#27</a> (@adalon)</li>
<li>Added generate-readme command <a href="https://github.com/devlooped/dotnet-vs/pull/26">#26</a> (@adalon)</li>
<li>Moved files around <a href="https://github.com/devlooped/dotnet-vs/pull/24">#24</a> (@adalon)</li>
<li>Improved WhereCommand <a href="https://github.com/devlooped/dotnet-vs/pull/23">#23</a> (@adalon)</li>
<li>Added ChooseMany support <a href="https://github.com/devlooped/dotnet-vs/pull/22">#22</a> (@adalon)</li>
<li>Added unit test for run being the default command <a href="https://github.com/devlooped/dotnet-vs/pull/21">#21</a> (@kzu)</li>
<li>Add back run as the default command, improve its selector <a href="https://github.com/devlooped/dotnet-vs/pull/20">#20</a> (@kzu)</li>
<li>Added KillCommand <a href="https://github.com/devlooped/dotnet-vs/pull/19">#19</a> (@adalon)</li>
<li>Add <code class="language-plaintext highlighter-rouge">vs log</code> command to open the ActivityLog.xml <a href="https://github.com/devlooped/dotnet-vs/pull/18">#18</a> (@kzu)</li>
<li>Add support for <code class="language-plaintext highlighter-rouge">vs config</code> <a href="https://github.com/devlooped/dotnet-vs/pull/17">#17</a> (@kzu)</li>
<li>Refactored commands and added ModifyCommand <a href="https://github.com/devlooped/dotnet-vs/pull/16">#16</a> (@adalon)</li>
</ul>
<p>* <em>This Changelog was automatically generated by <a href="https://github.com/github-changelog-generator/github-changelog-generator">github_changelog_generator</a></em></p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">dotnet-vs maintained by <a href="https://github.com/devlooped">devlooped</a></p>
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>