From 6b96763374d88e306b2bc4b9cffa451c36d33246 Mon Sep 17 00:00:00 2001
From: andreamah
Date: Thu, 9 Apr 2020 09:45:48 -0700
Subject: [PATCH 1/6] added link to readme
---
src/latest_release_note.ts | 60 ++++++++++++++++++++++++++------------
1 file changed, 41 insertions(+), 19 deletions(-)
diff --git a/src/latest_release_note.ts b/src/latest_release_note.ts
index 3c21a746d..6ffa036ec 100644
--- a/src/latest_release_note.ts
+++ b/src/latest_release_note.ts
@@ -1,21 +1,43 @@
// 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:
-
- - Fixed serial port selection for serial monitor.
- - Fixed launch issue on Ubuntu.
-
-
-
-
-
-
Changes:
- Due to necessary serial monitor fixes, the extension is now only supported on VS Code v1.43+
-
-
-
-Stay healthy while you hack 🥰🌼,
-       - The Device Simulator Express Team
`;
+ We're unveiling a new addition to our DSX family of microcontroller simulators! Please welcome our Adafruit CLUE
+ simulator 💕🔍.
+ This change is hidden under our preview flag by default. See here to learn how to enable
+ preview mode!
+
+
Changes
+
+ - Added the support for the Adafruit CLUE! This is hidden behind a preview flag by default.
+
+ -
+ Added CLUE Simulator, featuring simulation for the following:
+
+ - 240x240 color display.
+ - Sensors (for temperature, light, color, acceleration, humidity, pressure, proximity,
+ gestures, gyro, and magnetic field).
+
+
+ - Implemented deploy-to-device for CLUE.
+ - Created CLUE code debugger.
+
+
+ - Command palette only shows actions (ie: Open Simulator, Deploy to Device) once instead of per device.
+
+ - New "Getting Started" page containing CPX, micro:bit, and CLUE example code.
+ - Support for gesture simulation on the micro:bit. The simulated gestures are: up, down, left, right, face
+ up,
+ face down, freefall, 3g, 6g, 8g, and shake.
+ - Tab UI now has callout for "about" information on each sensor/input option.
+ - The CircuitPython Neopixel and Adafruit_Fancyled libraries can now be used with the Adafruit CPX without
+ importing the CPX library. See here
+ for an example.
+
+ Fixes:
+
+ - Fixed issue with sensors on micro:bit debugger.
+
+
+ Keep being a coding champ 🥳🏆🙌,
+       - The Device Simulator Express Team
`;
From b14471b8b00f49ce252ddab108516048895d49e7 Mon Sep 17 00:00:00 2001
From: andreamah
Date: Thu, 9 Apr 2020 10:29:32 -0700
Subject: [PATCH 2/6] pr feedback
---
src/latest_release_note.ts | 32 ++++++++++++++++++++++++--------
1 file changed, 24 insertions(+), 8 deletions(-)
diff --git a/src/latest_release_note.ts b/src/latest_release_note.ts
index 6ffa036ec..83e100d80 100644
--- a/src/latest_release_note.ts
+++ b/src/latest_release_note.ts
@@ -1,12 +1,22 @@
// TODO: find a better way of loading html into a string
export const LATEST_RELEASE_NOTE = `Device Simulator Express Release Notes ⌨️🐍💞 (April 15, 2020)
- We're unveiling a new addition to our DSX family of microcontroller simulators! Please welcome our Adafruit CLUE
- simulator 💕🔍.
- This change is hidden under our preview flag by default. See here to learn how to enable
- preview mode!
-
Changes
+ We're unveiling a new addition to our DSX family of microcontroller simulators! Please welcome the Adafruit
+ CLUE
+ simulator 💕🔍.
+ This change is hidden under our preview flag by default. See
+ here to learn how to enable
+ preview mode!
+
+
+ Also, support for micro:bit simulation is now officially released! 💖✨ Previously, it was hidden
+ behind a
+ preview flag.
+
+
+
Features:
- Added the support for the Adafruit CLUE! This is hidden behind a preview flag by default.
@@ -19,11 +29,11 @@ export const LATEST_RELEASE_NOTE = `Device Simulator Express Release Notes
- Implemented deploy-to-device for CLUE.
- - Created CLUE code debugger.
+ - CLUE code debugger integration.
- Command palette only shows actions (ie: Open Simulator, Deploy to Device) once instead of per device.
-
+ Support for micro:bit is now fully released and will appear by default.
+
New "Getting Started" page containing CPX, micro:bit, and CLUE example code.
Support for gesture simulation on the micro:bit. The simulated gestures are: up, down, left, right, face
up,
@@ -34,6 +44,12 @@ export const LATEST_RELEASE_NOTE = `Device Simulator Express Release Notes
href="https://circuitpython.readthedocs.io/projects/fancyled/en/latest/examples.html">See here
for an example.
+ Changes:
+
+ - Command palette only shows actions (ie: Open Simulator, Deploy to Device) once instead of per device.
+
+
+
Fixes:
- Fixed issue with sensors on micro:bit debugger.
From ac637e9e7d371e229cb55dd198c1c0b26a63a815 Mon Sep 17 00:00:00 2001
From: andreamah
Date: Thu, 9 Apr 2020 10:31:07 -0700
Subject: [PATCH 3/6] small fix
---
src/latest_release_note.ts | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/latest_release_note.ts b/src/latest_release_note.ts
index 83e100d80..5d3cf54a8 100644
--- a/src/latest_release_note.ts
+++ b/src/latest_release_note.ts
@@ -35,7 +35,8 @@ export const LATEST_RELEASE_NOTE = `Device Simulator Express Release Notes
- Support for micro:bit is now fully released and will appear by default.
- New "Getting Started" page containing CPX, micro:bit, and CLUE example code.
- - Support for gesture simulation on the micro:bit. The simulated gestures are: up, down, left, right, face
+
- Incorporated support for gesture simulation on the micro:bit. The simulated gestures are: up, down,
+ left, right, face
up,
face down, freefall, 3g, 6g, 8g, and shake.
- Tab UI now has callout for "about" information on each sensor/input option.
From 881e6bff302701713ec3f6b782d9ee0081004502 Mon Sep 17 00:00:00 2001
From: andreamah
Date: Thu, 9 Apr 2020 10:36:09 -0700
Subject: [PATCH 4/6] modifications
---
src/latest_release_note.ts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/latest_release_note.ts b/src/latest_release_note.ts
index 5d3cf54a8..d9d4480b0 100644
--- a/src/latest_release_note.ts
+++ b/src/latest_release_note.ts
@@ -5,7 +5,7 @@ export const LATEST_RELEASE_NOTE = `Device Simulator Express Release Notes
We're unveiling a new addition to our DSX family of microcontroller simulators! Please welcome the Adafruit
CLUE
simulator 💕🔍.
- This change is hidden under our preview flag by default. hidden under a preview flag by default. See
here to learn how to enable
preview mode!
@@ -56,5 +56,5 @@ export const LATEST_RELEASE_NOTE = `Device Simulator Express Release Notes
- Fixed issue with sensors on micro:bit debugger.
- Keep being a coding champ 🥳🏆🙌,
+
Keep being a coding champ 🤩🏆🙌,
      - The Device Simulator Express Team
