Skip to content

Commit

Permalink
Beta release 0.17.3
Browse files Browse the repository at this point in the history
Signed-off-by: William Vinnicombe <[email protected]>
  • Loading branch information
will-v-pi committed Jan 23, 2025
1 parent 2e39516 commit 2b4326b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

- Release 1

## [0.17.3] - 2025-01-23

### Added
- Create empty compile_commands.json, to prevent the intellisense warning when creating a new project
- Added support for looking into PICO_BOARD_HEADER_DIRS when switching board (#123)
- Added progress bar when downloading examples
- Added note about what Features do on the project creation page (#151)

### Fixed
- Fixed Risc-V selection for Pico 2 W
- Initialise submodules when they're missing from existing SDK download (eg a failed download)
- Removed environment dependence from pico_project.py, now passing everything as arguments (#128)
- Fixed run from RAM option
- Fixed bug where project creation pages always start with a blip of light mode before switching to dark
- Improve python path handling with invalid or unsupported python versions (#155, #156)

## [0.17.2] - 2024-11-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "raspberry-pi-pico",
"displayName": "Raspberry Pi Pico",
"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)",
"version": "0.17.2",
"version": "0.17.3",
"author": "paulober",
"publisher": "raspberry-pi",
"icon": "./images/extension-icon.png",
Expand Down

0 comments on commit 2b4326b

Please sign in to comment.