Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Releases: microsoft/vscode-python-devicesimulator

Pacifica-CI_34853

22 Aug 00:39
cc1b0db
Compare
Choose a tag to compare
Pacifica-CI_34853 Pre-release
Pre-release

dev Branch CI Release

Changes:

See more
  • 43091a9 Adding a setting for the user to pick the port and passing it to the python process (#123)
  • 48f9bb6 Use absolute path instead relative to fix permission issue (#126)
  • 11f37fa Improve UI (#119)
  • f98f117 Fix bug occuring when value exceed bounds in slider input (#114)
  • 0a7ff68 Make sure we don't run unsaved files and make sure filepicker works (#122)
  • cff1ce7 Remove show of channel on 'activate' (#124)
  • e2860b6 Fix issue with tomorrow Night Blue Theme (#120)
  • 041c985 Serial communication from the CPX to the extension (#97)
  • a3a2c98 Add telemetry to run simulator commands (#110)
  • 5cc4658 Adding debugger communication (#113)
  • 3bceb79 Update how-to-use documentation (#115)
  • 4dae998 Fixing bug seeing which icon in the Simulator Control bar is Focused on when tabbing (#116)
  • a685755 add basic list methods to pixel class (#117)
  • 0102897 Save on run/deploy (#118)
  • 7dd6523 Solving bug with input and capacitive touch (#111)
  • c3af72b Move python constants into file (#104)
  • b84f886 Update privacy modal and content (#107)
  • e94e3c5 Change the gloabls for exec (#108)
  • 15e3af3 Redirecting user's print statements (#106)
  • 459d428 Activating Auto-Write (#105)
  • cef6850 add python requirements (#103)
  • be07d8d Add warning about running python code in the extension (#102)
  • a986e41 Rename 'New Project' to 'New File' (#101)
  • 29161e4 Adding toolbar content (#93)
  • df256bd Adding capacitive touch support to the simulator (#94)
  • 2628732 add missing await (#100)
  • 5faf64b Adding mock calls for missing API functionalities. (#95)
  • 8876f36 Adding support for the shake sensor (#91)
  • 0e9dd47 Make it so that we can use either python executable name (#96)
  • 90791d5 Update README.md
  • 3fee5cf added known pip dependencies
  • acf1d7d Adding API call for motion sensor (#89)
  • fe129ed Make buttons work with other themes (#90)
  • 9029711 Improve aria labels (#92)
  • da6b882 Fix accessibility bug from live demo
  • 678b14c Adding view for motion sensor (#70)
  • 28abe23 Make buttons work with keypresses (#86)
  • 9dd324a Adding a verification on the type of the file selected from file picker (#87)
  • 1f5cd80 Opening the simulator webview after the template file is opened (#85)
  • a2c7c0f Adding the toolbar with the icons (#84)
  • 3986566 Add "extensionDependencies" for vscode-python (#82) [ #77 ]
  • 6ffcc4c Correcting TypeScript link in ThirdPartyNotices.txt (#83)
  • 8f66bfe Make buttons usable with enter (#76)
  • 2168688 Adding SVGs for icons in the toolbar (#80)
  • fc51a3d Adding support for the light sensor. (#68)
  • 383e897 remove unneeded lines of code (#74)
  • ded76d2 Initial tests for API (#75)
  • 806ab9f Adding a scrollbar to contain the sensor (#69)
  • c4e3ab5 Add privacy modals to external links (#62)
  • 81b57ee Added notification when filename is wrong. (#63)
  • 28d0a68 Adding the API call for the temperature sensor. (#60)
  • 59ce0a9 Replace simpleaudio library with playsound library and update docs (#64)
  • 5993800 Updating documentation for installation to make sure people have Python in their path (#66)
  • 3597a55 Adding the complete temperature sensor view (#59)
  • 1b268ff Only send telemetry events if not disabled in settings.json (#55)
  • ecd436c Merge branch 'users/t-luslev/add-play-webview' into dev
  • 76bcaf5 Fix green LED and linting fixes (#58)
  • 25a3afa Add buttons to webview (#54)
  • 26c124c Remove unused import
  • 92c39e6 remove unneeded comment
  • 2fb7e68 Merge branch 'dev' into users/t-luslev/add-play-webview
  • 67357da Improvements from bug bash comments (#56)
  • addc1b1 Merge pull request #57 from microsoft/users-t-famoun/sliderBar
  • 792fa33 removed title
  • c4d7e35 solved issues
  • c44da4a make method more descriptive
  • 67a17af solve tslint
  • af45daf removed dummy
  • cda9cf5 Update the way the play button works on the simulator
  • 0573c47 solved validity issues
  • 3c24c36 added some value checking
  • b70705d arranged styling
  • b476a9a arranging style
  • 9c09db4 Fix merge issue
  • bf808f2 Merge branch 'dev' into users/t-luslev/add-play-webview
  • d39d93b Add refresh button to webview
  • 07f2837 Add play button to webivew
  • b7fd676 Merge branch 'dev' into users/t-famoun/temperature_sensor
  • 42fbb4f Merge pull request #52 from microsoft/users/t-famoun/green-led
  • 9f860b3 addind slider component
  • 6e054ca Adding a debugging configuration (#53)
  • 19b34d2 Updating docs with installation and usage instructions (#50)
  • bdaf3cd Update privacy information regarding telemetry (#51)
  • 14d9a5f Add Performance telemetry for deployment to device (#47)
  • 204b942 modified svg to control the power(the green) LED
  • d03a2b2 Use last selected file for running and add errors (#48)
  • 7587497 Notification for first time closing webview (#46)
  • 586cfb3 Refactor Simulator code (#44)
  • 31cf194 Set language association and adhere to docstring convention for template file (#43)
  • af1d630 Telemetry for Errors and Dialog clicks (#40)
  • d66ff62 Rename command label (#41)
  • 49f0acf OSS release code updates (#35)
  • cbfa8f5 Add icons to the UI along with configuration options for the user (#39)
  • 62621ad Renaming setup.py to process_user_code.py (#38)
  • bceaca8 Telemetry for user input on buttons and switch (#37)
  • 4e72c8a Update the way we run tests to the new way (#36)
  • 0ae3d1b Add telemetry for extension commands (#33)
  • a0fc7e4 Error Notification when no device plugged in (#31)
  • 176ac60 New project notification (#32)
  • d67642c Merge pull request #34 from microsoft/garage/users/v-schm/UpdateCodeOwners
  • 404e7c8 Update Code Owners required for PR approval
  • 6d83eb0 Extract open simulator command (#30)
  • 902557f Add new command to deploy to the device (#27)
  • 2400dfc Add...
Read more

Pacifica-CI_34851

22 Aug 00:09
79f0473
Compare
Choose a tag to compare
Pacifica-CI_34851 Pre-release
Pre-release

dev Branch CI Release

Changes:

See more
  • 48f9bb6 Use absolute path instead relative to fix permission issue (#126)
  • 11f37fa Improve UI (#119)
  • f98f117 Fix bug occuring when value exceed bounds in slider input (#114)
  • 0a7ff68 Make sure we don't run unsaved files and make sure filepicker works (#122)
  • cff1ce7 Remove show of channel on 'activate' (#124)
  • e2860b6 Fix issue with tomorrow Night Blue Theme (#120)
  • 041c985 Serial communication from the CPX to the extension (#97)
  • a3a2c98 Add telemetry to run simulator commands (#110)
  • 5cc4658 Adding debugger communication (#113)
  • 3bceb79 Update how-to-use documentation (#115)
  • 4dae998 Fixing bug seeing which icon in the Simulator Control bar is Focused on when tabbing (#116)
  • a685755 add basic list methods to pixel class (#117)
  • 0102897 Save on run/deploy (#118)
  • 7dd6523 Solving bug with input and capacitive touch (#111)
  • c3af72b Move python constants into file (#104)
  • b84f886 Update privacy modal and content (#107)
  • e94e3c5 Change the gloabls for exec (#108)
  • 15e3af3 Redirecting user's print statements (#106)
  • 459d428 Activating Auto-Write (#105)
  • cef6850 add python requirements (#103)
  • be07d8d Add warning about running python code in the extension (#102)
  • a986e41 Rename 'New Project' to 'New File' (#101)
  • 29161e4 Adding toolbar content (#93)
  • df256bd Adding capacitive touch support to the simulator (#94)
  • 2628732 add missing await (#100)
  • 5faf64b Adding mock calls for missing API functionalities. (#95)
  • 8876f36 Adding support for the shake sensor (#91)
  • 0e9dd47 Make it so that we can use either python executable name (#96)
  • 90791d5 Update README.md
  • 3fee5cf added known pip dependencies
  • acf1d7d Adding API call for motion sensor (#89)
  • fe129ed Make buttons work with other themes (#90)
  • 9029711 Improve aria labels (#92)
  • da6b882 Fix accessibility bug from live demo
  • 678b14c Adding view for motion sensor (#70)
  • 28abe23 Make buttons work with keypresses (#86)
  • 9dd324a Adding a verification on the type of the file selected from file picker (#87)
  • 1f5cd80 Opening the simulator webview after the template file is opened (#85)
  • a2c7c0f Adding the toolbar with the icons (#84)
  • 3986566 Add "extensionDependencies" for vscode-python (#82) [ #77 ]
  • 6ffcc4c Correcting TypeScript link in ThirdPartyNotices.txt (#83)
  • 8f66bfe Make buttons usable with enter (#76)
  • 2168688 Adding SVGs for icons in the toolbar (#80)
  • fc51a3d Adding support for the light sensor. (#68)
  • 383e897 remove unneeded lines of code (#74)
  • ded76d2 Initial tests for API (#75)
  • 806ab9f Adding a scrollbar to contain the sensor (#69)
  • c4e3ab5 Add privacy modals to external links (#62)
  • 81b57ee Added notification when filename is wrong. (#63)
  • 28d0a68 Adding the API call for the temperature sensor. (#60)
  • 59ce0a9 Replace simpleaudio library with playsound library and update docs (#64)
  • 5993800 Updating documentation for installation to make sure people have Python in their path (#66)
  • 3597a55 Adding the complete temperature sensor view (#59)
  • 1b268ff Only send telemetry events if not disabled in settings.json (#55)
  • ecd436c Merge branch 'users/t-luslev/add-play-webview' into dev
  • 76bcaf5 Fix green LED and linting fixes (#58)
  • 25a3afa Add buttons to webview (#54)
  • 26c124c Remove unused import
  • 92c39e6 remove unneeded comment
  • 2fb7e68 Merge branch 'dev' into users/t-luslev/add-play-webview
  • 67357da Improvements from bug bash comments (#56)
  • addc1b1 Merge pull request #57 from microsoft/users-t-famoun/sliderBar
  • 792fa33 removed title
  • c4d7e35 solved issues
  • c44da4a make method more descriptive
  • 67a17af solve tslint
  • af45daf removed dummy
  • cda9cf5 Update the way the play button works on the simulator
  • 0573c47 solved validity issues
  • 3c24c36 added some value checking
  • b70705d arranged styling
  • b476a9a arranging style
  • 9c09db4 Fix merge issue
  • bf808f2 Merge branch 'dev' into users/t-luslev/add-play-webview
  • d39d93b Add refresh button to webview
  • 07f2837 Add play button to webivew
  • b7fd676 Merge branch 'dev' into users/t-famoun/temperature_sensor
  • 42fbb4f Merge pull request #52 from microsoft/users/t-famoun/green-led
  • 9f860b3 addind slider component
  • 6e054ca Adding a debugging configuration (#53)
  • 19b34d2 Updating docs with installation and usage instructions (#50)
  • bdaf3cd Update privacy information regarding telemetry (#51)
  • 14d9a5f Add Performance telemetry for deployment to device (#47)
  • 204b942 modified svg to control the power(the green) LED
  • d03a2b2 Use last selected file for running and add errors (#48)
  • 7587497 Notification for first time closing webview (#46)
  • 586cfb3 Refactor Simulator code (#44)
  • 31cf194 Set language association and adhere to docstring convention for template file (#43)
  • af1d630 Telemetry for Errors and Dialog clicks (#40)
  • d66ff62 Rename command label (#41)
  • 49f0acf OSS release code updates (#35)
  • cbfa8f5 Add icons to the UI along with configuration options for the user (#39)
  • 62621ad Renaming setup.py to process_user_code.py (#38)
  • bceaca8 Telemetry for user input on buttons and switch (#37)
  • 4e72c8a Update the way we run tests to the new way (#36)
  • 0ae3d1b Add telemetry for extension commands (#33)
  • a0fc7e4 Error Notification when no device plugged in (#31)
  • 176ac60 New project notification (#32)
  • d67642c Merge pull request #34 from microsoft/garage/users/v-schm/UpdateCodeOwners
  • 404e7c8 Update Code Owners required for PR approval
  • 6d83eb0 Extract open simulator command (#30)
  • 902557f Add new command to deploy to the device (#27)
  • 2400dfc Adding a developer setup Readme (#29) [ #28294, #30137 ]
  • 48daf24...
Read more

Pacifica-CI_34792

21 Aug 19:17
75cea26
Compare
Choose a tag to compare
Pacifica-CI_34792 Pre-release
Pre-release

dev Branch CI Release

Changes:

  • 75cea26 UI Refinement (#131)
  • 556bebf Add dependency for version-from-git to update version number in package.json (#134)
  • b6a2320 Add new dependency to docs (#132)
  • 40f3adc Debug configuration fix (#130) [ #67, #81 ]
  • 1a83967 Preprocess sound file path to allow spaces on OSX (#125)
  • 442569c File dropdown on simulator (#127)
  • 0ae9c00 Make CPX svg responsive (#128)
  • f9c0623 Adding telemetry for the new features (#112)
  • 43091a9 Adding a setting for the user to pick the port and passing it to the python process (#123)
  • 48f9bb6 Use absolute path instead relative to fix permission issue (#126)
See more
  • 11f37fa Improve UI (#119)
  • f98f117 Fix bug occuring when value exceed bounds in slider input (#114)
  • 0a7ff68 Make sure we don't run unsaved files and make sure filepicker works (#122)
  • cff1ce7 Remove show of channel on 'activate' (#124)
  • e2860b6 Fix issue with tomorrow Night Blue Theme (#120)
  • 041c985 Serial communication from the CPX to the extension (#97)
  • a3a2c98 Add telemetry to run simulator commands (#110)
  • 5cc4658 Adding debugger communication (#113)
  • 3bceb79 Update how-to-use documentation (#115)
  • 4dae998 Fixing bug seeing which icon in the Simulator Control bar is Focused on when tabbing (#116)
  • a685755 add basic list methods to pixel class (#117)
  • 0102897 Save on run/deploy (#118)
  • 7dd6523 Solving bug with input and capacitive touch (#111)
  • c3af72b Move python constants into file (#104)
  • b84f886 Update privacy modal and content (#107)
  • e94e3c5 Change the gloabls for exec (#108)
  • 15e3af3 Redirecting user's print statements (#106)
  • 459d428 Activating Auto-Write (#105)
  • cef6850 add python requirements (#103)
  • be07d8d Add warning about running python code in the extension (#102)
  • a986e41 Rename 'New Project' to 'New File' (#101)
  • 29161e4 Adding toolbar content (#93)
  • df256bd Adding capacitive touch support to the simulator (#94)
  • 2628732 add missing await (#100)
  • 5faf64b Adding mock calls for missing API functionalities. (#95)
  • 8876f36 Adding support for the shake sensor (#91)
  • 0e9dd47 Make it so that we can use either python executable name (#96)
  • 90791d5 Update README.md
  • 3fee5cf added known pip dependencies
  • acf1d7d Adding API call for motion sensor (#89)
  • fe129ed Make buttons work with other themes (#90)
  • 9029711 Improve aria labels (#92)
  • da6b882 Fix accessibility bug from live demo
  • 678b14c Adding view for motion sensor (#70)
  • 28abe23 Make buttons work with keypresses (#86)
  • 9dd324a Adding a verification on the type of the file selected from file picker (#87)
  • 1f5cd80 Opening the simulator webview after the template file is opened (#85)
  • a2c7c0f Adding the toolbar with the icons (#84)
  • 3986566 Add "extensionDependencies" for vscode-python (#82) [ #77 ]
  • 6ffcc4c Correcting TypeScript link in ThirdPartyNotices.txt (#83)
  • 8f66bfe Make buttons usable with enter (#76)
  • 2168688 Adding SVGs for icons in the toolbar (#80)
  • fc51a3d Adding support for the light sensor. (#68)
  • 383e897 remove unneeded lines of code (#74)
  • ded76d2 Initial tests for API (#75)
  • 806ab9f Adding a scrollbar to contain the sensor (#69)
  • c4e3ab5 Add privacy modals to external links (#62)
  • 81b57ee Added notification when filename is wrong. (#63)
  • 28d0a68 Adding the API call for the temperature sensor. (#60)
  • 59ce0a9 Replace simpleaudio library with playsound library and update docs (#64)
  • 5993800 Updating documentation for installation to make sure people have Python in their path (#66)
  • 3597a55 Adding the complete temperature sensor view (#59)
  • 1b268ff Only send telemetry events if not disabled in settings.json (#55)
  • ecd436c Merge branch 'users/t-luslev/add-play-webview' into dev
  • 76bcaf5 Fix green LED and linting fixes (#58)
  • 25a3afa Add buttons to webview (#54)
  • 26c124c Remove unused import
  • 92c39e6 remove unneeded comment
  • 2fb7e68 Merge branch 'dev' into users/t-luslev/add-play-webview
  • 67357da Improvements from bug bash comments (#56)
  • addc1b1 Merge pull request #57 from microsoft/users-t-famoun/sliderBar
  • 792fa33 removed title
  • c4d7e35 solved issues
  • c44da4a make method more descriptive
  • 67a17af solve tslint
  • af45daf removed dummy
  • cda9cf5 Update the way the play button works on the simulator
  • 0573c47 solved validity issues
  • 3c24c36 added some value checking
  • b70705d arranged styling
  • b476a9a arranging style
  • 9c09db4 Fix merge issue
  • bf808f2 Merge branch 'dev' into users/t-luslev/add-play-webview
  • d39d93b Add refresh button to webview
  • 07f2837 Add play button to webivew
  • b7fd676 Merge branch 'dev' into users/t-famoun/temperature_sensor
  • 42fbb4f Merge pull request #52 from microsoft/users/t-famoun/green-led
  • 9f860b3 addind slider component
  • 6e054ca Adding a debugging configuration (#53)
  • 19b34d2 Updating docs with installation and usage instructions (#50)
  • bdaf3cd Update privacy information regarding telemetry (#51)
  • 14d9a5f Add Performance telemetry for deployment to device (#47)
  • 204b942 modified svg to control the power(the green) LED
  • d03a2b2 Use last selected file for running and add errors (#48)
  • 7587497 Notification for first time closing webview (#46)
  • 586cfb3 Refactor Simulator code (#44)
  • 31cf194 Set language association and adhere to docstring convention for template file (#43)
  • af1d630 Telemetry for Errors and Dialog clicks (#40)
  • d66ff62 Rename command label (#41)
  • 49f0acf OSS release code updates (#35)
  • cbfa8f5 Add icons to the UI along with configuration options for the user (#39)
  • 62621ad Renaming setup.py to process_user_code.py (#38)
  • bceaca8 Telemetry for user input on buttons and switch (#37)
  • 4e72c8a Update the way we run tests to the new way (#36)
  • 0ae3d1b Add telemetry for extension commands (#33)
  • a0fc7e4 Error Notification when no device plugged in (#31)
  • 176ac60 New project notification (#32)
  • d67642c Merge pull request #34 from microsoft/garage/users/v-schm/UpdateCodeOwners
  • 404e7c8 Update Code Owners required for PR approval
  • 6d83eb0 Extract open simulator command (#30)
  • 902557f Add new command to deploy to the device (#27)
  • 2400dfc Adding a developer setup Readme (#29) [ #28294, #30137 ]
  • 48daf24 New command for starting a new project (#26)
  • 377bc3e...
Read more

Pacifica-CI_34741

21 Aug 01:08
556bebf
Compare
Choose a tag to compare
Pacifica-CI_34741 Pre-release
Pre-release

dev Branch CI Release

Changes:

  • 556bebf Add dependency for version-from-git to update version number in package.json (#134)
  • b6a2320 Add new dependency to docs (#132)
  • 40f3adc Debug configuration fix (#130) [ #67, #81 ]
  • 1a83967 Preprocess sound file path to allow spaces on OSX (#125)
  • 442569c File dropdown on simulator (#127)
  • 0ae9c00 Make CPX svg responsive (#128)
  • f9c0623 Adding telemetry for the new features (#112)
  • 43091a9 Adding a setting for the user to pick the port and passing it to the python process (#123)
  • 48f9bb6 Use absolute path instead relative to fix permission issue (#126)
  • 11f37fa Improve UI (#119)
See more
  • f98f117 Fix bug occuring when value exceed bounds in slider input (#114)
  • 0a7ff68 Make sure we don't run unsaved files and make sure filepicker works (#122)
  • cff1ce7 Remove show of channel on 'activate' (#124)
  • e2860b6 Fix issue with tomorrow Night Blue Theme (#120)
  • 041c985 Serial communication from the CPX to the extension (#97)
  • a3a2c98 Add telemetry to run simulator commands (#110)
  • 5cc4658 Adding debugger communication (#113)
  • 3bceb79 Update how-to-use documentation (#115)
  • 4dae998 Fixing bug seeing which icon in the Simulator Control bar is Focused on when tabbing (#116)
  • a685755 add basic list methods to pixel class (#117)
  • 0102897 Save on run/deploy (#118)
  • 7dd6523 Solving bug with input and capacitive touch (#111)
  • c3af72b Move python constants into file (#104)
  • b84f886 Update privacy modal and content (#107)
  • e94e3c5 Change the gloabls for exec (#108)
  • 15e3af3 Redirecting user's print statements (#106)
  • 459d428 Activating Auto-Write (#105)
  • cef6850 add python requirements (#103)
  • be07d8d Add warning about running python code in the extension (#102)
  • a986e41 Rename 'New Project' to 'New File' (#101)
  • 29161e4 Adding toolbar content (#93)
  • df256bd Adding capacitive touch support to the simulator (#94)
  • 2628732 add missing await (#100)
  • 5faf64b Adding mock calls for missing API functionalities. (#95)
  • 8876f36 Adding support for the shake sensor (#91)
  • 0e9dd47 Make it so that we can use either python executable name (#96)
  • 90791d5 Update README.md
  • 3fee5cf added known pip dependencies
  • acf1d7d Adding API call for motion sensor (#89)
  • fe129ed Make buttons work with other themes (#90)
  • 9029711 Improve aria labels (#92)
  • da6b882 Fix accessibility bug from live demo
  • 678b14c Adding view for motion sensor (#70)
  • 28abe23 Make buttons work with keypresses (#86)
  • 9dd324a Adding a verification on the type of the file selected from file picker (#87)
  • 1f5cd80 Opening the simulator webview after the template file is opened (#85)
  • a2c7c0f Adding the toolbar with the icons (#84)
  • 3986566 Add "extensionDependencies" for vscode-python (#82) [ #77 ]
  • 6ffcc4c Correcting TypeScript link in ThirdPartyNotices.txt (#83)
  • 8f66bfe Make buttons usable with enter (#76)
  • 2168688 Adding SVGs for icons in the toolbar (#80)
  • fc51a3d Adding support for the light sensor. (#68)
  • 383e897 remove unneeded lines of code (#74)
  • ded76d2 Initial tests for API (#75)
  • 806ab9f Adding a scrollbar to contain the sensor (#69)
  • c4e3ab5 Add privacy modals to external links (#62)
  • 81b57ee Added notification when filename is wrong. (#63)
  • 28d0a68 Adding the API call for the temperature sensor. (#60)
  • 59ce0a9 Replace simpleaudio library with playsound library and update docs (#64)
  • 5993800 Updating documentation for installation to make sure people have Python in their path (#66)
  • 3597a55 Adding the complete temperature sensor view (#59)
  • 1b268ff Only send telemetry events if not disabled in settings.json (#55)
  • ecd436c Merge branch 'users/t-luslev/add-play-webview' into dev
  • 76bcaf5 Fix green LED and linting fixes (#58)
  • 25a3afa Add buttons to webview (#54)
  • 26c124c Remove unused import
  • 92c39e6 remove unneeded comment
  • 2fb7e68 Merge branch 'dev' into users/t-luslev/add-play-webview
  • 67357da Improvements from bug bash comments (#56)
  • addc1b1 Merge pull request #57 from microsoft/users-t-famoun/sliderBar
  • 792fa33 removed title
  • c4d7e35 solved issues
  • c44da4a make method more descriptive
  • 67a17af solve tslint
  • af45daf removed dummy
  • cda9cf5 Update the way the play button works on the simulator
  • 0573c47 solved validity issues
  • 3c24c36 added some value checking
  • b70705d arranged styling
  • b476a9a arranging style
  • 9c09db4 Fix merge issue
  • bf808f2 Merge branch 'dev' into users/t-luslev/add-play-webview
  • d39d93b Add refresh button to webview
  • 07f2837 Add play button to webivew
  • b7fd676 Merge branch 'dev' into users/t-famoun/temperature_sensor
  • 42fbb4f Merge pull request #52 from microsoft/users/t-famoun/green-led
  • 9f860b3 addind slider component
  • 6e054ca Adding a debugging configuration (#53)
  • 19b34d2 Updating docs with installation and usage instructions (#50)
  • bdaf3cd Update privacy information regarding telemetry (#51)
  • 14d9a5f Add Performance telemetry for deployment to device (#47)
  • 204b942 modified svg to control the power(the green) LED
  • d03a2b2 Use last selected file for running and add errors (#48)
  • 7587497 Notification for first time closing webview (#46)
  • 586cfb3 Refactor Simulator code (#44)
  • 31cf194 Set language association and adhere to docstring convention for template file (#43)
  • af1d630 Telemetry for Errors and Dialog clicks (#40)
  • d66ff62 Rename command label (#41)
  • 49f0acf OSS release code updates (#35)
  • cbfa8f5 Add icons to the UI along with configuration options for the user (#39)
  • 62621ad Renaming setup.py to process_user_code.py (#38)
  • bceaca8 Telemetry for user input on buttons and switch (#37)
  • 4e72c8a Update the way we run tests to the new way (#36)
  • 0ae3d1b Add telemetry for extension commands (#33)
  • a0fc7e4 Error Notification when no device plugged in (#31)
  • 176ac60 New project notification (#32)
  • d67642c Merge pull request #34 from microsoft/garage/users/v-schm/UpdateCodeOwners
  • 404e7c8 Update Code Owners required for PR approval
  • 6d83eb0 Extract open simulator command (#30)
  • 902557f Add new command to deploy to the device (#27)
  • 2400dfc Adding a developer setup Readme (#29) [ #28294, #30137 ]
  • 48daf24 New command for starting a new project (#26)
  • 377bc3e Switch slider support (#25) [ #29091 ]
  • 6...
Read more

Pacifica-CI_34726

20 Aug 23:22
b6a2320
Compare
Choose a tag to compare
Pacifica-CI_34726 Pre-release
Pre-release

dev Branch CI Release

Changes:

See more
  • 0a7ff68 Make sure we don't run unsaved files and make sure filepicker works (#122)
  • cff1ce7 Remove show of channel on 'activate' (#124)
  • e2860b6 Fix issue with tomorrow Night Blue Theme (#120)
  • 041c985 Serial communication from the CPX to the extension (#97)
  • a3a2c98 Add telemetry to run simulator commands (#110)
  • 5cc4658 Adding debugger communication (#113)
  • 3bceb79 Update how-to-use documentation (#115)
  • 4dae998 Fixing bug seeing which icon in the Simulator Control bar is Focused on when tabbing (#116)
  • a685755 add basic list methods to pixel class (#117)
  • 0102897 Save on run/deploy (#118)
  • 7dd6523 Solving bug with input and capacitive touch (#111)
  • c3af72b Move python constants into file (#104)
  • b84f886 Update privacy modal and content (#107)
  • e94e3c5 Change the gloabls for exec (#108)
  • 15e3af3 Redirecting user's print statements (#106)
  • 459d428 Activating Auto-Write (#105)
  • cef6850 add python requirements (#103)
  • be07d8d Add warning about running python code in the extension (#102)
  • a986e41 Rename 'New Project' to 'New File' (#101)
  • 29161e4 Adding toolbar content (#93)
  • df256bd Adding capacitive touch support to the simulator (#94)
  • 2628732 add missing await (#100)
  • 5faf64b Adding mock calls for missing API functionalities. (#95)
  • 8876f36 Adding support for the shake sensor (#91)
  • 0e9dd47 Make it so that we can use either python executable name (#96)
  • 90791d5 Update README.md
  • 3fee5cf added known pip dependencies
  • acf1d7d Adding API call for motion sensor (#89)
  • fe129ed Make buttons work with other themes (#90)
  • 9029711 Improve aria labels (#92)
  • da6b882 Fix accessibility bug from live demo
  • 678b14c Adding view for motion sensor (#70)
  • 28abe23 Make buttons work with keypresses (#86)
  • 9dd324a Adding a verification on the type of the file selected from file picker (#87)
  • 1f5cd80 Opening the simulator webview after the template file is opened (#85)
  • a2c7c0f Adding the toolbar with the icons (#84)
  • 3986566 Add "extensionDependencies" for vscode-python (#82) [ #77 ]
  • 6ffcc4c Correcting TypeScript link in ThirdPartyNotices.txt (#83)
  • 8f66bfe Make buttons usable with enter (#76)
  • 2168688 Adding SVGs for icons in the toolbar (#80)
  • fc51a3d Adding support for the light sensor. (#68)
  • 383e897 remove unneeded lines of code (#74)
  • ded76d2 Initial tests for API (#75)
  • 806ab9f Adding a scrollbar to contain the sensor (#69)
  • c4e3ab5 Add privacy modals to external links (#62)
  • 81b57ee Added notification when filename is wrong. (#63)
  • 28d0a68 Adding the API call for the temperature sensor. (#60)
  • 59ce0a9 Replace simpleaudio library with playsound library and update docs (#64)
  • 5993800 Updating documentation for installation to make sure people have Python in their path (#66)
  • 3597a55 Adding the complete temperature sensor view (#59)
  • 1b268ff Only send telemetry events if not disabled in settings.json (#55)
  • ecd436c Merge branch 'users/t-luslev/add-play-webview' into dev
  • 76bcaf5 Fix green LED and linting fixes (#58)
  • 25a3afa Add buttons to webview (#54)
  • 26c124c Remove unused import
  • 92c39e6 remove unneeded comment
  • 2fb7e68 Merge branch 'dev' into users/t-luslev/add-play-webview
  • 67357da Improvements from bug bash comments (#56)
  • addc1b1 Merge pull request #57 from microsoft/users-t-famoun/sliderBar
  • 792fa33 removed title
  • c4d7e35 solved issues
  • c44da4a make method more descriptive
  • 67a17af solve tslint
  • af45daf removed dummy
  • cda9cf5 Update the way the play button works on the simulator
  • 0573c47 solved validity issues
  • 3c24c36 added some value checking
  • b70705d arranged styling
  • b476a9a arranging style
  • 9c09db4 Fix merge issue
  • bf808f2 Merge branch 'dev' into users/t-luslev/add-play-webview
  • d39d93b Add refresh button to webview
  • 07f2837 Add play button to webivew
  • b7fd676 Merge branch 'dev' into users/t-famoun/temperature_sensor
  • 42fbb4f Merge pull request #52 from microsoft/users/t-famoun/green-led
  • 9f860b3 addind slider component
  • 6e054ca Adding a debugging configuration (#53)
  • 19b34d2 Updating docs with installation and usage instructions (#50)
  • bdaf3cd Update privacy information regarding telemetry (#51)
  • 14d9a5f Add Performance telemetry for deployment to device (#47)
  • 204b942 modified svg to control the power(the green) LED
  • d03a2b2 Use last selected file for running and add errors (#48)
  • 7587497 Notification for first time closing webview (#46)
  • 586cfb3 Refactor Simulator code (#44)
  • 31cf194 Set language association and adhere to docstring convention for template file (#43)
  • af1d630 Telemetry for Errors and Dialog clicks (#40)
  • d66ff62 Rename command label (#41)
  • 49f0acf OSS release code updates (#35)
  • cbfa8f5 Add icons to the UI along with configuration options for the user (#39)
  • 62621ad Renaming setup.py to process_user_code.py (#38)
  • bceaca8 Telemetry for user input on buttons and switch (#37)
  • 4e72c8a Update the way we run tests to the new way (#36)
  • 0ae3d1b Add telemetry for extension commands (#33)
  • a0fc7e4 Error Notification when no device plugged in (#31)
  • 176ac60 New project notification (#32)
  • d67642c Merge pull request #34 from microsoft/garage/users/v-schm/UpdateCodeOwners
  • 404e7c8 Update Code Owners required for PR approval
  • 6d83eb0 Extract open simulator command (#30)
  • 902557f Add new command to deploy to the device (#27)
  • 2400dfc Adding a developer setup Readme (#29) [ #28294, #30137 ]
  • 48daf24 New command for starting a new project (#26)
  • 377bc3e Switch slider support (#25) [ #29091 ]
  • 6dde19f Add support for localization in extension (#24)
  • afdef2a...
Read more

Pacifica-CI_34687

20 Aug 21:51
40f3adc
Compare
Choose a tag to compare
Pacifica-CI_34687 Pre-release
Pre-release

dev Branch CI Release

Changes:

  • 40f3adc Debug configuration fix (#130) [ #67, #81 ]
  • 1a83967 Preprocess sound file path to allow spaces on OSX (#125)
  • 442569c File dropdown on simulator (#127)
  • 0ae9c00 Make CPX svg responsive (#128)
  • f9c0623 Adding telemetry for the new features (#112)
  • 43091a9 Adding a setting for the user to pick the port and passing it to the python process (#123)
  • 48f9bb6 Use absolute path instead relative to fix permission issue (#126)
  • 11f37fa Improve UI (#119)
  • f98f117 Fix bug occuring when value exceed bounds in slider input (#114)
  • 0a7ff68 Make sure we don't run unsaved files and make sure filepicker works (#122)
See more
  • cff1ce7 Remove show of channel on 'activate' (#124)
  • e2860b6 Fix issue with tomorrow Night Blue Theme (#120)
  • 041c985 Serial communication from the CPX to the extension (#97)
  • a3a2c98 Add telemetry to run simulator commands (#110)
  • 5cc4658 Adding debugger communication (#113)
  • 3bceb79 Update how-to-use documentation (#115)
  • 4dae998 Fixing bug seeing which icon in the Simulator Control bar is Focused on when tabbing (#116)
  • a685755 add basic list methods to pixel class (#117)
  • 0102897 Save on run/deploy (#118)
  • 7dd6523 Solving bug with input and capacitive touch (#111)
  • c3af72b Move python constants into file (#104)
  • b84f886 Update privacy modal and content (#107)
  • e94e3c5 Change the gloabls for exec (#108)
  • 15e3af3 Redirecting user's print statements (#106)
  • 459d428 Activating Auto-Write (#105)
  • cef6850 add python requirements (#103)
  • be07d8d Add warning about running python code in the extension (#102)
  • a986e41 Rename 'New Project' to 'New File' (#101)
  • 29161e4 Adding toolbar content (#93)
  • df256bd Adding capacitive touch support to the simulator (#94)
  • 2628732 add missing await (#100)
  • 5faf64b Adding mock calls for missing API functionalities. (#95)
  • 8876f36 Adding support for the shake sensor (#91)
  • 0e9dd47 Make it so that we can use either python executable name (#96)
  • 90791d5 Update README.md
  • 3fee5cf added known pip dependencies
  • acf1d7d Adding API call for motion sensor (#89)
  • fe129ed Make buttons work with other themes (#90)
  • 9029711 Improve aria labels (#92)
  • da6b882 Fix accessibility bug from live demo
  • 678b14c Adding view for motion sensor (#70)
  • 28abe23 Make buttons work with keypresses (#86)
  • 9dd324a Adding a verification on the type of the file selected from file picker (#87)
  • 1f5cd80 Opening the simulator webview after the template file is opened (#85)
  • a2c7c0f Adding the toolbar with the icons (#84)
  • 3986566 Add "extensionDependencies" for vscode-python (#82) [ #77 ]
  • 6ffcc4c Correcting TypeScript link in ThirdPartyNotices.txt (#83)
  • 8f66bfe Make buttons usable with enter (#76)
  • 2168688 Adding SVGs for icons in the toolbar (#80)
  • fc51a3d Adding support for the light sensor. (#68)
  • 383e897 remove unneeded lines of code (#74)
  • ded76d2 Initial tests for API (#75)
  • 806ab9f Adding a scrollbar to contain the sensor (#69)
  • c4e3ab5 Add privacy modals to external links (#62)
  • 81b57ee Added notification when filename is wrong. (#63)
  • 28d0a68 Adding the API call for the temperature sensor. (#60)
  • 59ce0a9 Replace simpleaudio library with playsound library and update docs (#64)
  • 5993800 Updating documentation for installation to make sure people have Python in their path (#66)
  • 3597a55 Adding the complete temperature sensor view (#59)
  • 1b268ff Only send telemetry events if not disabled in settings.json (#55)
  • ecd436c Merge branch 'users/t-luslev/add-play-webview' into dev
  • 76bcaf5 Fix green LED and linting fixes (#58)
  • 25a3afa Add buttons to webview (#54)
  • 26c124c Remove unused import
  • 92c39e6 remove unneeded comment
  • 2fb7e68 Merge branch 'dev' into users/t-luslev/add-play-webview
  • 67357da Improvements from bug bash comments (#56)
  • addc1b1 Merge pull request #57 from microsoft/users-t-famoun/sliderBar
  • 792fa33 removed title
  • c4d7e35 solved issues
  • c44da4a make method more descriptive
  • 67a17af solve tslint
  • af45daf removed dummy
  • cda9cf5 Update the way the play button works on the simulator
  • 0573c47 solved validity issues
  • 3c24c36 added some value checking
  • b70705d arranged styling
  • b476a9a arranging style
  • 9c09db4 Fix merge issue
  • bf808f2 Merge branch 'dev' into users/t-luslev/add-play-webview
  • d39d93b Add refresh button to webview
  • 07f2837 Add play button to webivew
  • b7fd676 Merge branch 'dev' into users/t-famoun/temperature_sensor
  • 42fbb4f Merge pull request #52 from microsoft/users/t-famoun/green-led
  • 9f860b3 addind slider component
  • 6e054ca Adding a debugging configuration (#53)
  • 19b34d2 Updating docs with installation and usage instructions (#50)
  • bdaf3cd Update privacy information regarding telemetry (#51)
  • 14d9a5f Add Performance telemetry for deployment to device (#47)
  • 204b942 modified svg to control the power(the green) LED
  • d03a2b2 Use last selected file for running and add errors (#48)
  • 7587497 Notification for first time closing webview (#46)
  • 586cfb3 Refactor Simulator code (#44)
  • 31cf194 Set language association and adhere to docstring convention for template file (#43)
  • af1d630 Telemetry for Errors and Dialog clicks (#40)
  • d66ff62 Rename command label (#41)
  • 49f0acf OSS release code updates (#35)
  • cbfa8f5 Add icons to the UI along with configuration options for the user (#39)
  • 62621ad Renaming setup.py to process_user_code.py (#38)
  • bceaca8 Telemetry for user input on buttons and switch (#37)
  • 4e72c8a Update the way we run tests to the new way (#36)
  • 0ae3d1b Add telemetry for extension commands (#33)
  • a0fc7e4 Error Notification when no device plugged in (#31)
  • 176ac60 New project notification (#32)
  • d67642c Merge pull request #34 from microsoft/garage/users/v-schm/UpdateCodeOwners
  • 404e7c8 Update Code Owners required for PR approval
  • 6d83eb0 Extract open simulator command (#30)
  • 902557f Add new command to deploy to the device (#27)
  • 2400dfc Adding a developer setup Readme (#29) [ #28294, #30137 ]
  • 48daf24 New command for starting a new project (#26)
  • 377bc3e Switch slider support (#25) [ #29091 ]
  • 6dde19f Add support for localization in extension (#24)
  • afdef2a Add PR template (#23)
  • a9b7cf2 Print er...
Read more

Pacifica-CI_34674

20 Aug 21:22
1a83967
Compare
Choose a tag to compare
Pacifica-CI_34674 Pre-release
Pre-release

dev Branch CI Release

Changes:

  • 1a83967 Preprocess sound file path to allow spaces on OSX (#125)
  • 442569c File dropdown on simulator (#127)
  • 0ae9c00 Make CPX svg responsive (#128)
  • f9c0623 Adding telemetry for the new features (#112)
  • 43091a9 Adding a setting for the user to pick the port and passing it to the python process (#123)
  • 48f9bb6 Use absolute path instead relative to fix permission issue (#126)
  • 11f37fa Improve UI (#119)
  • f98f117 Fix bug occuring when value exceed bounds in slider input (#114)
  • 0a7ff68 Make sure we don't run unsaved files and make sure filepicker works (#122)
  • cff1ce7 Remove show of channel on 'activate' (#124)
See more
  • e2860b6 Fix issue with tomorrow Night Blue Theme (#120)
  • 041c985 Serial communication from the CPX to the extension (#97)
  • a3a2c98 Add telemetry to run simulator commands (#110)
  • 5cc4658 Adding debugger communication (#113)
  • 3bceb79 Update how-to-use documentation (#115)
  • 4dae998 Fixing bug seeing which icon in the Simulator Control bar is Focused on when tabbing (#116)
  • a685755 add basic list methods to pixel class (#117)
  • 0102897 Save on run/deploy (#118)
  • 7dd6523 Solving bug with input and capacitive touch (#111)
  • c3af72b Move python constants into file (#104)
  • b84f886 Update privacy modal and content (#107)
  • e94e3c5 Change the gloabls for exec (#108)
  • 15e3af3 Redirecting user's print statements (#106)
  • 459d428 Activating Auto-Write (#105)
  • cef6850 add python requirements (#103)
  • be07d8d Add warning about running python code in the extension (#102)
  • a986e41 Rename 'New Project' to 'New File' (#101)
  • 29161e4 Adding toolbar content (#93)
  • df256bd Adding capacitive touch support to the simulator (#94)
  • 2628732 add missing await (#100)
  • 5faf64b Adding mock calls for missing API functionalities. (#95)
  • 8876f36 Adding support for the shake sensor (#91)
  • 0e9dd47 Make it so that we can use either python executable name (#96)
  • 90791d5 Update README.md
  • 3fee5cf added known pip dependencies
  • acf1d7d Adding API call for motion sensor (#89)
  • fe129ed Make buttons work with other themes (#90)
  • 9029711 Improve aria labels (#92)
  • da6b882 Fix accessibility bug from live demo
  • 678b14c Adding view for motion sensor (#70)
  • 28abe23 Make buttons work with keypresses (#86)
  • 9dd324a Adding a verification on the type of the file selected from file picker (#87)
  • 1f5cd80 Opening the simulator webview after the template file is opened (#85)
  • a2c7c0f Adding the toolbar with the icons (#84)
  • 3986566 Add "extensionDependencies" for vscode-python (#82) [ #77 ]
  • 6ffcc4c Correcting TypeScript link in ThirdPartyNotices.txt (#83)
  • 8f66bfe Make buttons usable with enter (#76)
  • 2168688 Adding SVGs for icons in the toolbar (#80)
  • fc51a3d Adding support for the light sensor. (#68)
  • 383e897 remove unneeded lines of code (#74)
  • ded76d2 Initial tests for API (#75)
  • 806ab9f Adding a scrollbar to contain the sensor (#69)
  • c4e3ab5 Add privacy modals to external links (#62)
  • 81b57ee Added notification when filename is wrong. (#63)
  • 28d0a68 Adding the API call for the temperature sensor. (#60)
  • 59ce0a9 Replace simpleaudio library with playsound library and update docs (#64)
  • 5993800 Updating documentation for installation to make sure people have Python in their path (#66)
  • 3597a55 Adding the complete temperature sensor view (#59)
  • 1b268ff Only send telemetry events if not disabled in settings.json (#55)
  • ecd436c Merge branch 'users/t-luslev/add-play-webview' into dev
  • 76bcaf5 Fix green LED and linting fixes (#58)
  • 25a3afa Add buttons to webview (#54)
  • 26c124c Remove unused import
  • 92c39e6 remove unneeded comment
  • 2fb7e68 Merge branch 'dev' into users/t-luslev/add-play-webview
  • 67357da Improvements from bug bash comments (#56)
  • addc1b1 Merge pull request #57 from microsoft/users-t-famoun/sliderBar
  • 792fa33 removed title
  • c4d7e35 solved issues
  • c44da4a make method more descriptive
  • 67a17af solve tslint
  • af45daf removed dummy
  • cda9cf5 Update the way the play button works on the simulator
  • 0573c47 solved validity issues
  • 3c24c36 added some value checking
  • b70705d arranged styling
  • b476a9a arranging style
  • 9c09db4 Fix merge issue
  • bf808f2 Merge branch 'dev' into users/t-luslev/add-play-webview
  • d39d93b Add refresh button to webview
  • 07f2837 Add play button to webivew
  • b7fd676 Merge branch 'dev' into users/t-famoun/temperature_sensor
  • 42fbb4f Merge pull request #52 from microsoft/users/t-famoun/green-led
  • 9f860b3 addind slider component
  • 6e054ca Adding a debugging configuration (#53)
  • 19b34d2 Updating docs with installation and usage instructions (#50)
  • bdaf3cd Update privacy information regarding telemetry (#51)
  • 14d9a5f Add Performance telemetry for deployment to device (#47)
  • 204b942 modified svg to control the power(the green) LED
  • d03a2b2 Use last selected file for running and add errors (#48)
  • 7587497 Notification for first time closing webview (#46)
  • 586cfb3 Refactor Simulator code (#44)
  • 31cf194 Set language association and adhere to docstring convention for template file (#43)
  • af1d630 Telemetry for Errors and Dialog clicks (#40)
  • d66ff62 Rename command label (#41)
  • 49f0acf OSS release code updates (#35)
  • cbfa8f5 Add icons to the UI along with configuration options for the user (#39)
  • 62621ad Renaming setup.py to process_user_code.py (#38)
  • bceaca8 Telemetry for user input on buttons and switch (#37)
  • 4e72c8a Update the way we run tests to the new way (#36)
  • 0ae3d1b Add telemetry for extension commands (#33)
  • a0fc7e4 Error Notification when no device plugged in (#31)
  • 176ac60 New project notification (#32)
  • d67642c Merge pull request #34 from microsoft/garage/users/v-schm/UpdateCodeOwners
  • 404e7c8 Update Code Owners required for PR approval
  • 6d83eb0 Extract open simulator command (#30)
  • 902557f Add new command to deploy to the device (#27)
  • 2400dfc Adding a developer setup Readme (#29) [ #28294, #30137 ]
  • 48daf24 New command for starting a new project (#26)
  • 377bc3e Switch slider support (#25) [ #29091 ]
  • 6dde19f Add support for localization in extension (#24)
  • afdef2a Add PR template (#23)
  • a9b7cf2 Print errors and information to the output panel (#22) [ #28668 ]
  • 6d5129b...
Read more

Pacifica-CI_34665

20 Aug 18:54
442569c
Compare
Choose a tag to compare
Pacifica-CI_34665 Pre-release
Pre-release

dev Branch CI Release

Changes:

  • 442569c File dropdown on simulator (#127)
  • 0ae9c00 Make CPX svg responsive (#128)
  • f9c0623 Adding telemetry for the new features (#112)
  • 43091a9 Adding a setting for the user to pick the port and passing it to the python process (#123)
  • 48f9bb6 Use absolute path instead relative to fix permission issue (#126)
  • 11f37fa Improve UI (#119)
  • f98f117 Fix bug occuring when value exceed bounds in slider input (#114)
  • 0a7ff68 Make sure we don't run unsaved files and make sure filepicker works (#122)
  • cff1ce7 Remove show of channel on 'activate' (#124)
  • e2860b6 Fix issue with tomorrow Night Blue Theme (#120)
See more
  • 041c985 Serial communication from the CPX to the extension (#97)
  • a3a2c98 Add telemetry to run simulator commands (#110)
  • 5cc4658 Adding debugger communication (#113)
  • 3bceb79 Update how-to-use documentation (#115)
  • 4dae998 Fixing bug seeing which icon in the Simulator Control bar is Focused on when tabbing (#116)
  • a685755 add basic list methods to pixel class (#117)
  • 0102897 Save on run/deploy (#118)
  • 7dd6523 Solving bug with input and capacitive touch (#111)
  • c3af72b Move python constants into file (#104)
  • b84f886 Update privacy modal and content (#107)
  • e94e3c5 Change the gloabls for exec (#108)
  • 15e3af3 Redirecting user's print statements (#106)
  • 459d428 Activating Auto-Write (#105)
  • cef6850 add python requirements (#103)
  • be07d8d Add warning about running python code in the extension (#102)
  • a986e41 Rename 'New Project' to 'New File' (#101)
  • 29161e4 Adding toolbar content (#93)
  • df256bd Adding capacitive touch support to the simulator (#94)
  • 2628732 add missing await (#100)
  • 5faf64b Adding mock calls for missing API functionalities. (#95)
  • 8876f36 Adding support for the shake sensor (#91)
  • 0e9dd47 Make it so that we can use either python executable name (#96)
  • 90791d5 Update README.md
  • 3fee5cf added known pip dependencies
  • acf1d7d Adding API call for motion sensor (#89)
  • fe129ed Make buttons work with other themes (#90)
  • 9029711 Improve aria labels (#92)
  • da6b882 Fix accessibility bug from live demo
  • 678b14c Adding view for motion sensor (#70)
  • 28abe23 Make buttons work with keypresses (#86)
  • 9dd324a Adding a verification on the type of the file selected from file picker (#87)
  • 1f5cd80 Opening the simulator webview after the template file is opened (#85)
  • a2c7c0f Adding the toolbar with the icons (#84)
  • 3986566 Add "extensionDependencies" for vscode-python (#82) [ #77 ]
  • 6ffcc4c Correcting TypeScript link in ThirdPartyNotices.txt (#83)
  • 8f66bfe Make buttons usable with enter (#76)
  • 2168688 Adding SVGs for icons in the toolbar (#80)
  • fc51a3d Adding support for the light sensor. (#68)
  • 383e897 remove unneeded lines of code (#74)
  • ded76d2 Initial tests for API (#75)
  • 806ab9f Adding a scrollbar to contain the sensor (#69)
  • c4e3ab5 Add privacy modals to external links (#62)
  • 81b57ee Added notification when filename is wrong. (#63)
  • 28d0a68 Adding the API call for the temperature sensor. (#60)
  • 59ce0a9 Replace simpleaudio library with playsound library and update docs (#64)
  • 5993800 Updating documentation for installation to make sure people have Python in their path (#66)
  • 3597a55 Adding the complete temperature sensor view (#59)
  • 1b268ff Only send telemetry events if not disabled in settings.json (#55)
  • ecd436c Merge branch 'users/t-luslev/add-play-webview' into dev
  • 76bcaf5 Fix green LED and linting fixes (#58)
  • 25a3afa Add buttons to webview (#54)
  • 26c124c Remove unused import
  • 92c39e6 remove unneeded comment
  • 2fb7e68 Merge branch 'dev' into users/t-luslev/add-play-webview
  • 67357da Improvements from bug bash comments (#56)
  • addc1b1 Merge pull request #57 from microsoft/users-t-famoun/sliderBar
  • 792fa33 removed title
  • c4d7e35 solved issues
  • c44da4a make method more descriptive
  • 67a17af solve tslint
  • af45daf removed dummy
  • cda9cf5 Update the way the play button works on the simulator
  • 0573c47 solved validity issues
  • 3c24c36 added some value checking
  • b70705d arranged styling
  • b476a9a arranging style
  • 9c09db4 Fix merge issue
  • bf808f2 Merge branch 'dev' into users/t-luslev/add-play-webview
  • d39d93b Add refresh button to webview
  • 07f2837 Add play button to webivew
  • b7fd676 Merge branch 'dev' into users/t-famoun/temperature_sensor
  • 42fbb4f Merge pull request #52 from microsoft/users/t-famoun/green-led
  • 9f860b3 addind slider component
  • 6e054ca Adding a debugging configuration (#53)
  • 19b34d2 Updating docs with installation and usage instructions (#50)
  • bdaf3cd Update privacy information regarding telemetry (#51)
  • 14d9a5f Add Performance telemetry for deployment to device (#47)
  • 204b942 modified svg to control the power(the green) LED
  • d03a2b2 Use last selected file for running and add errors (#48)
  • 7587497 Notification for first time closing webview (#46)
  • 586cfb3 Refactor Simulator code (#44)
  • 31cf194 Set language association and adhere to docstring convention for template file (#43)
  • af1d630 Telemetry for Errors and Dialog clicks (#40)
  • d66ff62 Rename command label (#41)
  • 49f0acf OSS release code updates (#35)
  • cbfa8f5 Add icons to the UI along with configuration options for the user (#39)
  • 62621ad Renaming setup.py to process_user_code.py (#38)
  • bceaca8 Telemetry for user input on buttons and switch (#37)
  • 4e72c8a Update the way we run tests to the new way (#36)
  • 0ae3d1b Add telemetry for extension commands (#33)
  • a0fc7e4 Error Notification when no device plugged in (#31)
  • 176ac60 New project notification (#32)
  • d67642c Merge pull request #34 from microsoft/garage/users/v-schm/UpdateCodeOwners
  • 404e7c8 Update Code Owners required for PR approval
  • 6d83eb0 Extract open simulator command (#30)
  • 902557f Add new command to deploy to the device (#27)
  • 2400dfc Adding a developer setup Readme (#29) [ #28294, #30137 ]
  • 48daf24 New command for starting a new project (#26)
  • 377bc3e Switch slider support (#25) [ #29091 ]
  • 6dde19f Add support for localization in extension (#24)
  • afdef2a Add PR template (#23)
  • a9b7cf2 Print errors and information to the output panel (#22) [ #28668 ]
  • 6d5129b Removing line jump
  • c11f021 Removing comment and usi...
Read more

Pacifica-CI_34653

20 Aug 17:50
0ae9c00
Compare
Choose a tag to compare
Pacifica-CI_34653 Pre-release
Pre-release

dev Branch CI Release

Changes:

  • 0ae9c00 Make CPX svg responsive (#128)
  • f9c0623 Adding telemetry for the new features (#112)
  • 43091a9 Adding a setting for the user to pick the port and passing it to the python process (#123)
  • 48f9bb6 Use absolute path instead relative to fix permission issue (#126)
  • 11f37fa Improve UI (#119)
  • f98f117 Fix bug occuring when value exceed bounds in slider input (#114)
  • 0a7ff68 Make sure we don't run unsaved files and make sure filepicker works (#122)
  • cff1ce7 Remove show of channel on 'activate' (#124)
  • e2860b6 Fix issue with tomorrow Night Blue Theme (#120)
  • 041c985 Serial communication from the CPX to the extension (#97)
See more
  • a3a2c98 Add telemetry to run simulator commands (#110)
  • 5cc4658 Adding debugger communication (#113)
  • 3bceb79 Update how-to-use documentation (#115)
  • 4dae998 Fixing bug seeing which icon in the Simulator Control bar is Focused on when tabbing (#116)
  • a685755 add basic list methods to pixel class (#117)
  • 0102897 Save on run/deploy (#118)
  • 7dd6523 Solving bug with input and capacitive touch (#111)
  • c3af72b Move python constants into file (#104)
  • b84f886 Update privacy modal and content (#107)
  • e94e3c5 Change the gloabls for exec (#108)
  • 15e3af3 Redirecting user's print statements (#106)
  • 459d428 Activating Auto-Write (#105)
  • cef6850 add python requirements (#103)
  • be07d8d Add warning about running python code in the extension (#102)
  • a986e41 Rename 'New Project' to 'New File' (#101)
  • 29161e4 Adding toolbar content (#93)
  • df256bd Adding capacitive touch support to the simulator (#94)
  • 2628732 add missing await (#100)
  • 5faf64b Adding mock calls for missing API functionalities. (#95)
  • 8876f36 Adding support for the shake sensor (#91)
  • 0e9dd47 Make it so that we can use either python executable name (#96)
  • 90791d5 Update README.md
  • 3fee5cf added known pip dependencies
  • acf1d7d Adding API call for motion sensor (#89)
  • fe129ed Make buttons work with other themes (#90)
  • 9029711 Improve aria labels (#92)
  • da6b882 Fix accessibility bug from live demo
  • 678b14c Adding view for motion sensor (#70)
  • 28abe23 Make buttons work with keypresses (#86)
  • 9dd324a Adding a verification on the type of the file selected from file picker (#87)
  • 1f5cd80 Opening the simulator webview after the template file is opened (#85)
  • a2c7c0f Adding the toolbar with the icons (#84)
  • 3986566 Add "extensionDependencies" for vscode-python (#82) [ #77 ]
  • 6ffcc4c Correcting TypeScript link in ThirdPartyNotices.txt (#83)
  • 8f66bfe Make buttons usable with enter (#76)
  • 2168688 Adding SVGs for icons in the toolbar (#80)
  • fc51a3d Adding support for the light sensor. (#68)
  • 383e897 remove unneeded lines of code (#74)
  • ded76d2 Initial tests for API (#75)
  • 806ab9f Adding a scrollbar to contain the sensor (#69)
  • c4e3ab5 Add privacy modals to external links (#62)
  • 81b57ee Added notification when filename is wrong. (#63)
  • 28d0a68 Adding the API call for the temperature sensor. (#60)
  • 59ce0a9 Replace simpleaudio library with playsound library and update docs (#64)
  • 5993800 Updating documentation for installation to make sure people have Python in their path (#66)
  • 3597a55 Adding the complete temperature sensor view (#59)
  • 1b268ff Only send telemetry events if not disabled in settings.json (#55)
  • ecd436c Merge branch 'users/t-luslev/add-play-webview' into dev
  • 76bcaf5 Fix green LED and linting fixes (#58)
  • 25a3afa Add buttons to webview (#54)
  • 26c124c Remove unused import
  • 92c39e6 remove unneeded comment
  • 2fb7e68 Merge branch 'dev' into users/t-luslev/add-play-webview
  • 67357da Improvements from bug bash comments (#56)
  • addc1b1 Merge pull request #57 from microsoft/users-t-famoun/sliderBar
  • 792fa33 removed title
  • c4d7e35 solved issues
  • c44da4a make method more descriptive
  • 67a17af solve tslint
  • af45daf removed dummy
  • cda9cf5 Update the way the play button works on the simulator
  • 0573c47 solved validity issues
  • 3c24c36 added some value checking
  • b70705d arranged styling
  • b476a9a arranging style
  • 9c09db4 Fix merge issue
  • bf808f2 Merge branch 'dev' into users/t-luslev/add-play-webview
  • d39d93b Add refresh button to webview
  • 07f2837 Add play button to webivew
  • b7fd676 Merge branch 'dev' into users/t-famoun/temperature_sensor
  • 42fbb4f Merge pull request #52 from microsoft/users/t-famoun/green-led
  • 9f860b3 addind slider component
  • 6e054ca Adding a debugging configuration (#53)
  • 19b34d2 Updating docs with installation and usage instructions (#50)
  • bdaf3cd Update privacy information regarding telemetry (#51)
  • 14d9a5f Add Performance telemetry for deployment to device (#47)
  • 204b942 modified svg to control the power(the green) LED
  • d03a2b2 Use last selected file for running and add errors (#48)
  • 7587497 Notification for first time closing webview (#46)
  • 586cfb3 Refactor Simulator code (#44)
  • 31cf194 Set language association and adhere to docstring convention for template file (#43)
  • af1d630 Telemetry for Errors and Dialog clicks (#40)
  • d66ff62 Rename command label (#41)
  • 49f0acf OSS release code updates (#35)
  • cbfa8f5 Add icons to the UI along with configuration options for the user (#39)
  • 62621ad Renaming setup.py to process_user_code.py (#38)
  • bceaca8 Telemetry for user input on buttons and switch (#37)
  • 4e72c8a Update the way we run tests to the new way (#36)
  • 0ae3d1b Add telemetry for extension commands (#33)
  • a0fc7e4 Error Notification when no device plugged in (#31)
  • 176ac60 New project notification (#32)
  • d67642c Merge pull request #34 from microsoft/garage/users/v-schm/UpdateCodeOwners
  • 404e7c8 Update Code Owners required for PR approval
  • 6d83eb0 Extract open simulator command (#30)
  • 902557f Add new command to deploy to the device (#27)
  • 2400dfc Adding a developer setup Readme (#29) [ #28294, #30137 ]
  • 48daf24 New command for starting a new project (#26)
  • 377bc3e Switch slider support (#25) [ #29091 ]
  • 6dde19f Add support for localization in extension (#24)
  • afdef2a Add PR template (#23)
  • a9b7cf2 Print errors and information to the output panel (#22) [ #28668 ]
  • 6d5129b Removing line jump
  • c11f021 Removing comment and using arrow function
  • 5e313ac Merging dev in o...
Read more

Pacifica-CI_34606

20 Aug 01:47
f9c0623
Compare
Choose a tag to compare
Pacifica-CI_34606 Pre-release
Pre-release

dev Branch CI Release

Changes:

  • f9c0623 Adding telemetry for the new features (#112)
  • 43091a9 Adding a setting for the user to pick the port and passing it to the python process (#123)
  • 48f9bb6 Use absolute path instead relative to fix permission issue (#126)
  • 11f37fa Improve UI (#119)
  • f98f117 Fix bug occuring when value exceed bounds in slider input (#114)
  • 0a7ff68 Make sure we don't run unsaved files and make sure filepicker works (#122)
  • cff1ce7 Remove show of channel on 'activate' (#124)
  • e2860b6 Fix issue with tomorrow Night Blue Theme (#120)
  • 041c985 Serial communication from the CPX to the extension (#97)
  • a3a2c98 Add telemetry to run simulator commands (#110)
See more
  • 5cc4658 Adding debugger communication (#113)
  • 3bceb79 Update how-to-use documentation (#115)
  • 4dae998 Fixing bug seeing which icon in the Simulator Control bar is Focused on when tabbing (#116)
  • a685755 add basic list methods to pixel class (#117)
  • 0102897 Save on run/deploy (#118)
  • 7dd6523 Solving bug with input and capacitive touch (#111)
  • c3af72b Move python constants into file (#104)
  • b84f886 Update privacy modal and content (#107)
  • e94e3c5 Change the gloabls for exec (#108)
  • 15e3af3 Redirecting user's print statements (#106)
  • 459d428 Activating Auto-Write (#105)
  • cef6850 add python requirements (#103)
  • be07d8d Add warning about running python code in the extension (#102)
  • a986e41 Rename 'New Project' to 'New File' (#101)
  • 29161e4 Adding toolbar content (#93)
  • df256bd Adding capacitive touch support to the simulator (#94)
  • 2628732 add missing await (#100)
  • 5faf64b Adding mock calls for missing API functionalities. (#95)
  • 8876f36 Adding support for the shake sensor (#91)
  • 0e9dd47 Make it so that we can use either python executable name (#96)
  • 90791d5 Update README.md
  • 3fee5cf added known pip dependencies
  • acf1d7d Adding API call for motion sensor (#89)
  • fe129ed Make buttons work with other themes (#90)
  • 9029711 Improve aria labels (#92)
  • da6b882 Fix accessibility bug from live demo
  • 678b14c Adding view for motion sensor (#70)
  • 28abe23 Make buttons work with keypresses (#86)
  • 9dd324a Adding a verification on the type of the file selected from file picker (#87)
  • 1f5cd80 Opening the simulator webview after the template file is opened (#85)
  • a2c7c0f Adding the toolbar with the icons (#84)
  • 3986566 Add "extensionDependencies" for vscode-python (#82) [ #77 ]
  • 6ffcc4c Correcting TypeScript link in ThirdPartyNotices.txt (#83)
  • 8f66bfe Make buttons usable with enter (#76)
  • 2168688 Adding SVGs for icons in the toolbar (#80)
  • fc51a3d Adding support for the light sensor. (#68)
  • 383e897 remove unneeded lines of code (#74)
  • ded76d2 Initial tests for API (#75)
  • 806ab9f Adding a scrollbar to contain the sensor (#69)
  • c4e3ab5 Add privacy modals to external links (#62)
  • 81b57ee Added notification when filename is wrong. (#63)
  • 28d0a68 Adding the API call for the temperature sensor. (#60)
  • 59ce0a9 Replace simpleaudio library with playsound library and update docs (#64)
  • 5993800 Updating documentation for installation to make sure people have Python in their path (#66)
  • 3597a55 Adding the complete temperature sensor view (#59)
  • 1b268ff Only send telemetry events if not disabled in settings.json (#55)
  • ecd436c Merge branch 'users/t-luslev/add-play-webview' into dev
  • 76bcaf5 Fix green LED and linting fixes (#58)
  • 25a3afa Add buttons to webview (#54)
  • 26c124c Remove unused import
  • 92c39e6 remove unneeded comment
  • 2fb7e68 Merge branch 'dev' into users/t-luslev/add-play-webview
  • 67357da Improvements from bug bash comments (#56)
  • addc1b1 Merge pull request #57 from microsoft/users-t-famoun/sliderBar
  • 792fa33 removed title
  • c4d7e35 solved issues
  • c44da4a make method more descriptive
  • 67a17af solve tslint
  • af45daf removed dummy
  • cda9cf5 Update the way the play button works on the simulator
  • 0573c47 solved validity issues
  • 3c24c36 added some value checking
  • b70705d arranged styling
  • b476a9a arranging style
  • 9c09db4 Fix merge issue
  • bf808f2 Merge branch 'dev' into users/t-luslev/add-play-webview
  • d39d93b Add refresh button to webview
  • 07f2837 Add play button to webivew
  • b7fd676 Merge branch 'dev' into users/t-famoun/temperature_sensor
  • 42fbb4f Merge pull request #52 from microsoft/users/t-famoun/green-led
  • 9f860b3 addind slider component
  • 6e054ca Adding a debugging configuration (#53)
  • 19b34d2 Updating docs with installation and usage instructions (#50)
  • bdaf3cd Update privacy information regarding telemetry (#51)
  • 14d9a5f Add Performance telemetry for deployment to device (#47)
  • 204b942 modified svg to control the power(the green) LED
  • d03a2b2 Use last selected file for running and add errors (#48)
  • 7587497 Notification for first time closing webview (#46)
  • 586cfb3 Refactor Simulator code (#44)
  • 31cf194 Set language association and adhere to docstring convention for template file (#43)
  • af1d630 Telemetry for Errors and Dialog clicks (#40)
  • d66ff62 Rename command label (#41)
  • 49f0acf OSS release code updates (#35)
  • cbfa8f5 Add icons to the UI along with configuration options for the user (#39)
  • 62621ad Renaming setup.py to process_user_code.py (#38)
  • bceaca8 Telemetry for user input on buttons and switch (#37)
  • 4e72c8a Update the way we run tests to the new way (#36)
  • 0ae3d1b Add telemetry for extension commands (#33)
  • a0fc7e4 Error Notification when no device plugged in (#31)
  • 176ac60 New project notification (#32)
  • d67642c Merge pull request #34 from microsoft/garage/users/v-schm/UpdateCodeOwners
  • 404e7c8 Update Code Owners required for PR approval
  • 6d83eb0 Extract open simulator command (#30)
  • 902557f Add new command to deploy to the device (#27)
  • 2400dfc Adding a developer setup Readme (#29) [ #28294, #30137 ]
  • 48daf24 New command for starting a new project (#26)
  • 377bc3e Switch slider support (#25) [ #29091 ]
  • 6dde19f Add support for localization in extension (#24)
  • afdef2a Add PR template (#23)
  • a9b7cf2 Print errors and information to the output panel (#22) [ #28668 ]
  • 6d5129b Removing line jump
  • c11f021 Removing comment and using arrow function
  • 5e313ac Merging dev in output branch
  • a937a4d Commenting out the...
Read more