This commit is contained in:
shenjack 2024-08-04 02:25:05 +08:00
parent 5289efd002
commit 44c9b11b22
Signed by: shenjack
GPG Key ID: 7B1134A979775551
3 changed files with 14 additions and 2 deletions

View File

@ -2,7 +2,12 @@
# DR 构建 更新日志 # DR 构建 更新日志
- 最新构建版本号 - 最新构建版本号
- build_version: 3.0.0.0 - build_version: 3.0.1
## 20240804 build 3.0.1
- 还是 SemVer 语义化版本号好使
- 加了个 cx_freeze 的构建 (`scripts/package.py`)
## 202310 build 3.0.0.0 ## 202310 build 3.0.0.0

View File

@ -1,5 +1,12 @@
# DR game/DR rs 0.4.x 更新日志 # DR game/DR rs 0.4.x 更新日志
## 20240804 DR rs 0.4.1/2
- 修复了一些小问题
- 快成 qq/微信 的更新日志了
- 加了个 `assert_ship` 方法
- 用来先检查一下飞船的数据是否正确
## 20240602 DR rs 0.4.0 ## 20240602 DR rs 0.4.0
- 重构了大量 rust 侧的解析代码, 不一定提高性能, 但是更加清晰 - 重构了大量 rust 侧的解析代码, 不一定提高性能, 但是更加清晰

View File

@ -32,6 +32,7 @@
- 我终于还是用上了 `from __future__ import annotations` - 我终于还是用上了 `from __future__ import annotations`
- 这玩意真好使 - 这玩意真好使
- 我爱 3.10+ 的 type hint - 我爱 3.10+ 的 type hint
- 反正全给他换成新的 typing
## DR sdk 0.9.1.0 ## DR sdk 0.9.1.0
@ -40,7 +41,6 @@
- 去掉了 `tomlkit`, 改为 `tomli_w` - 去掉了 `tomlkit`, 改为 `tomli_w`
- 真好用 - 真好用
- Remove `tomlkit`, change to `tomli_w` - Remove `tomlkit`, change to `tomli_w`
- Really good
### Change ### Change