Skip to content

Commit 3f97ea3

Browse files
committed
发布 v1.2.3 正式版
1 parent 453c861 commit 3f97ea3

File tree

11 files changed

+39
-1
lines changed

11 files changed

+39
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,42 @@
1212
1313
-------------------------------------------------------------------------------
1414

15+
## [v1.2.3] - `2023-12-31`
16+
17+
### 特别感谢
18+
19+
在此版本的开发过程中以下朋友提供了各种形式的支持, 特此鸣谢 (排名不分先后).
20+
21+
- 最美的Secret、Sapito Sucio、HongShin、Renee
22+
23+
### 升级提示
24+
25+
- 若您启用了 `SQL` 版本的魔物/物品数据, 那么请在主数据库导入:
26+
- `sql-files\main\upgrades\upgrade_to_1.2.3_main_use_sql_db.sql`
27+
28+
> 导入之前请打开 `sql` 文件查看顶部的注释信息, 通常会有一些导入顺序的建议.
29+
> 请养成升级数据库之前备份的好习惯, 因为升级脚本并未经过大规模测试!!
30+
31+
### rAthena 重要更新
32+
33+
- 实装韩服 2022 年第二季度的技能改进 (KRO 公告日期: 20220608)
34+
- 增加对限购超市 (Market Shops) 的价格检查
35+
- 实现对 20230906 客户端 "一键脱装" 的按钮封包支持
36+
- 更新部分 `docs` 目录中的文档为 `Markdown` 格式
37+
- 实现 `@stockall` 管理员指令用于将手推车中的道具提取到背包
38+
39+
### 功能调整
40+
41+
- 移除以前实现的 "管理员无法绕过物品掉落限制" 解决方案 (因为 rAthena 已修正)
42+
- 移除 `dependabot.yml` 配置文件 (表现行为看起来不太符合预期)
43+
44+
### 缺陷修正
45+
46+
- 修正针对二进制文件进行文本编码探测带来的错误 (感谢 "Sapito Sucio" 反馈) (#738)
47+
- 修正计算偷窃概率时公式的计算结果可能出现 "回绕" 的情况 (#749)
48+
49+
-------------------------------------------------------------------------------
50+
1551
## [v1.2.2] - `2023-07-22`
1652

1753
### 特别感谢
@@ -1274,6 +1310,8 @@
12741310

12751311
-------------------------------------------------------------------------------
12761312

1313+
[v1.2.3]: https://github.com/PandasWS/Pandas/compare/v1.2.2...v1.2.3
1314+
[v1.2.2]: https://github.com/PandasWS/Pandas/compare/v1.2.1...v1.2.2
12771315
[v1.2.1]: https://github.com/PandasWS/Pandas/compare/v1.2.0...v1.2.1
12781316
[v1.2.0]: https://github.com/PandasWS/Pandas/compare/v1.1.19...v1.2.0
12791317
[v1.1.19]: https://github.com/PandasWS/Pandas/compare/v1.1.18...v1.1.19

src/char/char-server.rc

0 Bytes
Binary file not shown.

src/config/pandas.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
// ^ 此处第四段为 1 表示这是一个 1.0.2 的开发版本 (develop)
6868
//
6969
// 在 Windows 环境下, 程序启动时会根据第四段的值自动携带对应的版本后缀, 以便进行版本区分
70-
#define Pandas_Version "1.2.3.1"
70+
#define Pandas_Version "1.2.3.0"
7171

7272
// 在启动时显示 Pandas 的 LOGO
7373
#define Pandas_Show_Logo

src/login/login-server.rc

0 Bytes
Binary file not shown.

src/map/map-server-generator.rc

0 Bytes
Binary file not shown.

src/map/map-server.rc

0 Bytes
Binary file not shown.

src/tool/csv2yaml.rc

0 Bytes
Binary file not shown.

src/tool/mapcache.rc

0 Bytes
Binary file not shown.

src/tool/yaml2sql.rc

0 Bytes
Binary file not shown.

src/tool/yamlupgrade.rc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)