Skip to content

Commit b122586

Browse files
committed
Beta release 0.16.0
Signed-off-by: William Vinnicombe <[email protected]>
1 parent 2ceb0c3 commit b122586

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

CHANGELOG.md

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

99
- Release 1
1010

11+
## [0.16.0] - 2024-09-11
12+
13+
### Added
14+
- Gitignore file to generated projects (#56)
15+
- More examples (#61, #80)
16+
- New RISC-V toolchains and a picotool selection
17+
- New Project shortcut in empty explorer panel
18+
- Debug build of the extension with extra logging
19+
- Keyboard support for examples selection
20+
- Restore Webview functionality for "Import" and "From Example" wizards
21+
- ARM Toolchain 13.3 to the list of supported toolchains
22+
- `Flash (SWD)` command for flashing over SWD
23+
- Support for entry point file name defaulting to `main.c` (#60)
24+
- UART feature for the new project wizard
25+
- An uninstaller for SDKs and tools installed by the extension
26+
27+
### Changed
28+
- Updated README.md with new instructions and presentation (#43, #40)
29+
- Updated dependencies
30+
- Improved downloading of SDKs and tools
31+
- Switch board command now includes a selector for RISC-V
32+
- Use extension dependencies rather than extension pack (#59)
33+
- Fix launch target path contains backslashes (#67)
34+
- Fix launch.json synatx
35+
- Fix minor webview presentation issues like loading of default project location or missing borders
36+
- Better logging
37+
- GitHub expired or invalid PAT handling and user feedback
38+
- Improved labeling of action artifacts
39+
- Fix python selection
40+
- Fix SDK selector gets disabled if an example is selected (#71)
41+
- Fix multiple issues where the webview would crash
42+
- Fix webview disposing before setting html which would crash the editor panel without proper error handling
43+
- Upgrade downloaded portable git on Windows x64 to 2.46.0
44+
- Fix webview bugs related to the different layout for the "Import" and "From Example" wizard (#80)
45+
- New style for the RISC-V selector in the new project wizard
46+
- Fix option disablement in the new project from example wizard
47+
- Fix a Git cloning issue on Windows (#73 thanks to @pxysource in #74)
48+
- Conditional import of the pico-vscode.cmake script (thanks to @Mr-Bossman in #65)
49+
- Fix missing OpenOCD adapter on Raspberry Pi OS and other Linux distributions (#62)
50+
- Update to pico-sdk-tools v2.0.0-3
51+
- Fix import webview null-pointer exceptions
52+
- Fixed some minor issues in the Github workflows
53+
- Fix project name validation for non example based projects
54+
- Disabled saving of the last project location for project imports
55+
56+
### Removed
57+
- Legacy code
58+
- Legacy compiler check
59+
- Add examples code-gen option from the new project wizard
60+
1161
## [0.15.2] - 2024-08-23
1262

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

0 commit comments

Comments
 (0)