Skip to content

Commit 1d44cd3

Browse files
authored
Merge pull request #231 from paulober/develop
Patch v3.8.0
2 parents 8562d88 + da00c07 commit 1d44cd3

File tree

10 files changed

+481
-264
lines changed

10 files changed

+481
-264
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929

30-
- name: Setup Node v18.18.x
30+
- name: Setup Node v20.9.x
3131
uses: actions/setup-node@v4
3232
with:
33-
node-version: "18.18.x"
33+
node-version: "20.9.x"
3434
registry-url: "https://npm.pkg.github.com"
3535
scope: "@paulober"
3636
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- name: Setup Node v18.18.x
20+
- name: Setup Node v20.9.x
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: '18.18.x'
23+
node-version: '20.9.x'
2424
registry-url: "https://npm.pkg.github.com"
2525
scope: "@paulober"
2626
token: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@ All notable changes to the "MicroPico" extension will be documented in this file
1010

1111
---
1212

13+
## [3.8.0] - 2024-06-22
14+
15+
### Added
16+
- Stubs auto-install feature to install selected stubs for a first opened project if not present
17+
18+
### Changed
19+
- Upgraded to `pyboard-serial-com` `v3.1.0`,
20+
- Updated dependencies
21+
- Fixed #230, Update included stubs to v1.23.0 stable
22+
- Fixed #226, Pylance doesn't work after reopening
23+
- Fixed #227, Switch stubs error (Thanks to @wtakuo for #228)
24+
- Fixed #220, List remote fs contents and download project operations ignoring entries with spaces
25+
- Min VS Code version is now `v1.90.2`
26+
- Updated stubs to MicroPython v1.23.0 stable (Thanks to @Josverl [`micropython-rp2-rpi_pico_w-stubs`](https://github.com/Josverl/micropython-stubs))
27+
1328
## [3.7.8] - 2024-06-01
1429

1530
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**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.
66

7-
> __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)__
7+
> __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)__
88
99
Works with:
1010
| Platform | x64 | arm64 | armhf |

0 commit comments

Comments
 (0)