This repository was archived by the owner on Dec 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-20
lines changed Expand file tree Collapse file tree 1 file changed +13
-20
lines changed Original file line number Diff line number Diff line change 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       <b><i>- The Device Simulator Express Team</i></b></p>` ;
You can’t perform that action at this time.
0 commit comments