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:

- - - -

-

-

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

    + +

    Fixes:

    + +

    +

    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:

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

    +

    Fixes:

    -

    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.