Skip to content

Commit 783fabf

Browse files
committed
bump change log
1 parent 8e8660d commit 783fabf

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 3.0.0 - 2025-05-28
4+
5+
- Add support to use the extension as web extension. Currently supporting only connection through USB!
6+
37
## 2.1.0 - 2025-05-25
48

59
- Add USB connection support for HubOS3

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ from file_name import *
3232

3333
is supported. Files not found are skipped (in the hope they exist on the hub). Nevertheless an error will inform you.
3434

35+
> [!NOTE]
36+
> This is not supported for web extension usage.
37+
3538
### Custom Preprocessor
3639

3740
The plugin has a settings where you can specify an external program/script that should be executed before uploading the program
@@ -40,6 +43,9 @@ to the hub. This will receive the contents of the file as stdin. It should outpu
4043
> [!NOTE]
4144
> This will be executed AFTER the builtin preprocessor for combining the files and right before compiling and uploading the program to the hub!
4245
46+
> [!NOTE]
47+
> This is not supported for web extension usage.
48+
4349
### Compilation
4450

4551
The extension supports compiling Python files to binary (MPY) before uploading. This is controlled by a setting:

0 commit comments

Comments
 (0)