From a864d71cf945e189277ec9be2b1040fffaff3312 Mon Sep 17 00:00:00 2001 From: William Vinnicombe Date: Thu, 8 Aug 2024 18:25:02 +0100 Subject: [PATCH] Beta release 0.15.0 Signed-off-by: William Vinnicombe --- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 209aac0..51a7c9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index d273101..9b77f99 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index cc6700f..4073081 100644 --- a/package.json +++ b/package.json @@ -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",