Skip to content

Commit e8e502b

Browse files
committed
update docs
1 parent 5dba7a6 commit e8e502b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/posts/xmake-update-v3.0.5.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ author: Ruki
66
outline: deep
77
---
88

9-
**Download:** [GitHub Releases](https://github.com/xmake-io/xmake/releases/tag/v3.0.5) | [Source Repository](https://github.com/xmake-io/xmake)
10-
119
## Introduction of new features
1210

1311
In the new version, we have introduced several major features that significantly enhance the development experience. The highlights include **multi-row progress output** with theme support for better build visibility, a comprehensive **XML module** for parsing and encoding XML data, **asynchronous OS APIs** for improved I/O performance, and **Swift interop support** for seamless integration between Swift and C++/Objective-C code. We have also made significant improvements to toolchain configuration, TTY handling, and various performance optimizations.
1412

13+
**Download:** [GitHub Releases](https://github.com/xmake-io/xmake/releases/tag/v3.0.5) | [Source Repository](https://github.com/xmake-io/xmake)
14+
1515
### Support multi-row refresh for progress output
1616

1717
We have improved the progress output to support multi-row refresh, providing a significantly better visual experience during long-running builds. Instead of updating a single progress line, the build output now displays multiple concurrent build tasks with their individual progress, making it easier to monitor parallel compilation.

docs/zh/posts/xmake-update-v3.0.5.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ author: Ruki
66
outline: deep
77
---
88

9-
**下载地址:** [GitHub Releases](https://github.com/xmake-io/xmake/releases/tag/v3.0.5) | [源码仓库](https://github.com/xmake-io/xmake)
10-
119
## 新特性介绍 {#new-features}
1210

1311
新版本中,我们引入了多个重要特性,显著提升了开发体验。重点包括**多行进度输出**(支持主题配置,提供更好的构建可见性)、全面的**XML 模块**(用于解析和编码 XML 数据)、**异步 OS API**(提升 I/O 性能)以及**Swift 互操作支持**(实现 Swift 与 C++/Objective-C 代码的无缝集成)。同时,我们也对工具链配置、TTY 处理进行了重大改进,并进行了各种性能优化。
1412

13+
**下载地址:** [GitHub Releases](https://github.com/xmake-io/xmake/releases/tag/v3.0.5) | [源码仓库](https://github.com/xmake-io/xmake)
14+
1515
### 支持多行刷新进度输出 {#support-multi-row-refresh-progress-output}
1616

1717
我们改进了进度输出,支持多行刷新,在长时间运行的构建过程中提供显著更好的视觉体验。构建输出现在不再只更新单行进度,而是显示多个并发构建任务及其各自的进度,使得监控并行编译变得更加容易。

0 commit comments

Comments
 (0)