diff --git a/src/latest_release_note.ts b/src/latest_release_note.ts index 3c21a746d..ba165ecba 100644 --- a/src/latest_release_note.ts +++ b/src/latest_release_note.ts @@ -1,21 +1,57 @@ // TODO: find a better way of loading html into a string -export const LATEST_RELEASE_NOTE = `

Device Simulator Express Release Notes 🐍 (Mar. 31, 2020)

+export const LATEST_RELEASE_NOTE = `

Device Simulator Express Release Notes ⌨️🐍💞 (April 15, 2020)

- We're back with a small hotfix!

-

-

Fixes:

- - +

+ We're unveiling a new addition to our DSX family of microcontroller simulators! Please welcome the Adafruit + CLUE + simulator 💕🔍.
+ This change is hidden under a preview flag by default. See + here to learn how to enable + preview mode!
+

+

+ Also, support for BBC micro:bit simulation is now officially released! 💖✨ Previously, it was hidden + behind a + preview flag. +

+

+

Features:

+ +

Changes:

+ +

Fixes:

+ +

+

Keep being a coding champ 🤩🏆🙌,
+       - The Device Simulator Express Team

`;