From 2f53f461e013176fe45959690ec709737f487a64 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 12 Dec 2021 17:26:53 +0800 Subject: update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c6aec3d6..a661d02b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ * [#1893](https://github.com/xmake-io/xmake/issues/1893): Improve to detect icc and ifort toolchains * [#1905](https://github.com/xmake-io/xmake/pull/1905): Add support of external headers without experimental for msvc * [#1904](https://github.com/xmake-io/xmake/pull/1904): Improve vs201x generator +* Add `XMAKE_THEME` envirnoment variable to switch theme ### Bugs fixed @@ -1172,6 +1173,7 @@ * [#1893](https://github.com/xmake-io/xmake/issues/1893): 改进探测 icc 和 ifort 工具链 * [#1905](https://github.com/xmake-io/xmake/pull/1905): 改进 msvc 对 external 头文件搜索探测支持 * [#1904](https://github.com/xmake-io/xmake/pull/1904): 改进 vs201x 工程生成器 +* 添加 `XMAKE_THEME` 环境变量去切换主题配置 ### Bugs 修复 @@ -2313,3 +2315,4 @@ * 修复在windows x86_64下,安装失败的问题 * 修复相对路径的一些bug + -- cgit v1.3.1