diff --git a/Difficult_Rocket/__init__.py b/Difficult_Rocket/__init__.py index 27c1b22..86a0123 100644 --- a/Difficult_Rocket/__init__.py +++ b/Difficult_Rocket/__init__.py @@ -15,7 +15,7 @@ from typing import Optional, List, Tuple from Difficult_Rocket.api.types import Options, Version game_version = Version("0.8.1.0") # 游戏版本 -build_version = Version("2.0.0.0") # 编译文件版本(与游戏本体无关) +build_version = Version("2.1.0.0") # 编译文件版本(与游戏本体无关) Api_version = Version("0.1.1.0") # API 版本 __version__ = game_version diff --git a/docs/src/change_log/build_file.md b/docs/src/change_log/build_file.md index 7f6c138..61ee0c6 100644 --- a/docs/src/change_log/build_file.md +++ b/docs/src/change_log/build_file.md @@ -4,12 +4,22 @@ - 最新构建版本号 - build_version: 1.3.0.0 +## 20230611 build 2.1.0.0 + +### 添加 + +- 现在会在每个平台上自动排除其他平台的 `pyglet` 兼容模块 + - 例如 + - 在 `Windows` 上 `--no-follow-import` `pyglet.libs.x11` + - 大幅提升编译效率 + - 缩短编译时间 + ## 20230609 build 2.0.0.0 ### Breaking Change - 将构建脚本生成方式改为通过 `libs/utils/nuitka.py` 生成 -- +- GitHub Actions 也使用相同脚本构建 ## 202306 build 1.3.0.0