Skip to content

Commit e90fc5a

Browse files
committed
Beta release 0.17.0
Signed-off-by: William Vinnicombe <[email protected]>
1 parent b182924 commit e90fc5a

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,26 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
88

99
- Release 1
1010

11+
## [0.17.0] - 2024-10-31
12+
13+
### Added
14+
- Add useCmakeTools advanced option when creating projects, to switch the extension to use the CMake Tools integration (#46, #91)
15+
- Detailed download progress (#92)
16+
- Check git version is >2.28 before using system Git (#93)
17+
- Machine scoped python handling, rather than per-project (#94)
18+
- CMake Clean command
19+
- Add PICO_BOARD line to imported projects if it's not already present to enable board switching (#46, #113, #115)
20+
21+
### Changed
22+
- Pico SDK version selector is now an advanced option for examples, as they are only guaranteed to work with the latest SDK (#97)
23+
24+
### Fixed
25+
- Use Got download backend for x86_64 Linux too, due to occasional bugs with Undici (#86)
26+
- Update to pico-sdk-tools v2.0.0-5 to statically link binaries (#90)
27+
- CMake Configure wasn't being awaited (#98)
28+
- Fix CMake Do Not Edit header grammar (#103)
29+
- Fix cmake-kits.json file when switching boards (#107)
30+
1131
## [0.16.2] - 2024-09-17
1232

1333
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "raspberry-pi-pico",
33
"displayName": "Raspberry Pi Pico",
44
"description": "The official VS Code extension for Raspberry Pi Pico development. It includes several features to simplify project creation and deployment. (Single folder workspaces only)",
5-
"version": "0.16.2",
5+
"version": "0.17.0",
66
"author": "paulober",
77
"publisher": "raspberry-pi",
88
"icon": "./images/extension-icon.png",

0 commit comments

Comments
 (0)