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

Release Note Fix #229

Merged
merged 3 commits into from
Feb 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions src/latest_release_note.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const LATEST_RELEASE_NOTE = `<h1>Device Simulator Express Release Notes
</ul>
<h3>New features (only available with feature flag enabled):</h3>
<ul>
<li><u>BBC Micro:bit simulator and debugger – <i>open up a new Micro:bit file, write code for the Micro:bit and
<li><u>BBC micro:bit simulator and debugger – <i>open up a new micro:bit file, write code for the micro:bit and
test it out!</u></i>
<ul>
<li>Ability to interact with LEDs, buttons, and sensors.</li>
Expand Down Expand Up @@ -58,6 +58,10 @@ export const LATEST_RELEASE_NOTE = `<h1>Device Simulator Express Release Notes
</ul>
</ul>
</p>

<h2>Upcoming Improvements</h2>
<ul>
<li>Deploying to device on the micro:bit with serial monitor interaction.</li>
</ul>
<br>
<p><b>Happy Hacking! ✨✨🐍🐍🍰</b><br>
&nbsp&nbsp&nbsp&nbsp&nbsp <b><i>- The Device Simulator Express Team</i></b></p>`;