DR 0.8.1.0!

This commit is contained in:
shenjack 2023-06-11 17:42:24 +08:00
parent 1ea25f1b9f
commit b0793e5094
2 changed files with 12 additions and 2 deletions

View File

@ -15,7 +15,7 @@ from typing import Optional, List, Tuple
from Difficult_Rocket.api.types import Options, Version from Difficult_Rocket.api.types import Options, Version
game_version = Version("0.8.1.0") # 游戏版本 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 版本 Api_version = Version("0.1.1.0") # API 版本
__version__ = game_version __version__ = game_version

View File

@ -4,12 +4,22 @@
- 最新构建版本号 - 最新构建版本号
- build_version: 1.3.0.0 - 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 ## 20230609 build 2.0.0.0
### Breaking Change ### Breaking Change
- 将构建脚本生成方式改为通过 `libs/utils/nuitka.py` 生成 - 将构建脚本生成方式改为通过 `libs/utils/nuitka.py` 生成
- - GitHub Actions 也使用相同脚本构建
## 202306 build 1.3.0.0 ## 202306 build 1.3.0.0