Skip to content

Commit 2b4326b

Browse files
committed
Beta release 0.17.3
Signed-off-by: William Vinnicombe <[email protected]>
1 parent 2e39516 commit 2b4326b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

99
- Release 1
1010

11+
## [0.17.3] - 2025-01-23
12+
13+
### Added
14+
- Create empty compile_commands.json, to prevent the intellisense warning when creating a new project
15+
- Added support for looking into PICO_BOARD_HEADER_DIRS when switching board (#123)
16+
- Added progress bar when downloading examples
17+
- Added note about what Features do on the project creation page (#151)
18+
19+
### Fixed
20+
- Fixed Risc-V selection for Pico 2 W
21+
- Initialise submodules when they're missing from existing SDK download (eg a failed download)
22+
- Removed environment dependence from pico_project.py, now passing everything as arguments (#128)
23+
- Fixed run from RAM option
24+
- Fixed bug where project creation pages always start with a blip of light mode before switching to dark
25+
- Improve python path handling with invalid or unsupported python versions (#155, #156)
26+
1127
## [0.17.2] - 2024-11-25
1228

1329
### 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.17.2",
5+
"version": "0.17.3",
66
"author": "paulober",
77
"publisher": "raspberry-pi",
88
"icon": "./images/extension-icon.png",

0 commit comments

Comments
 (0)