Skip to content

Commit a864d71

Browse files
committed
Beta release 0.15.0
Signed-off-by: William Vinnicombe <[email protected]>
1 parent 9600444 commit a864d71

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

99
- Release 1
1010

11+
## [0.15.0] - 2024-08-08
12+
13+
### Added
14+
- RP2350 support, with SDK 2.0.0
15+
- Picotool now included
16+
- Run button, which uses picotool to flash the device over USB
17+
18+
### Fixed
19+
- Fix missing quotes around gitExecutable (#25)
20+
21+
### Changed
22+
- If GitHub API rate limit is reached, now downloads a cached response from GitHub pages
23+
- Checks for non-empty target directories, to make retrying installations simpler
24+
1125
## [0.14.0] - 2024-06-28
1226

1327
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
This is the official Visual Studio Code extension for Raspberry Pi Pico development. It provides a set of tools to help you get started with development for the Pico boards using Visual Studio Code and the official [Pico SDK](https://github.com/raspberrypi/pico-sdk).
66

7-
This extension is documented in section 7.2 of the [Getting started with Raspberry Pi Pico](https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf) PDF
7+
This extension is documented in the [Getting started with Raspberry Pi Pico](https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf) PDF
88

99
[Download latest Beta RC 📀](https://github.com/raspberrypi/pico-vscode/releases)
1010

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

0 commit comments

Comments
 (0)