Skip to content

Commit b48108c

Browse files
committed
发布 v1.2.1 正式版
1 parent da920e5 commit b48108c

File tree

11 files changed

+28
-1
lines changed

11 files changed

+28
-1
lines changed

CHANGELOG.md

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

15+
## [v1.2.1] - `2023-06-01`
16+
17+
### 特别感谢
18+
19+
在此版本的开发过程中以下朋友提供了各种形式的支持, 特此鸣谢 (排名不分先后).
20+
21+
- HongShin、Renee
22+
23+
### rAthena 重要更新
24+
25+
- 修正 `bSkillCooldown` 无法调整冷却时间超过正负 10 秒的问题
26+
27+
### 功能调整
28+
29+
- 解除对 `Boost Libraries` 的依赖
30+
- 更新 `Github Actions` 配置文件与 `rAthena` 近似 (#717)
31+
- 工程标准升级到 `C++17` 标准
32+
- 升级 `OpenCC` 第三方依赖库到 `v1.1.6` 版本 (#716)
33+
- 更新 `yaml-cpp` 第三方依赖库到 `v0.7.0` 版本 (#714)
34+
35+
### 缺陷修正
36+
37+
- 解决 Linux 使用 Ctrl+C 会直接中断程序的问题 (#711)
38+
39+
-------------------------------------------------------------------------------
40+
1541
## [v1.2.0] - `2023-05-19`
1642

1743
### 特别感谢
@@ -1216,6 +1242,7 @@
12161242

12171243
-------------------------------------------------------------------------------
12181244

1245+
[v1.2.1]: https://github.com/PandasWS/Pandas/compare/v1.2.0...v1.2.1
12191246
[v1.2.0]: https://github.com/PandasWS/Pandas/compare/v1.1.19...v1.2.0
12201247
[v1.1.19]: https://github.com/PandasWS/Pandas/compare/v1.1.18...v1.1.19
12211248
[v1.1.18]: https://github.com/PandasWS/Pandas/compare/v1.1.17...v1.1.18

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
@@ -77,7 +77,7 @@
7777
// ^ 此处第四段为 1 表示这是一个 1.0.2 的开发版本 (develop)
7878
//
7979
// 在 Windows 环境下, 程序启动时会根据第四段的值自动携带对应的版本后缀, 以便进行版本区分
80-
#define Pandas_Version "1.2.1.1"
80+
#define Pandas_Version "1.2.1.0"
8181

8282
// 在启动时显示 Pandas 的 LOGO
8383
#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)