Skip to content

v1.2.0

Choose a tag to compare

@weigao-china weigao-china released this 17 May 12:33
· 14 commits to main since this release
356eba4

Major update! Recommended for all users.|重大更新!建议所有用户更新


Changelog

  1. We now support C language! The original C++ version's extension has been changed to .hpp, while the C language version uses .h.
  2. (C++ and C) The cfs function now allows passing NULL as an argument to skip redirecting a particular stream. See the README for details.
  3. Improved security-related issues, including language and version detection, etc.

更新日志

  1. 我们现在支持C语言了!原C++版本的扩展名改为 .hpp ,而C语言版本扩展名为 .h
  2. (C++与C语言)cfs函数中允许传入 NULL 参数用于不重定向某个流,具体见 README
  3. 改进了安全相关问题,包含语言与版本检测等