Windows CLI Compilation Environment Changelog

Windows 命令行编译环境更新日志

Changelog

更新日志

  • 2024.01.26

    v1.3.1

    • Added the feature of automatically downloading the latest SDK during installation.新增安装过程中自动下载最新版 SDK 的功能。
    • Fixed the issue that the "wm.py devconfig" command could not be executed in the default installation.修复默认安装无法执行 "wm.py devconfig" 命令。
  • 2024.12.02

    v1.2.0

    • Added some Python dependency libraries to support the "wm.py devconfig" command, enabling the configuration of device tables through a web page.新增一些 Python 依赖库,用于支持 `wm.py devconfig` 命令,实现打开网页配置设备表。
  • 2024.10.18

    v1.1.0

    • Supported the default installation of PowerShell start menu shortcut and automatic opening after installation.支持默认安装 PowerShell 开始菜单快捷方式并安装完毕自动打开。
    • Added SDK download link address to the SDK path configuration interface.SDK 路径配置界面添加 SDK 下载链接地址。
    • Optimized other details.优化其他细节。
  • 2024.09.09

    v1.0.0

    • Supported the installation of the SDK integrated development environment: one-click installation to easily start your development journey.支持 SDK 集成开发环境软件安装:一键安装,轻松启动您的开发之旅。
    • Supported a powerful compilation environment: integrated core development tools such as ccache, cmake, ninja, Python, and cross-compilation toolchain to provide strong support for your compilation process.支持强大的编译环境:集成了 ccache、cmake、ninja、Python 以及交叉编译工具链等核心开发工具,为您的编译过程提供强大支持。
    • Supported documentation building tools: introduced Doxygen and Sphinx to efficiently generate project documentation.支持文档构建利器:引入 Doxygen 和 Sphinx 等文档生成工具,助您高效生成项目文档。
    • Supported hardware debuggers: added support for CH34X serial port driver and CKLink debugger driver to make hardware debugging more convenient.支持硬件调试器:新增对 CH34X 串口驱动和 CKLink 调试器驱动的支持,让您的硬件调试更加便捷。
    • Supported custom shortcuts: supported creation of CMD and PowerShell start menu shortcuts, desktop shortcuts, and right-click shortcuts.支持自定义快捷方式:支持创建 CMD 和 PowerShell 开始菜单快捷方式、桌面快捷方式以及右键快捷方式。
    • Supported multi-language interface: provided Chinese and English interfaces to meet the language needs of different users.支持多语言界面:提供中文和英文多语言界面,满足不同用户的语言需求。
    • Supported custom installation options: users can choose the components to install and configure the SDK path to create a personalized development environment.支持自定义安装选项:用户可以选择安装所需的组件,并配置 SDK 路径,打造个性化的开发环境。
    • Supported automatic environment variable configuration: intelligently configured environment variables to simplify pre-development preparations.支持自动环境变量配置:智能配置环境变量,简化开发前的准备工作。
    • Supported custom installation path: users can freely choose the installation path to manage software resources flexibly.支持自定义安装路径:用户可以自由选择安装路径,灵活管理软件资源。
    • Supported new version installation and uninstallation: supported installation of the latest version or manual uninstallation of the SDK integrated development environment software to ensure your development environment is always up-to-date.支持新版本安装与卸载:支持安装最新版本或手动卸载 SDK 集成开发环境软件,确保您的开发环境始终保持最新。