Update game change log to include version 0.3.x

This commit is contained in:
shenjack 2023-12-24 16:11:14 +08:00
parent 22f4cdd3c3
commit 95a7ed0683
Signed by: shenjack
GPG Key ID: 7B1134A979775551
4 changed files with 23 additions and 5 deletions

View File

@ -1,3 +1,4 @@
# DR game 的更新日志 # DR game 的更新日志
- [0.3.x](/main/change_log/game/0-3.md)
- [0.2.x](/main/change_log/game/0-2.md) - [0.2.x](/main/change_log/game/0-2.md)

View File

@ -1,8 +1,4 @@
# DR game/DR rs 更新日志 # DR game/DR rs 0.2.x 更新日志
- 最新版本号
- DR game: 0.3.3.0
- DR rs: 0.2.23.0
## 20231101 DR rs 0.2.23.0 ## 20231101 DR rs 0.2.23.0

View File

@ -0,0 +1,16 @@
# DR game/DR rs 0.3.x 更新日志
## 20231224 DR rs 0.3.0
感谢 @InfyniteHeap 进行的重构工作
- 重构了 Rust 部分的文件结构
- 去除了早期的 `serde-xml-rs``xml-rs` 依赖
- 这是因为之前 `quick-xml` 在解析 `Option<Vec<T>>` 有问题
- 现在问题解决了
- 以及 `quick-xml` 的解析方式更符合规范 ( 或者说更明确 )
- 将所有的 logging 去除
- 改为 `lib-not-dr.loggers`
- 现在飞船保存测试的命令叫作 `save`

View File

@ -1,4 +1,9 @@
[ [
{
"type": "file",
"name": "0-3",
"label": "0.3.x 更新日志"
},
{ {
"type": "file", "type": "file",
"name": "0-2", "name": "0-2",