Skip to content

Commit 71d7bd4

Browse files
committed
Beta 14 (RC 1)
Signed-off-by: William Vinnicombe <[email protected]>
1 parent c6b0d72 commit 71d7bd4

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

99
- Release 1
1010

11+
## [0.14.0] - 2024-06-28
12+
13+
### Fixed
14+
- Fix NewProjectPanel persistent state (#2)
15+
- Make c_cpp_properties platform independent (#1)
16+
- Improve behaviour when switching SDKs (@paulober)
17+
- Throw error when debugging if compilation failed (#19)
18+
- Use gdb-multiarch on x86_64 linux (#16)
19+
- Fix git download on first use of extension
20+
21+
### Changed
22+
- Use GitHub API for downloads, if a GitHub PAT has been setup (#18)
23+
- Use Ninja version 1.12.1 as it now has aarch64 binaries for linux
24+
- Add default API responses when rate limit is hit
25+
- Add extension pack to download the recommended extensions by default
26+
1127
## [0.13.1] - 2024-05-08
1228

1329
### Fixed

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

0 commit comments

Comments
 (0)