Skip to content

Commit

Permalink
发布 v1.2.3 正式版
Browse files Browse the repository at this point in the history
  • Loading branch information
CairoLee committed Dec 31, 2023
1 parent 453c861 commit 3f97ea3
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,42 @@
-------------------------------------------------------------------------------

## [v1.2.3] - `2023-12-31`

### 特别感谢

在此版本的开发过程中以下朋友提供了各种形式的支持, 特此鸣谢 (排名不分先后).

- 最美的Secret、Sapito Sucio、HongShin、Renee

### 升级提示

- 若您启用了 `SQL` 版本的魔物/物品数据, 那么请在主数据库导入:
- `sql-files\main\upgrades\upgrade_to_1.2.3_main_use_sql_db.sql`

> 导入之前请打开 `sql` 文件查看顶部的注释信息, 通常会有一些导入顺序的建议.
> 请养成升级数据库之前备份的好习惯, 因为升级脚本并未经过大规模测试!!
### rAthena 重要更新

- 实装韩服 2022 年第二季度的技能改进 (KRO 公告日期: 20220608)
- 增加对限购超市 (Market Shops) 的价格检查
- 实现对 20230906 客户端 "一键脱装" 的按钮封包支持
- 更新部分 `docs` 目录中的文档为 `Markdown` 格式
- 实现 `@stockall` 管理员指令用于将手推车中的道具提取到背包

### 功能调整

- 移除以前实现的 "管理员无法绕过物品掉落限制" 解决方案 (因为 rAthena 已修正)
- 移除 `dependabot.yml` 配置文件 (表现行为看起来不太符合预期)

### 缺陷修正

- 修正针对二进制文件进行文本编码探测带来的错误 (感谢 "Sapito Sucio" 反馈) (#738)
- 修正计算偷窃概率时公式的计算结果可能出现 "回绕" 的情况 (#749)

-------------------------------------------------------------------------------

## [v1.2.2] - `2023-07-22`

### 特别感谢
Expand Down Expand Up @@ -1274,6 +1310,8 @@

-------------------------------------------------------------------------------

[v1.2.3]: https://github.com/PandasWS/Pandas/compare/v1.2.2...v1.2.3
[v1.2.2]: https://github.com/PandasWS/Pandas/compare/v1.2.1...v1.2.2
[v1.2.1]: https://github.com/PandasWS/Pandas/compare/v1.2.0...v1.2.1
[v1.2.0]: https://github.com/PandasWS/Pandas/compare/v1.1.19...v1.2.0
[v1.1.19]: https://github.com/PandasWS/Pandas/compare/v1.1.18...v1.1.19
Expand Down
Binary file modified src/char/char-server.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion src/config/pandas.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
// ^ 此处第四段为 1 表示这是一个 1.0.2 的开发版本 (develop)
//
// 在 Windows 环境下, 程序启动时会根据第四段的值自动携带对应的版本后缀, 以便进行版本区分
#define Pandas_Version "1.2.3.1"
#define Pandas_Version "1.2.3.0"

// 在启动时显示 Pandas 的 LOGO
#define Pandas_Show_Logo
Expand Down
Binary file modified src/login/login-server.rc
Binary file not shown.
Binary file modified src/map/map-server-generator.rc
Binary file not shown.
Binary file modified src/map/map-server.rc
Binary file not shown.
Binary file modified src/tool/csv2yaml.rc
Binary file not shown.
Binary file modified src/tool/mapcache.rc
Binary file not shown.
Binary file modified src/tool/yaml2sql.rc
Binary file not shown.
Binary file modified src/tool/yamlupgrade.rc
Binary file not shown.
Binary file modified src/web/web-server.rc
Binary file not shown.

0 comments on commit 3f97ea3

Please sign in to comment.