-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.html
246 lines (160 loc) · 10.1 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
<!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="/SmallSharp/assets/css/style.css?v=dac83180423bdc7536f9936f881cd1994640256d">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Changelog | SmallSharp</title>
<meta name="generator" content="Jekyll v3.9.5" />
<meta property="og:title" content="Changelog" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Create, edit and run multiple C# top-level programs in the same project by just selecting the startup program from the start button." />
<meta property="og:description" content="Create, edit and run multiple C# top-level programs in the same project by just selecting the startup program from the start button." />
<meta property="og:site_name" content="SmallSharp" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Changelog" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","description":"Create, edit and run multiple C# top-level programs in the same project by just selecting the startup program from the start button.","headline":"Changelog","url":"/SmallSharp/changelog.html"}</script>
<!-- End Jekyll SEO tag -->
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
<!-- Setup Google Analytics -->
<!-- You can set your favicon here -->
<!-- link rel="shortcut icon" type="image/x-icon" href="/SmallSharp/favicon.ico" -->
<!-- end custom head snippets -->
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/devlooped/SmallSharp">View on GitHub</a>
<h1 id="project_title">SmallSharp</h1>
<h2 id="project_tagline">Create, edit and run multiple C# top-level programs in the same project by just selecting the startup program from the start button.</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-2024-07-17"><a href="https://github.com/devlooped/SmallSharp/tree/v1.2.0">v1.2.0</a> (2024-07-17)</h2>
<p><a href="https://github.com/devlooped/SmallSharp/compare/v1.1.7...v1.2.0">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Make sure startup file is an up-to-date check input <a href="https://github.com/devlooped/SmallSharp/pull/115">#115</a> (@kzu)</li>
<li>Make sure file names are sorted alphabetically <a href="https://github.com/devlooped/SmallSharp/pull/112">#112</a> (@kzu)</li>
</ul>
<h2 id="v117-2022-11-16"><a href="https://github.com/devlooped/SmallSharp/tree/v1.1.7">v1.1.7</a> (2022-11-16)</h2>
<p><a href="https://github.com/devlooped/SmallSharp/compare/v1.1.6...v1.1.7">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Make SmallSharp a development dependency <a href="https://github.com/devlooped/SmallSharp/issues/95">#95</a></li>
</ul>
<h2 id="v116-2022-11-16"><a href="https://github.com/devlooped/SmallSharp/tree/v1.1.6">v1.1.6</a> (2022-11-16)</h2>
<p><a href="https://github.com/devlooped/SmallSharp/compare/v1.1.5...v1.1.6">Full Changelog</a></p>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>+M▼ includes <a href="https://github.com/devlooped/SmallSharp/pull/79">#79</a> (@github-actions[bot])</li>
<li>+M▼ includes <a href="https://github.com/devlooped/SmallSharp/pull/76">#76</a> (@github-actions[bot])</li>
</ul>
<h2 id="v115-2022-02-03"><a href="https://github.com/devlooped/SmallSharp/tree/v1.1.5">v1.1.5</a> (2022-02-03)</h2>
<p><a href="https://github.com/devlooped/SmallSharp/compare/v1.1.4...v1.1.5">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Simplify editing of launchSettings.json by using Devlooped.JsonPoke <a href="https://github.com/devlooped/SmallSharp/issues/64">#64</a></li>
</ul>
<h2 id="v114-2021-07-05"><a href="https://github.com/devlooped/SmallSharp/tree/v1.1.4">v1.1.4</a> (2021-07-05)</h2>
<p><a href="https://github.com/devlooped/SmallSharp/compare/v1.1.2...v1.1.4">Full Changelog</a></p>
<p>:hammer: Other:</p>
<ul>
<li>Include package readme for better discoverability in gallery <a href="https://github.com/devlooped/SmallSharp/issues/49">#49</a></li>
</ul>
<h2 id="v112-2021-05-17"><a href="https://github.com/devlooped/SmallSharp/tree/v1.1.2">v1.1.2</a> (2021-05-17)</h2>
<p><a href="https://github.com/devlooped/SmallSharp/compare/v1.1.1...v1.1.2">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>When trying to attach to the IDE ActiveDocument, increase wait between retries <a href="https://github.com/devlooped/SmallSharp/issues/41">#41</a></li>
<li>Populate launchSettings with candidate top-level compile files <a href="https://github.com/devlooped/SmallSharp/issues/40">#40</a></li>
</ul>
<h2 id="v111-2021-04-08"><a href="https://github.com/devlooped/SmallSharp/tree/v1.1.1">v1.1.1</a> (2021-04-08)</h2>
<p><a href="https://github.com/devlooped/SmallSharp/compare/v1.1.0...v1.1.1">Full Changelog</a></p>
<p>:bug: Fixed bugs:</p>
<ul>
<li>Failure with VS 16.10 preview <a href="https://github.com/devlooped/SmallSharp/issues/36">#36</a></li>
</ul>
<p>:hammer: Other:</p>
<ul>
<li>Ensure Properties folder exists before updating the launchSettings.json <a href="https://github.com/devlooped/SmallSharp/issues/33">#33</a></li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Ensure the directory for launchSettings.json exists <a href="https://github.com/devlooped/SmallSharp/pull/34">#34</a> (@kzu)</li>
</ul>
<h2 id="v110-2021-02-15"><a href="https://github.com/devlooped/SmallSharp/tree/v1.1.0">v1.1.0</a> (2021-02-15)</h2>
<p><a href="https://github.com/devlooped/SmallSharp/compare/v1.0.3...v1.1.0">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Adding new C# file should result in a new startup file <a href="https://github.com/devlooped/SmallSharp/issues/9">#9</a></li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>🗁 When adding new file, set as startup file <a href="https://github.com/devlooped/SmallSharp/pull/23">#23</a> (@kzu)</li>
</ul>
<h2 id="v103-2021-02-12"><a href="https://github.com/devlooped/SmallSharp/tree/v1.0.3">v1.0.3</a> (2021-02-12)</h2>
<p><a href="https://github.com/devlooped/SmallSharp/compare/v1.0.2...v1.0.3">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Set up Discussions for the project <a href="https://github.com/devlooped/SmallSharp/issues/21">#21</a></li>
</ul>
<p>:bug: Fixed bugs:</p>
<ul>
<li>Fix icon that was replaced with clarius.org one <a href="https://github.com/devlooped/SmallSharp/issues/22">#22</a></li>
</ul>
<h2 id="v102-2021-02-12"><a href="https://github.com/devlooped/SmallSharp/tree/v1.0.2">v1.0.2</a> (2021-02-12)</h2>
<p><a href="https://github.com/devlooped/SmallSharp/compare/v1.0.1...v1.0.2">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Allow consuming CI/main package from the sleet feed <a href="https://github.com/devlooped/SmallSharp/issues/19">#19</a></li>
</ul>
<p>:bug: Fixed bugs:</p>
<ul>
<li>When changing active files quickly, opening startup file may fail <a href="https://github.com/devlooped/SmallSharp/issues/18">#18</a></li>
<li>Debug.Fail dialogs should not be shown on publicly released packages <a href="https://github.com/devlooped/SmallSharp/issues/17">#17</a></li>
<li>Renaming file crashes Visual Studio <a href="https://github.com/devlooped/SmallSharp/issues/15">#15</a></li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Improve resiliency when invoking DTE <a href="https://github.com/devlooped/SmallSharp/pull/20">#20</a> (@kzu)</li>
<li>typo: fix roslyn <a href="https://github.com/devlooped/SmallSharp/pull/14">#14</a> (@alastairtree)</li>
</ul>
<h2 id="v101-2020-11-20"><a href="https://github.com/devlooped/SmallSharp/tree/v1.0.1">v1.0.1</a> (2020-11-20)</h2>
<p><a href="https://github.com/devlooped/SmallSharp/compare/v1.0.0...v1.0.1">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>How to install? <a href="https://github.com/devlooped/SmallSharp/issues/10">#10</a></li>
</ul>
<h2 id="v100-2020-11-18"><a href="https://github.com/devlooped/SmallSharp/tree/v1.0.0">v1.0.0</a> (2020-11-18)</h2>
<p><a href="https://github.com/devlooped/SmallSharp/compare/v0.3.0...v1.0.0">Full Changelog</a></p>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Open startup file upon selection <a href="https://github.com/devlooped/SmallSharp/pull/8">#8</a> (@kzu)</li>
<li>Version improvements <a href="https://github.com/devlooped/SmallSharp/pull/6">#6</a> (@kzu)</li>
<li>Push and add CI package version for dogfooding purposes. <a href="https://github.com/devlooped/SmallSharp/pull/5">#5</a> (@kzu)</li>
</ul>
<h2 id="v030-2020-10-07"><a href="https://github.com/devlooped/SmallSharp/tree/v0.3.0">v0.3.0</a> (2020-10-07)</h2>
<p><a href="https://github.com/devlooped/SmallSharp/compare/v0.2.0...v0.3.0">Full Changelog</a></p>
<h2 id="v020-2020-10-01"><a href="https://github.com/devlooped/SmallSharp/tree/v0.2.0">v0.2.0</a> (2020-10-01)</h2>
<p><a href="https://github.com/devlooped/SmallSharp/compare/b42f339e41771204a132fda34b061236b78c8511...v0.2.0">Full Changelog</a></p>
<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">SmallSharp 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>