We're back with a full release for the Adafruit CLUE 🐍🔍.
+export const LATEST_RELEASE_NOTE = `
Device Simulator Express Release Notes
+
Device Simulator Express, a Microsoft Garage project, allows you to code microcontrollers without the hardware on hand! You can program your Adafruit Circuit Playground Express (CPX), your BBC micro:bit or the Adafruit CLUE!
+
+
+
+
+
📝(April 21, 2020)
+
+
Changes:
+
+
Increased precision for certain sensors on the CLUE and CPX.
+
+
Fixes:
+
+
Fixed bugs within the CLUE slideshow library and debugger.
+
-
-
-
-
-
Changes:
-
-
The Adafruit CLUE is enabled by default.
-
The "Getting Started" page now includes some guidance on the debugger.
-
-
Fixes:
-
-
Implemented fix for the switch on the CPX.
-
The CLUE debugger's LEDs can now correctly show on the UI.
-
The dependency installation process is fixed, and users without Git installed can now run setup.
-
+
📝(April 20, 2020)
+
+
We're back with a full release for the Adafruit CLUE 🐍🔍.
+
+
Changes:
+
+
The Adafruit CLUE is enabled by default.
+
The "Getting Started" page now includes some guidance on the debugger.
+
+
Fixes:
+
+
Implemented fix for the switch on the CPX.
+
The CLUE debugger's LEDs can now correctly show on the UI.
+
The dependency installation process is fixed, and users without Git installed can now run setup.
+
-
+
-
PS: You can read about the DSX team in the article here!
-
Create something wonderful ✨🙌,
-       - The Device Simulator Express Team
`;
+
PS: You can read about the DSX team in the article here!
+
Create something wonderful ✨🙌,
+       - The Device Simulator Express Team
`;
From 082d57f7591af7a4c9a6cd3ed680f51a9cf4a568 Mon Sep 17 00:00:00 2001
From: andreamah
Date: Tue, 21 Apr 2020 10:38:52 -0700
Subject: [PATCH 2/2] added a few fixes
---
src/latest_release_note.ts | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/latest_release_note.ts b/src/latest_release_note.ts
index 88c55bc4e..3d9971054 100644
--- a/src/latest_release_note.ts
+++ b/src/latest_release_note.ts
@@ -1,11 +1,11 @@
// TODO: find a better way of loading html into a string
-export const LATEST_RELEASE_NOTE = `
Device Simulator Express Release Notes
+export const LATEST_RELEASE_NOTE = `
Device Simulator Express Release Notes 🤖
Device Simulator Express, a Microsoft Garage project, allows you to code microcontrollers without the hardware on hand! You can program your Adafruit Circuit Playground Express (CPX), your BBC micro:bit or the Adafruit CLUE!