From b91d26a92aa2edf584ea1a0ebdff88e07738b28b Mon Sep 17 00:00:00 2001 From: William Vinnicombe Date: Mon, 22 Apr 2024 13:38:52 +0100 Subject: [PATCH] Beta 13 (RC 1) Signed-off-by: William Vinnicombe --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 151f910..50ba134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,21 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how - Release 1 +## [0.13.0] - 2024-04-22 + +### Added + +- Generate compile_commands.json, for better intellisense (@will-v-pi) +- Support for compiling with the cmake-tools extension (@will-v-pi) + +### Changed + +- Fix compilation on Windows, when Git Bash used as default shell (@paulober) +- Now uses downloaded GDB on MacOS by default (@will-v-pi) +- Fix some examples generation bugs (@will-v-pi) +- Fix high contrast theming (@paulober) +- Fix ninja download on Linux (@will-v-pi) + ## [0.12.2] - 2024-03-27 ### Added diff --git a/package.json b/package.json index 86dde6b..46e25ec 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.12.2", + "version": "0.13.0", "author": "paulober", "publisher": "raspberry-pi", "icon": "./images/extension-icon.png",