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. diff --git a/src/latest_release_note.ts b/src/latest_release_note.ts index a4e1ddabd..05fb4f019 100644 --- a/src/latest_release_note.ts +++ b/src/latest_release_note.ts @@ -1,67 +1,28 @@ -// TODO: find a better way of loading html into a string -export const LATEST_RELEASE_NOTE = `

Device Simulator Express Release Notes πŸ‘©πŸΎβ€πŸ’» πŸ‘¨πŸΎβ€πŸ’» (Feb. 27, 2020)

-

- Welcome to the first update to the Device Simulator Express! Please feel free to enable our feature flag in - Settings - (under the setting titled β€œdeviceSimulatorExpress.previewMode” in the User settings). -

-

Changes

-

-

Fixes (enabled by default):

- -

New features (only available with feature flag enabled):

- -

-

Upcoming Improvements

- -
-

Happy Hacking! ✨✨🐍🐍🍰
-       - The Device Simulator Express Team

`; +// TODO: find a better way of loading html into a string +export const LATEST_RELEASE_NOTE = `

Device Simulator Express Release Notes πŸπŸ“ (Mar. 10, 2020)

+

+ 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). +

+

Changes

+

+

Fixes (enabled by default):

+ +

New features (only available with feature flag enabled):

+ +

+
+

Keep being a programming pro πŸ˜ŽπŸ”‹,
+       - The Device Simulator Express Team

`;