`;
From 3b2290597a67f387172a9cd6164837b46cba84e3 Mon Sep 17 00:00:00 2001
From: andreamah
Date: Thu, 9 Apr 2020 10:47:42 -0700
Subject: [PATCH 5/6] removed gestures
---
src/latest_release_note.ts | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/src/latest_release_note.ts b/src/latest_release_note.ts
index d9d4480b0..c94e6435f 100644
--- a/src/latest_release_note.ts
+++ b/src/latest_release_note.ts
@@ -35,10 +35,7 @@ export const LATEST_RELEASE_NOTE = `Device Simulator Express Release Notes
Support for micro:bit is now fully released and will appear by default.
New "Getting Started" page containing CPX, micro:bit, and CLUE example code.
- Incorporated support for gesture simulation on the micro:bit. The simulated gestures are: up, down,
- left, right, face
- up,
- face down, freefall, 3g, 6g, 8g, and shake.
+ Incorporated support for gesture simulation on the micro:bit.
Tab UI now has callout for "about" information on each sensor/input option.
The CircuitPython Neopixel and Adafruit_Fancyled libraries can now be used with the Adafruit CPX without
importing the CPX library.
Date: Thu, 9 Apr 2020 11:01:15 -0700
Subject: [PATCH 6/6] adding bbc to microbit
---
src/latest_release_note.ts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/latest_release_note.ts b/src/latest_release_note.ts
index c94e6435f..ba165ecba 100644
--- a/src/latest_release_note.ts
+++ b/src/latest_release_note.ts
@@ -11,7 +11,7 @@ export const LATEST_RELEASE_NOTE = `Device Simulator Express Release Notes
preview mode!
- Also, support for micro:bit simulation is now officially released! 💖✨ Previously, it was hidden
+ Also, support for BBC micro:bit simulation is now officially released! 💖✨ Previously, it was hidden
behind a
preview flag.
@@ -32,7 +32,7 @@ export const LATEST_RELEASE_NOTE = `Device Simulator Express Release Notes
CLUE code debugger integration.
- Support for micro:bit is now fully released and will appear by default.
+ Support for BBC micro:bit is now fully released and will appear by default.
New "Getting Started" page containing CPX, micro:bit, and CLUE example code.
Incorporated support for gesture simulation on the micro:bit.