Skip to content

Commit

Permalink
Merge pull request #231 from paulober/develop
Browse files Browse the repository at this point in the history
Patch v3.8.0
  • Loading branch information
paulober authored Jun 22, 2024
2 parents 8562d88 + da00c07 commit 1d44cd3
Show file tree
Hide file tree
Showing 10 changed files with 481 additions and 264 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup Node v18.18.x
- name: Setup Node v20.9.x
uses: actions/setup-node@v4
with:
node-version: "18.18.x"
node-version: "20.9.x"
registry-url: "https://npm.pkg.github.com"
scope: "@paulober"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup Node v18.18.x
- name: Setup Node v20.9.x
uses: actions/setup-node@v4
with:
node-version: '18.18.x'
node-version: '20.9.x'
registry-url: "https://npm.pkg.github.com"
scope: "@paulober"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@ All notable changes to the "MicroPico" extension will be documented in this file

---

## [3.8.0] - 2024-06-22

### Added
- Stubs auto-install feature to install selected stubs for a first opened project if not present

### Changed
- Upgraded to `pyboard-serial-com` `v3.1.0`,
- Updated dependencies
- Fixed #230, Update included stubs to v1.23.0 stable
- Fixed #226, Pylance doesn't work after reopening
- Fixed #227, Switch stubs error (Thanks to @wtakuo for #228)
- Fixed #220, List remote fs contents and download project operations ignoring entries with spaces
- Min VS Code version is now `v1.90.2`
- Updated stubs to MicroPython v1.23.0 stable (Thanks to @Josverl [`micropython-rp2-rpi_pico_w-stubs`](https://github.com/Josverl/micropython-stubs))

## [3.7.8] - 2024-06-01

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

**MicroPico** is a Visual Studio Code extension designed to simplify and accelerate the development of MicroPython projects for the Raspberry Pi Pico and Pico W boards. This tool streamlines the coding process, providing code highlighting, auto-completion, code snippets, and project management features, all tailored for the seamless development experience with MicroPython on Raspberry Pi Pico and Pico W microcontrollers.

> __Included auto-completion based on Raspberry Pi Pico W MicroPython firmware: [RPI_PICO_W-20240105-v1.22.1.uf2](https://micropython.org/resources/firmware/RPI_PICO_W-20240105-v1.22.1.uf2) from the [micropython-stubs project](https://github.com/Josverl/micropython-stubs)__
> __Included auto-completion based on Raspberry Pi Pico W MicroPython firmware: [RPI_PICO_W-20240602-v1.23.0.uf2](https://micropython.org/resources/firmware/RPI_PICO_W-20240602-v1.23.0.uf2) from the [micropython-stubs project](https://github.com/Josverl/micropython-stubs)__
Works with:
| Platform | x64 | arm64 | armhf |
Expand Down
Loading

0 comments on commit 1d44cd3

Please sign in to comment.