Skip to content

Commit

Permalink
update to v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengyangliu committed May 1, 2022
1 parent 743e124 commit 4c12a2a
Show file tree
Hide file tree
Showing 4 changed files with 383 additions and 571 deletions.
21 changes: 21 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## v2.3.1

- **New feature**

1. The user can use the enter key to send in the serialport console.
2. Increase default upload speed for esp32/8266 to increase upload speed.
3. Delete the blocks in the sensor directory that are not commonly used in esp32.
4. Added support for Ctrl + A/B/C/D shortcut keys in the serial terminal to better interact with the micrpython repl interface.
5. Remove the arduino mini board that is not used frequently.
6. Modify arduino nano download parameters to use old bootloader and add missing A6 A7 pins.
7. Widen upload window.
8. Block the esp32/8266 pins which are used by internal flash.
9. Add input-pulldown mode of esp32 pin mode.

- **Fix bug**

1. The license file is not packaged in the installation package.
2. Fixed the problem that the outer frame and the main body of the microbit terminal block were the same color.
3. Fix the problem that some int type input can be set to decimal.
4. Microbit show piexl at xx with brightness xx block's brightness menu don't take effect.

## v2.3.0

- **New feature**
Expand Down
2 changes: 1 addition & 1 deletion electron-builder.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
directories:
buildResources: buildResources
output: dist
extraFiles: ['LICENSE', 'LICENSE.OFL', 'LICENSE.ScratchFoundation', 'TRADEMARK', "tools", "external-resources", 'firmwares', "drivers"]
extraFiles: ['LICENSE', 'LICENSE.ScratchFoundation', 'TRADEMARK', "tools", "external-resources", 'firmwares', "drivers"]

appId: openblock.cc.openblock-desktop
productName: "OpenBlock Desktop"
Expand Down

0 comments on commit 4c12a2a

Please sign in to comment.