This repository has been archived by the owner on Dec 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #287 from microsoft/users/t-anmah/release-note-mar…
…ch-31 Release Note March 31 Hotfix
- Loading branch information
Showing
1 changed file
with
13 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,21 @@ | ||
// TODO: find a better way of loading html into a string | ||
export const LATEST_RELEASE_NOTE = `<h1>Device Simulator Express Release Notes 🐍📝 (Mar. 10, 2020)</h1> | ||
export const LATEST_RELEASE_NOTE = `<h1>Device Simulator Express Release Notes 🐍 (Mar. 31, 2020)</h1> | ||
<p> | ||
Thanks for using our extension! We're back with some small updates. <u>Again, please feel free to enable our feature | ||
flag in | ||
Settings | ||
(under the setting titled “<b>deviceSimulatorExpress.previewMode</b>” in the User settings)</u>. | ||
</p> | ||
<h2>Changes</h2> | ||
We're back with a small hotfix!</p> | ||
<p> | ||
<h3>Fixes (enabled by default):</h3> | ||
<ul> | ||
<li>Playing sounds on the CPX simulation now works on MacOS! | ||
<ul> | ||
<li>Try it out by using <i>cp.play_file(PATH_TO_FILE)</i>.</li> | ||
</ul> | ||
</li> | ||
<li>Previously, the play button on the simulations would sometimes require two clicks. This was fixed.</li> | ||
<li>The editor can now support unicode characters (such as Japanese).</li> | ||
</ul> | ||
<h3>New features (only available with feature flag enabled):</h3> | ||
<h2>Fixes:</h2> | ||
<ul> | ||
<li>BBC micro:bit deploy to device and accompanying serial monitor support.</li> | ||
<li>Fixed serial port selection for serial monitor.</li> | ||
<li>Fixed launch issue on Ubuntu.</li> | ||
</ul> | ||
</p> | ||
<p> | ||
<h2>Changes:</h2> | ||
<li>Due to necessary serial monitor fixes, <b>the extension is now only supported on VS Code v1.43+</b></li> | ||
</p> | ||
<br> | ||
<p><b>Keep being a programming pro 😎🔋,</b><br> | ||
<p><b>Stay healthy while you hack 🥰🌼,</b><br> | ||
      <b><i>- The Device Simulator Express Team</i></b></p>`; |