Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Jul 29, 2024
1 parent dc58630 commit 1379547
Show file tree
Hide file tree
Showing 7 changed files with 211 additions and 109 deletions.
2 changes: 1 addition & 1 deletion _coverpage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="/assets/img/logo.svg" width="16%" />

# xmake <small>2.9.3</small>
# xmake <small>2.9.4</small>

> A cross-platform build utility based on Lua
Expand Down
26 changes: 26 additions & 0 deletions about/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## v2.9.4

### New features

* [#5278](https://github.com/xmake-io/xmake/issues/5278): Add `build.intermediate_directory` policy to disable and custom intermediate directory
* [#5313](https://github.com/xmake-io/xmake/issues/5313): Add windows arm/arm64ec support
* [#5296](https://github.com/xmake-io/xmake/issues/5296): Add Intel LLVM Fortran Compiler support
* [#5384](https://github.com/xmake-io/xmake/issues/5384): Add `add_bindirs` for package

### Changes

* [#5280](https://github.com/xmake-io/xmake/issues/5280): Add missing C++20 Modules file extension
* [#5251](https://github.com/xmake-io/xmake/issues/5251): Update 7z/curl for windows installer
* [#5286](https://github.com/xmake-io/xmake/issues/5286): Improve json to parse hex string
* [#5302](https://github.com/xmake-io/xmake/pull/5302): Improve Vala support
* [#5335](https://github.com/xmake-io/xmake/pull/5335): Improve `xmake install` and `xpack`, Add `set_prefixdir` api for target
* [#5387](https://github.com/xmake-io/xmake/pull/5387): Improve `xmake test`
* [#5376](https://github.com/xmake-io/xmake/pull/5376): Improve module objectfiles handling and moduleonly package

### Bugs Fixed

* [#5288](https://github.com/xmake-io/xmake/issues/5288): Fix `xmake test` for unity build
* [#5270](https://github.com/xmake-io/xmake/issues/5270): Fix pch/include for gcc/clang
* [#5276](https://github.com/xmake-io/xmake/issues/5276): Fix find vc6
* [#5259](https://github.com/xmake-io/xmake/issues/5259): Fix the failure of the command line completion function

## v2.9.3

### New features
Expand Down
25 changes: 25 additions & 0 deletions mirror/about/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,31 @@ <h4>This is a mirror page, please see the original page: </h4><a href="https://x
}
</style>
<h1 id="changelog">Changelog</h1>
<h2 id="v294">v2.9.4</h2>
<h3 id="newfeatures">New features</h3>
<ul>
<li><a href="https://github.com/xmake-io/xmake/issues/5278">#5278</a>: Add <code>build.intermediate_directory</code> policy to disable and custom intermediate directory</li>
<li><a href="https://github.com/xmake-io/xmake/issues/5313">#5313</a>: Add windows arm/arm64ec support</li>
<li><a href="https://github.com/xmake-io/xmake/issues/5296">#5296</a>: Add Intel LLVM Fortran Compiler support</li>
<li><a href="https://github.com/xmake-io/xmake/issues/5384">#5384</a>: Add <code>add_bindirs</code> for package</li>
</ul>
<h3 id="changes">Changes</h3>
<ul>
<li><a href="https://github.com/xmake-io/xmake/issues/5280">#5280</a>: Add missing C++20 Modules file extension</li>
<li><a href="https://github.com/xmake-io/xmake/issues/5251">#5251</a>: Update 7z/curl for windows installer</li>
<li><a href="https://github.com/xmake-io/xmake/issues/5286">#5286</a>: Improve json to parse hex string</li>
<li><a href="https://github.com/xmake-io/xmake/pull/5302">#5302</a>: Improve Vala support</li>
<li><a href="https://github.com/xmake-io/xmake/pull/5335">#5335</a>: Improve <code>xmake install</code> and <code>xpack</code>, Add <code>set_prefixdir</code> api for target</li>
<li><a href="https://github.com/xmake-io/xmake/pull/5387">#5387</a>: Improve <code>xmake test</code></li>
<li><a href="https://github.com/xmake-io/xmake/pull/5376">#5376</a>: Improve module objectfiles handling and moduleonly package</li>
</ul>
<h3 id="bugsfixed">Bugs Fixed</h3>
<ul>
<li><a href="https://github.com/xmake-io/xmake/issues/5288">#5288</a>: Fix <code>xmake test</code> for unity build</li>
<li><a href="https://github.com/xmake-io/xmake/issues/5270">#5270</a>: Fix pch/include for gcc/clang</li>
<li><a href="https://github.com/xmake-io/xmake/issues/5276">#5276</a>: Fix find vc6</li>
<li><a href="https://github.com/xmake-io/xmake/issues/5259">#5259</a>: Fix the failure of the command line completion function</li>
</ul>
<h2 id="v293">v2.9.3</h2>
<h3 id="newfeatures">New features</h3>
<ul>
Expand Down
27 changes: 26 additions & 1 deletion mirror/zh-cn/about/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,32 @@ <h4>This is a mirror page, please see the original page: </h4><a href="https://x
line-height: 1;
}
</style>
<h2 id="v293">v2.9.3</h2>
<h2 id="v294">v2.9.4</h2>
<h3 id="">新特性</h3>
<ul>
<li><a href="https://github.com/xmake-io/xmake/issues/5278">#5278</a>: 添加 <code>build.intermediate_directory</code> 策略去禁用中间目录生成</li>
<li><a href="https://github.com/xmake-io/xmake/issues/5313">#5313</a>: 添加 windows arm/arm64ec 支持</li>
<li><a href="https://github.com/xmake-io/xmake/issues/5296">#5296</a>: 添加 Intel LLVM Fortran 编译器支持</li>
<li><a href="https://github.com/xmake-io/xmake/issues/5384">#5384</a>: 为包添加 <code>add_bindirs</code> 配置支持</li>
</ul>
<h3 id="">改进</h3>
<ul>
<li><a href="https://github.com/xmake-io/xmake/issues/5280">#5280</a>: 添加缺失的 C++20 Modules 文件扩展</li>
<li><a href="https://github.com/xmake-io/xmake/issues/5251">#5251</a>: 为 windows installer 更新内置的 7z/curl</li>
<li><a href="https://github.com/xmake-io/xmake/issues/5286">#5286</a>: 改进 json 支持16进制解析</li>
<li><a href="https://github.com/xmake-io/xmake/pull/5302">#5302</a>: 改进 Vala 支持</li>
<li><a href="https://github.com/xmake-io/xmake/pull/5335">#5335</a>: 改进 <code>xmake install</code><code>xpack</code>,添加 <code>set_prefixdir</code> 接口</li>
<li><a href="https://github.com/xmake-io/xmake/pull/5387">#5387</a>: 改进 <code>xmake test</code></li>
<li><a href="https://github.com/xmake-io/xmake/pull/5376">#5376</a>: 改进 C++ module 对象列表处理和 moduleonly 包支持</li>
</ul>
<h3 id="bugs">Bugs 修复</h3>
<ul>
<li><a href="https://github.com/xmake-io/xmake/issues/5288">#5288</a>: 修复 <code>xmake test</code> 对 Unity Build 的支持</li>
<li><a href="https://github.com/xmake-io/xmake/issues/5270">#5270</a>: 修复 gcc/clang 对 pch 的支持</li>
<li><a href="https://github.com/xmake-io/xmake/issues/5276">#5276</a>: 修复查找 vc6 环境</li>
<li><a href="https://github.com/xmake-io/xmake/issues/5259">#5259</a>: 修复命令补全失效问题</li>
</ul>
<h2 id="v293">v2.9.3</h2>
<h3 id="">新特性</h3>
<ul>
<li><a href="https://github.com/xmake-io/xmake/issues/4637">#4637</a>: 为 xpack 添加 mix 支持</li>
Expand Down
Loading

0 comments on commit 1379547

Please sign in to comment.