This repository was archived by the owner on Dec 23, 2021. It is now read-only.
File tree 1 file changed +13
-20
lines changed
1 file changed +13
-20
lines changed Original file line number Diff line number Diff line change 1
1
// 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>
3
3
<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>
10
5
<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>
22
7
<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>
24
10
</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
+
25
18
</p>
26
19
<br>
27
- <p><b>Keep being a programming pro 😎🔋 ,</b><br>
20
+ <p><b>Stay healthy while you hack 🥰🌼 ,</b><br>
28
21
      <b><i>- The Device Simulator Express Team</i></b></p>` ;
You can’t perform that action at this time.
0 commit comments