ruki 1 рік тому
батько
коміт
2c84f22b68
4 змінених файлів з 48 додано та 2 видалено
  1. 1 1
      _coverpage.md
  2. 23 0
      about/changelog.md
  3. 1 1
      zh-cn/_coverpage.md
  4. 23 0
      zh-cn/about/changelog.md

+ 1 - 1
_coverpage.md

@@ -1,6 +1,6 @@
 <img src="/assets/img/logo.svg" width="16%" />
 
-# xmake <small>2.8.9</small>
+# xmake <small>2.9.1</small>
 
 > A cross-platform build utility based on Lua
 

+ 23 - 0
about/changelog.md

@@ -1,5 +1,28 @@
 # Changelog
 
+## v2.9.1
+
+### New features
+
+* [#4874](https://github.com/xmake-io/xmake/pull/4874): Add Harmony SDK support
+* [#4889](https://github.com/xmake-io/xmake/issues/4889): Add signal module to register signal handler in lua
+* [#4925](https://github.com/xmake-io/xmake/issues/4925): Add native modules support
+* [#4938](https://github.com/xmake-io/xmake/issues/4938): Support for cppfront/h2
+
+### Changes
+
+* Improve packages to support for clang-cl
+* [#4893](https://github.com/xmake-io/xmake/issues/4893): Improve rc includes deps
+* [#4928](https://github.com/xmake-io/xmake/issues/4928): Improve to build and link speed
+* [#4931](https://github.com/xmake-io/xmake/pull/4931): Update pdcurses
+* [#4973](https://github.com/xmake-io/xmake/issues/4973): Improve to select script
+
+### Bugs fixed
+
+* [#4882](https://github.com/xmake-io/xmake/issues/4882): Fix install deps with --group
+* [#4877](https://github.com/xmake-io/xmake/issues/4877): Fix compile error for xpack with unity build
+* [#4887](https://github.com/xmake-io/xmake/issues/4887): Fix object deps
+
 ## v2.8.9
 
 ### New features

+ 1 - 1
zh-cn/_coverpage.md

@@ -1,6 +1,6 @@
 <img src="/assets/img/logo.svg" width="16%" />
 
-# xmake <small>2.8.9</small>
+# xmake <small>2.9.1</small>
 
 > 一个基于Lua的轻量级跨平台自动构建工具
 

+ 23 - 0
zh-cn/about/changelog.md

@@ -1,4 +1,27 @@
 
+## v2.9.1
+
+### 新特性
+
+* [#4874](https://github.com/xmake-io/xmake/pull/4874): 添加鸿蒙 SDK 支持
+* [#4889](https://github.com/xmake-io/xmake/issues/4889): 添加 signal 模块 去注册信号处理
+* [#4925](https://github.com/xmake-io/xmake/issues/4925): 添加 native 模块支持
+* [#4938](https://github.com/xmake-io/xmake/issues/4938): 增加对 cppfront/h2 的支持
+
+### 改进
+
+* 改进包管理,支持切换 clang-cl
+* [#4893](https://github.com/xmake-io/xmake/issues/4893): 改进 rc 头文件依赖检测
+* [#4928](https://github.com/xmake-io/xmake/issues/4928): 改进构建和链接速度,增量编译时候效果更加明显
+* [#4931](https://github.com/xmake-io/xmake/pull/4931): 更新 pdcurses
+* [#4973](https://github.com/xmake-io/xmake/issues/4973): 改进选择脚本的匹配模式
+
+### Bugs 修复
+
+* [#4882](https://github.com/xmake-io/xmake/issues/4882): 修复安装组依赖问题
+* [#4877](https://github.com/xmake-io/xmake/issues/4877): 修复 xpack 打包时,unit build 编译失败问题
+* [#4887](https://github.com/xmake-io/xmake/issues/4887): 修复 object 依赖链接
+
 ## v2.8.9
 
 ### 新特性