Skip to content

Commit

Permalink
Beta release 0.15.0
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 Aug 8, 2024
1 parent 9600444 commit a864d71
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

- Release 1

## [0.15.0] - 2024-08-08

### Added
- RP2350 support, with SDK 2.0.0
- Picotool now included
- Run button, which uses picotool to flash the device over USB

### Fixed
- Fix missing quotes around gitExecutable (#25)

### Changed
- If GitHub API rate limit is reached, now downloads a cached response from GitHub pages
- Checks for non-empty target directories, to make retrying installations simpler

## [0.14.0] - 2024-06-28

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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).

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
This extension is documented in the [Getting started with Raspberry Pi Pico](https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf) PDF

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

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.14.0",
"version": "0.15.0",
"author": "paulober",
"publisher": "raspberry-pi",
"icon": "./images/extension-icon.png",
Expand Down

0 comments on commit a864d71

Please sign in to comment.