Skip to content

v2022.1.3

Compare
Choose a tag to compare
@halx99 halx99 released this 19 Jan 14:25
· 119 commits to master since this release
55c057c

This is a bugfix release.

Download

GitHub Releases (by Release)

MD5

7e4323de834e87836c4478b2fdd9c1e5

CHANGELOG

CN

  1. 【代码编辑】修复启动Lua调试可能卡主问题
  2. 【代码编辑】修复导入csb可能异常退出问题
  3. 【软件系统】 替换C/C++运行库为 msvcr14x, 解决微软运行库在不同版本windows系统复杂的部署失败问题,感谢msvcr14x作者@sonyps5201314(已获得x-studio永久授权)。

EN

  1. [Coding] Fix start lua debug may block debug target
  2. [Coding] Fix editor may terminate unexpected when import csb
  3. [Core] Replace C/C++ runtime with msvcr14x (compiled from microsoft stl an windows sdk 10.0.22000.0),very thanks to @sonyps5201314