Skip to content

Commit b91d26a

Browse files
committed
Beta 13 (RC 1)
Signed-off-by: William Vinnicombe <[email protected]>
1 parent 0f4ff62 commit b91d26a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

99
- Release 1
1010

11+
## [0.13.0] - 2024-04-22
12+
13+
### Added
14+
15+
- Generate compile_commands.json, for better intellisense (@will-v-pi)
16+
- Support for compiling with the cmake-tools extension (@will-v-pi)
17+
18+
### Changed
19+
20+
- Fix compilation on Windows, when Git Bash used as default shell (@paulober)
21+
- Now uses downloaded GDB on MacOS by default (@will-v-pi)
22+
- Fix some examples generation bugs (@will-v-pi)
23+
- Fix high contrast theming (@paulober)
24+
- Fix ninja download on Linux (@will-v-pi)
25+
1126
## [0.12.2] - 2024-03-27
1227

1328
### Added

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

0 commit comments

Comments
 (0)