Skip to content

Commit 9c51e1c

Browse files
committed
v3.1.2
1 parent 55af0b6 commit 9c51e1c

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ All notable changes to the "pico-w-go" extension will be documented in this file
99

1010
---
1111

12+
## [3.1.2] - 2023-06-22
13+
14+
# Added
15+
- `picowgo.pyIgnore` now supports syncFolder specific rules
16+
17+
# Changed
18+
- Fixed #111, Relative paths in `picowgo.pyIgnore` don't work
19+
- Fixed #113, Unnecessary re-uploading of unchanged files during upload-project
20+
- Upgraded pyboard-serial-com to v1.5.2
21+
1222
## [3.1.1] - 2023-06-21
1323

1424
# Changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pico-w-go",
33
"displayName": "Pico-W-Go",
44
"description": "Auto-completion, remote workspace and a REPL console integration for the Raspberry Pi Pico (W) with MicroPython firmware.",
5-
"version": "3.1.1",
5+
"version": "3.1.2",
66
"publisher": "paulober",
77
"license": "MPL-2.0",
88
"homepage": "https://github.com/paulober/Pico-W-Go/blob/main/README.md",

0 commit comments

Comments
 (0)