Skip to content

OpenBlock Desktop v2.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jun 14:40

Change Log (en)

  • New feature

    1. Added support for Russian language.
    2. Add support for unload sratch extennsion.
    3. When the window width cannot fit the menu bar content, an abbreviated version of the menu is displayed.
    4. Adjust the framework of external resources and support the injection of resources from non-installation departments.
    5. Add support for copying and pasting blocks.
    6. Add support for custom matrix block height and width.
    7. Added support for aborting the Arduino upload process.
    8. Upgrade google analytics to GA4.
  • Fix bug

    1. After unchecking show all devices, non-compliant devices still appear in the connection list.
    2. After uploading is completed, click the upload information to automatically jump to the bottom of the content.
    3. Corrected the text description of the Arduino serial port reading block.
    4. Corrected the code generation structure of the microbit event block to prevent function crash caused by repeated reentry when using a perpetual loop in the event block.
    5. The Arduino program will be stuck for a short while before uploading
    6. esp32 arduino setPinMode building block pin menu only shows output pins.
    7. In the library interface, if a item title is too long, it will not be fully displayed.
    8. mega2560 real-time mode reading analog pin error.

更改日志 (zh-cn)

  • 新功能

    1. 增加对俄语的支持。
    2. 增加去加载 scratch 原版 extennsion 的支持。
    3. 当窗口宽度无法容纳菜单栏内容时,显示菜单的缩写版本。
    4. 调整外部资源框架,支持非软件安装目录的资源注入。
    5. 增加对复制粘贴块的支持。
    6. 增加对自定义矩阵块高度和宽度的支持。
    7. 增加对中止 Arduino 上传过程的支持。
    8. 将 google analytics 升级到 GA4。
  • 修复 bug

    1. 取消勾选显示所有设备后,不合规的设备仍会出现在连接列表中。
    2. 上传完成后,点击上传信息自动跳转到内容底部。
    3. 修正了 Arduino 串口读取积木块的文字描述。
    4. 修正microbit事件积木块的代码生成结构,防止在事件积木块中使用永续循环时,因反复重入导致函数崩溃。
    5. Arduino程序在上传前会卡住一小会儿
    6. esp32 arduino setPinMode积木引脚菜单只显示输出引脚。
    7. 在库界面,如果某项标题过长,将无法完全显示。
    8. mega2560实时模式读取模拟引脚错误。