Skip to content

OpenBlock Desktop v2.4.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Dec 03:40

Change Log (en)

  • New feature

    1. Designate independent cache paths for different Arduino boards to speed up compilation.
    2. Add the upload abort function to abort the upload operation during the upload process.
    3. When the device is being connected, if the serial port is occupied, it will display the connection failure and prompt that the serial port is occupied.
    4. A 3-second timer is added to automatically close the upload window when the upload is successful or aborted. The user can click any blank space or press ESC before the timer expires to stop the timer to check the log in the upload window.
    5. Adjust the default size after the interface is opened, so that the extension interface can fully display 5 lines of content.
  • Fix bug

    1. After installing for the first time or clearing the cache and restarting, the device blocks are all damaged when loading a project with device.
    2. Get error when trying to save a project into the root path of drive.

更改日志 (zh-cn)

  • 新功能

    1. 为不同的Arduino板指定独立的缓存路径,以加快编译速度。
    2. 添加上传中止功能,用来在上传过程中中止上传操作。
    3. 连接设备时,如果串口被占用,会显示连接失败,提示串口被占用。
    4. 添加了一个 3 秒计时器,以在上传成功或中止时自动关闭上传窗口。 用户可以在定时器到期前点击任意空白处或按ESC键停止定时器,来在上传窗口查看日志。
    5. 调整界面打开后的默认大小,使扩展界面可以完整显示5行内容。
  • 修复错误

    1. 首次安装或清除缓存重启后,加载工程时设备的积木块全部损坏。
    2. 尝试将项目保存到驱动器的根路径时出错。