diff options
| -rw-r--r-- | about/changelog.md | 19 | ||||
| -rw-r--r-- | zh-cn/about/changelog.md | 19 |
2 files changed, 38 insertions, 0 deletions
diff --git a/about/changelog.md b/about/changelog.md index f64ded9b..11468d57 100644 --- a/about/changelog.md +++ b/about/changelog.md @@ -1,4 +1,23 @@ +## v2.2.8 (unreleased) + +### New features + +* Add protobuf c/c++ rules +* [#468](https://github.com/xmake-io/xmake/pull/468): Add utf-8 support for io module on windows +* [#472](https://github.com/xmake-io/xmake/pull/472): Add `xmake project -k vsxmake201x` plugin to support call xmake from vs/msbuild +* [#487](https://github.com/xmake-io/xmake/issues/487): Support to build the selected files for the given target +* Add filelock for io +* [#513](https://github.com/xmake-io/xmake/issues/513): Support for android/termux +* [#517](https://github.com/xmake-io/xmake/issues/517): Add `add_cleanfiles` api for target +* [#537](https://github.com/xmake-io/xmake/pull/537): Add `set_runenv` api to override os/envs + +### Changes + +* [#257](https://github.com/xmake-io/xmake/issues/257): Lock the whole project to avoid other process to access. +* Attempt to enable /dev/shm for the os.tmpdir +* [#542](https://github.com/xmake-io/xmake/pull/542): Improve vs unicode output for link/cl + ## v2.2.7 ### New features diff --git a/zh-cn/about/changelog.md b/zh-cn/about/changelog.md index 55b9efc7..9cc71ff3 100644 --- a/zh-cn/about/changelog.md +++ b/zh-cn/about/changelog.md @@ -1,4 +1,23 @@ +## v2.2.8 (未发布) + +### 新特性 + +* 添加protobuf c/c++构建规则 +* [#468](https://github.com/xmake-io/xmake/pull/468): 添加对 Windows 的 UTF-8 支持 +* [#472](https://github.com/xmake-io/xmake/pull/472): 添加`xmake project -k vsxmake201x`去更好的支持vs工程的生成,内部直接调用xmake来编译 +* [#487](https://github.com/xmake-io/xmake/issues/487): 通过`xmake --files="src/*.c"`支持指定一批文件进行编译。 +* 针对io模块增加文件锁接口 +* [#513](https://github.com/xmake-io/xmake/issues/513): 增加对android/termux终端的支持,可在android设备上执行xmake来构建项目 +* [#517](https://github.com/xmake-io/xmake/issues/517): 为target增加`add_cleanfiles`接口,实现快速定制化清理文件 +* [#537](https://github.com/xmake-io/xmake/pull/537): 添加`set_runenv`接口去覆盖写入系统envs + +### 改进 + +* [#257](https://github.com/xmake-io/xmake/issues/257): 锁定当前正在构建的工程,避免其他xmake进度同时对其操作 +* 尝试采用/dev/shm作为os.tmpdir去改善构建过程中临时文件的读写效率 +* [#542](https://github.com/xmake-io/xmake/pull/542): 改进vs系列工具链的unicode输出问题 + ## v2.2.7 ### 新特性 |
