Skip to content

Commit f4a0c3b

Browse files
committed
Beta release 0.16.1
Signed-off-by: William Vinnicombe <[email protected]>
1 parent f725afd commit f4a0c3b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

99
- Release 1
1010

11+
## [0.16.1] - 2024-09-13
12+
13+
### Added
14+
- getPicotoolPath command to download picotool and return the path
15+
16+
### Fixed
17+
- Python, Ninja and CMake mode selector
18+
- f-string expression contained a backslash, preventing project creation on Linux (#82)
19+
- Downloads on Raspberry Pi 4 - two download backends now available: Got on Linux Arm64, and Undici on other platforms
20+
1121
## [0.16.0] - 2024-09-11
1222

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

0 commit comments

Comments
 (0)