Skip to content

[pull] master from microsoft:master - #334

Open
pull[bot] wants to merge 1373 commits into
digitalpiloten:masterfrom
microsoft:master
Open

[pull] master from microsoft:master#334
pull[bot] wants to merge 1373 commits into
digitalpiloten:masterfrom
microsoft:master

Conversation

@pull

@pull pull Bot commented Feb 12, 2021

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull Bot added the ⤵️ pull label Feb 12, 2021
@pull
pull Bot marked this pull request as ready for review June 21, 2021 18:34
thsparks and others added 28 commits June 24, 2025 18:40
This includes the AI Error Explainer Experiment (added by microsoft/pxt#10692) inside micro:bit's list of active experiments. The flag has no effect if the feature is already enabled for the user's geo.
* Bumping pxt-core to 11.4.34

* Fix common-packages
* distortion

* set clipping threshold per gain

* adjust the min and max recording times for recording to get it closer to hardware

* connect volume

* bump pxt

---------

Co-authored-by: Richard Knoll <riknoll@microsoft.com>
* do not set the volume and turn on the speaker explicitly in the extension, let the board handle it

* add volume to play soundexpression

* hook audio recording playback into volume controls from music blocks

* logic for degrading audio recording quality baseline

* adjust values for gains

* revert mic gain changes in favor of new work

* revert volume changes to audio recording in favor of new logic

* make no changes in record-audio

* bump pxt core to 11.4.37
Make default fully opaque so it never partially overlays the rest of the app, which is what made it look bad on other themes, then allow for overrides of non-loading dimmer and just override back to light-blue on micro:bit.
* add ability to stop continuous servo movement in sim

* typo
* fix blockly overrides

* typo
Previously, we used a white background for the sim LEDs in high contrast mode, I suspect so that it contrasted with the unlit LEDs as well as the lit ones. But it looks a little like a bug...instead of doing it that way, we can use the normal red-on-black appearance (with slightly brighter red) and outline the unlit LEDs with white.
Feature is still available as an experiment.
Co-authored-by: Galen Nickel <gnickel@aquent.com>
* Add error helper ai faq

* Generic FAQ page

* Wording adjustments

* Few edits

Remove Deep prompt reference and prompt as there is none.

---------

Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
riknoll and others added 30 commits July 9, 2026 10:46
* Initial plan

* Remove AI Error Explainer from Experiments gallery

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* add some missing pages for new blocks

* fix path name

* revert bluetooth shims, ugh
* Add Hex file download tool information

Added section about Hex file download tool for WebUSB.

* Rephrase instructions for using Hex Download Tool

* Clarify hex file download tool usage with WebUSB

* Fix buildpush CI failure: update Node.js to 22.x for npm@latest compatibility

---------

Co-authored-by: Galen Nickel <gnickel@aquent.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Releasing the fix for the missing import file button in the extensions dialog
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
Releasing three changes:
* fix for offline app docs serving
* exposing screen reader mode to iframe api
* fixing the position of the color dropdown for the color number picker
* Release offline app v9.0.5

* Update targetconfig.json
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
Bumps the github-actions group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/github-script](https://github.com/actions/github-script) | `7.1.0` | `9.0.0` |
| [actions/checkout](https://github.com/actions/checkout) | `2.8.0` | `7.0.1` |
| [actions/setup-node](https://github.com/actions/setup-node) | `1.4.6` | `7.0.0` |
| [actions/cache](https://github.com/actions/cache) | `1.2.1` | `6.1.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `2.3.1` | `7.0.1` |


Updates `actions/github-script` from 7.1.0 to 9.0.0
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@f28e40c...3a2844b)

Updates `actions/checkout` from 2.8.0 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.8.0...3d3c42e)

Updates `actions/setup-node` from 1.4.6 to 7.0.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@f1f314f...8207627)

Updates `actions/cache` from 1.2.1 to 6.1.0
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@f5ce414...55cc834)

Updates `actions/upload-artifact` from 2.3.1 to 7.0.1
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@82c141c...043fb46)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-node
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/cache
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
* Releasing v9.0.10 to live

* Releasing v9.0.11

* Releasing v9.0.12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.