Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit 20480a5

Browse files
Merge pull request #287 from microsoft/users/t-anmah/release-note-march-31
Release Note March 31 Hotfix
2 parents 4a638e5 + 9f215b8 commit 20480a5

File tree

1 file changed

+13
-20
lines changed

1 file changed

+13
-20
lines changed

Diff for: src/latest_release_note.ts

+13-20
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,21 @@
11
// TODO: find a better way of loading html into a string
2-
export const LATEST_RELEASE_NOTE = `<h1>Device Simulator Express Release Notes 🐍📝 (Mar. 10, 2020)</h1>
2+
export const LATEST_RELEASE_NOTE = `<h1>Device Simulator Express Release Notes 🐍 (Mar. 31, 2020)</h1>
33
<p>
4-
Thanks for using our extension! We're back with some small updates. <u>Again, please feel free to enable our feature
5-
flag in
6-
Settings
7-
(under the setting titled “<b>deviceSimulatorExpress.previewMode</b>” in the User settings)</u>.
8-
</p>
9-
<h2>Changes</h2>
4+
We're back with a small hotfix!</p>
105
<p>
11-
<h3>Fixes (enabled by default):</h3>
12-
<ul>
13-
<li>Playing sounds on the CPX simulation now works on MacOS!
14-
<ul>
15-
<li>Try it out by using <i>cp.play_file(PATH_TO_FILE)</i>.</li>
16-
</ul>
17-
</li>
18-
<li>Previously, the play button on the simulations would sometimes require two clicks. This was fixed.</li>
19-
<li>The editor can now support unicode characters (such as Japanese).</li>
20-
</ul>
21-
<h3>New features (only available with feature flag enabled):</h3>
6+
<h2>Fixes:</h2>
227
<ul>
23-
<li>BBC micro:bit deploy to device and accompanying serial monitor support.</li>
8+
<li>Fixed serial port selection for serial monitor.</li>
9+
<li>Fixed launch issue on Ubuntu.</li>
2410
</ul>
11+
12+
13+
</p>
14+
<p>
15+
<h2>Changes:</h2>
16+
<li>Due to necessary serial monitor fixes, <b>the extension is now only supported on VS Code v1.43+</b></li>
17+
2518
</p>
2619
<br>
27-
<p><b>Keep being a programming pro 😎🔋,</b><br>
20+
<p><b>Stay healthy while you hack 🥰🌼,</b><br>
2821
&nbsp&nbsp&nbsp&nbsp&nbsp <b><i>- The Device Simulator Express Team</i></b></p>`;

0 commit comments

Comments
 (0)