This repository was archived by the owner on Dec 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
Release Note April 15 #308
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,21 +1,57 @@ | ||
// TODO: find a better way of loading html into a string | ||
export const LATEST_RELEASE_NOTE = `<h1>Device Simulator Express Release Notes 🐍 (Mar. 31, 2020)</h1> | ||
export const LATEST_RELEASE_NOTE = `<h1>Device Simulator Express Release Notes ⌨️🐍💞 (April 15, 2020)</h1> | ||
<p> | ||
We're back with a small hotfix!</p> | ||
<p> | ||
<h2>Fixes:</h2> | ||
<ul> | ||
<li>Fixed serial port selection for serial monitor.</li> | ||
<li>Fixed launch issue on Ubuntu.</li> | ||
</ul> | ||
|
||
<p> | ||
We're unveiling a new addition to our DSX family of microcontroller simulators! Please welcome the <b>Adafruit | ||
CLUE | ||
simulator</b> 💕🔍.<br> | ||
This change is <b>hidden</b> under a preview flag by default. <a | ||
href="https://github.com/microsoft/vscode-python-devicesimulator/blob/dev/README.md#how-to-enable-preview-flag">See | ||
here</a> to learn how to enable | ||
preview mode!<br> | ||
</p> | ||
<p> | ||
Also, support for <b>BBC micro:bit</b> simulation is now <b>officially released</b>! 💖✨ Previously, it was hidden | ||
behind a | ||
preview flag. | ||
</p> | ||
<p> | ||
<h2>Features:</h2> | ||
<ul> | ||
<li>Added the support for the <b>Adafruit CLUE</b>! This is hidden behind a preview flag by default. | ||
<ul> | ||
<li> | ||
Added CLUE Simulator, featuring simulation for the following: | ||
<ul> | ||
<li>240x240 color display.</li> | ||
<li>Sensors (for temperature, light, color, acceleration, humidity, pressure, proximity, | ||
gestures, gyro, and magnetic field).</li> | ||
</ul> | ||
</li> | ||
<li>Implemented deploy-to-device for CLUE.</li> | ||
<li>CLUE code debugger integration.</li> | ||
</ul> | ||
</li> | ||
<li>Support for <b>BBC micro:bit</b> is now fully released and will appear by default.</li> | ||
|
||
</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> | ||
<li>New "Getting Started" page containing CPX, micro:bit, and CLUE example code.</li> | ||
<li>Incorporated support for gesture simulation on the micro:bit.</li> | ||
<li>Tab UI now has callout for "about" information on each sensor/input option.</li> | ||
<li>The CircuitPython Neopixel and Adafruit_Fancyled libraries can now be used with the Adafruit CPX without | ||
importing the CPX library. <a | ||
href="https://circuitpython.readthedocs.io/projects/fancyled/en/latest/examples.html">See here</a> | ||
for an example.</li> | ||
</ul> | ||
<h2>Changes:</h2> | ||
<ul> | ||
<li>Command palette only shows actions (ie: Open Simulator, Deploy to Device) once instead of per device. | ||
</li> | ||
|
||
</p> | ||
<br> | ||
<p><b>Stay healthy while you hack 🥰🌼,</b><br> | ||
      <b><i>- The Device Simulator Express Team</i></b></p>`; | ||
</ul> | ||
<h2>Fixes:</h2> | ||
<ul> | ||
<li>Fixed issue with sensors on micro:bit debugger.</li> | ||
</ul> | ||
</p> | ||
<p><b>Keep being a coding champ 🤩🏆🙌,</b><br> | ||
      <b><i>- The Device Simulator Express Team</i></b></p>`; |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.