From 3839e0b78c4d212c455abf5ee4fd7382d8e680c6 Mon Sep 17 00:00:00 2001
From: andreamah
Date: Mon, 9 Mar 2020 11:43:21 -0700
Subject: [PATCH 1/3] release note modification
---
src/latest_release_note.ts | 63 ++++++++------------------------------
1 file changed, 12 insertions(+), 51 deletions(-)
diff --git a/src/latest_release_note.ts b/src/latest_release_note.ts
index 569e1f3c5..98176744a 100644
--- a/src/latest_release_note.ts
+++ b/src/latest_release_note.ts
@@ -1,7 +1,8 @@
// TODO: find a better way of loading html into a string
-export const LATEST_RELEASE_NOTE = `Device Simulator Express Release Notes π©πΎβπ» π¨πΎβπ» (Mar. 3, 2020)
+export const LATEST_RELEASE_NOTE = `Device Simulator Express Release Notes ππ (Mar. 10, 2020)
- Welcome to the first update to the Device Simulator Express! Please feel free to enable our feature flag in
+ Thanks for using our extension! We're back with some small updates. Again, please feel free to enable our feature
+ flag in
Settings
(under the setting titled βdeviceSimulatorExpress.previewModeβ in the User settings).
@@ -9,59 +10,19 @@ export const LATEST_RELEASE_NOTE = `Device Simulator Express Release Notes
Fixes (enabled by default):
- - Enabled support for βfrom adafruit_circuitplayground import cpβ as an import statement for the CPX and
- changed
- βNew Fileβ template to use this format.
-
- - State for sensor selection persists.
- - More reliable dependency installation and more informative setup fail information.
- - Fixes to Serial Monitor for CPX device deployment.
- - More robust debugger functionality.
- - Fixed spelling and clarity errors in documentation and pop-up messages.
+ - Playing sounds on the CPX simulation now works on MacOS!
+
+ - Try it out by using cp.play_file(PATH_TO_FILE).
+
+
+ - Previously, the play button on the simulations would sometimes require two clicks. This was fixed.
+ - The editor can now support unicode characters (such as Japanese).
New features (only available with feature flag enabled):
- - BBC micro:bit simulator and debugger β open up a new micro:bit file, write code for the micro:bit and
- test it out!
-
- - Ability to interact with LEDs, buttons, and sensors.
- - Includes autocompletion and error flagging.
- - Supports the following:
-
- - Classes:
-
- - display
- - image
- - accelerometer
- - button
-
-
-
- - Global static functions:
-
- - sleep()
- - running_time()
- - temperature()
-
-
-
-
- - Includes accessibility considerations for simulation.
-
- - Has ability to use keyboard for button presses and navigation.
-
-
+ - BBC micro:bit deploy to device and accompanying serial monitor support.
-Upcoming Improvements
-
- - Deploying to device on the micro:bit with serial monitor interaction.
-
-Happy Hacking! β¨β¨πππ°
+
Keep being a programming pro ππ,
      - The Device Simulator Express Team
`;
From ed709f016c8476cd97812d925f30146ef3a5ba60 Mon Sep 17 00:00:00 2001
From: andreamah
Date: Mon, 9 Mar 2020 11:51:43 -0700
Subject: [PATCH 2/3] added missing li tag
---
src/latest_release_note.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/latest_release_note.ts b/src/latest_release_note.ts
index 98176744a..960fc5130 100644
--- a/src/latest_release_note.ts
+++ b/src/latest_release_note.ts
@@ -20,7 +20,7 @@ export const LATEST_RELEASE_NOTE = `Device Simulator Express Release Notes
New features (only available with feature flag enabled):
- - BBC micro:bit deploy to device and accompanying serial monitor support.
+
- BBC micro:bit deploy to device and accompanying serial monitor support.
From bece356714b0cdc36677e9b5bbc269b4fe44d122 Mon Sep 17 00:00:00 2001
From: andreamah
Date: Mon, 9 Mar 2020 20:34:33 -0700
Subject: [PATCH 3/3] removed svgs from readme
---
README.md | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/README.md b/README.md
index 5580104cc..fb4d3e2d5 100644
--- a/README.md
+++ b/README.md
@@ -1,24 +1,11 @@
# Device Simulator Express, a Microsoft Garage project
-
-
-
-
Make without limit! Device Simulator Express, a Microsoft Garage project, allows you to code microcontrollers without the hardware on hand! You can program your Circuit Playground Express (CPX) or your BBC micro:bit! Test and debug your code on the device simulator and see the same
result when you plug in your actual microcontroller. Curious about the output of the device, the serial
monitor allows you to observe the device output.
-## Build Status
-
-| Branch | Build Status |
-| :------ | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
-| dev | [](https://microsoftgarage.visualstudio.com/Intern%20GitHub/_build/latest?definitionId=304&branchName=dev) |
-| staging | [](https://microsoftgarage.visualstudio.com/Intern%20GitHub/_build/latest?definitionId=304&branchName=staging) |
-| master | [](https://microsoftgarage.visualstudio.com/Intern%20GitHub/_build/latest?definitionId=304&branchName=master) |
-
-
## Prerequisites
The following dependencies are required to install before launching Device Simulator Express.