DR 0.8.1.0!
This commit is contained in:
parent
1ea25f1b9f
commit
b0793e5094
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user