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):

New features (only available with feature flag enabled):

-

Upcoming Improvements

-
-

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 -Python versions: 3.7+ Project Status: Active – The project has reached a stable, usable state and is being actively developed. License: We are using the MIT License We are welcoming PRS! Platforms Supported: Windows, MacOSX - -Azure DevOps Board Badge - 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. CircuitPlayground Express -## Build Status - -| Branch | Build Status | -| :------ | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | -| dev | [![Build Status](https://microsoftgarage.visualstudio.com/Intern%20GitHub/_apis/build/status/Adafruit/Pacifica-CI?branchName=dev)](https://microsoftgarage.visualstudio.com/Intern%20GitHub/_build/latest?definitionId=304&branchName=dev) | -| staging | [![Build Status](https://microsoftgarage.visualstudio.com/Intern%20GitHub/_apis/build/status/Adafruit/Pacifica-CI?branchName=staging)](https://microsoftgarage.visualstudio.com/Intern%20GitHub/_build/latest?definitionId=304&branchName=staging) | -| master | [![Build Status](https://microsoftgarage.visualstudio.com/Intern%20GitHub/_apis/build/status/Adafruit/Pacifica-CI?branchName=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.