Bladeren bron

update version

ruki 4 jaren geleden
bovenliggende
commit
84f38392ba
7 gewijzigde bestanden met toevoegingen van 194 en 81 verwijderingen
  1. 1 1
      _coverpage.md
  2. 28 0
      about/changelog.md
  3. 29 1
      mirror/about/changelog.html
  4. 29 1
      mirror/zh-cn/about/changelog.html
  5. 77 77
      sitemap.xml
  6. 1 1
      zh-cn/_coverpage.md
  7. 29 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.5.4</small>
+# xmake <small>2.5.5</small>
 
 > A cross-platform build utility based on Lua
 

+ 28 - 0
about/changelog.md

@@ -1,3 +1,31 @@
+## v2.5.5
+
+### New features
+
+* [#1421](https://github.com/xmake-io/xmake/issues/1421): Add prefix, suffix and extension options for target names
+* [#1422](https://github.com/xmake-io/xmake/issues/1422): Support search packages from vcpkg, conan
+* [#1424](https://github.com/xmake-io/xmake/issues/1424): Set binary as default target kind
+* [#1140](https://github.com/xmake-io/xmake/issues/1140): Add a way to ask xmake to try to download dependencies from a certain package manager
+* [#1339](https://github.com/xmake-io/xmake/issues/1339): Improve `xmake package` to generate new local/remote packages
+* Add `appletvos` platform support for AppleTV, `xmake f -p appletvos`
+* [#1437](https://github.com/xmake-io/xmake/issues/1437): Add headeronly library type for package to ignore `vs_runtime`
+* [#1351](https://github.com/xmake-io/xmake/issues/1351): Support export/import current configs
+* [#1454](https://github.com/xmake-io/xmake/issues/1454): Support to download and install precompiled image packages from xmake-mirror
+
+### Change
+
+* [#1425](https://github.com/xmake-io/xmake/issues/1425): Improve tools/meson to load msvc envirnoments
+* [#1442](https://github.com/xmake-io/xmake/issues/1442): Support to clone package resources from git url
+* [#1389](https://github.com/xmake-io/xmake/issues/1389): Support to add toolchain envs to `xrepo env`
+* [#1453](https://github.com/xmake-io/xmake/issues/1453): Support to export protobuf includedirs
+* Support vs2022
+
+### Bugs fixed
+
+* [#1413](https://github.com/xmake-io/xmake/issues/1413): Fix hangs on fetching packages
+* [#1420](https://github.com/xmake-io/xmake/issues/1420): Fix config and packages cache
+* [#1445](https://github.com/xmake-io/xmake/issues/1445): Fix WDK driver sign error
+* [#1465](https://github.com/xmake-io/xmake/issues/1465): Fix missing link directory
 
 ## v2.5.4
 

+ 29 - 1
mirror/about/changelog.html

@@ -90,7 +90,35 @@
   line-height: 1;
 }
 </style>
-    <h2 id="v254">v2.5.4</h2>
+    <h2 id="v255">v2.5.5</h2>
+<h3 id="newfeatures">New features</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/issues/1421">#1421</a>: Add prefix, suffix and extension options for target names</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1422">#1422</a>: Support search packages from vcpkg, conan</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1424">#1424</a>: Set binary as default target kind</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1140">#1140</a>: Add a way to ask xmake to try to download dependencies from a certain package manager</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1339">#1339</a>: Improve <code>xmake package</code> to generate new local/remote packages</li>
+<li>Add <code>appletvos</code> platform support for AppleTV, <code>xmake f -p appletvos</code></li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1437">#1437</a>: Add headeronly library type for package to ignore <code>vs_runtime</code></li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1351">#1351</a>: Support export/import current configs</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1454">#1454</a>: Support to download and install precompiled image packages from xmake-mirror</li>
+</ul>
+<h3 id="change">Change</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/issues/1425">#1425</a>: Improve tools/meson to load msvc envirnoments</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1442">#1442</a>: Support to clone package resources from git url</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1389">#1389</a>: Support to add toolchain envs to <code>xrepo env</code></li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1453">#1453</a>: Support to export protobuf includedirs</li>
+<li>Support vs2022</li>
+</ul>
+<h3 id="bugsfixed">Bugs fixed</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/issues/1413">#1413</a>: Fix hangs on fetching packages</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1420">#1420</a>: Fix config and packages cache</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1445">#1445</a>: Fix WDK driver sign error</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1465">#1465</a>: Fix missing link directory</li>
+</ul>
+<h2 id="v254">v2.5.4</h2>
 <h3 id="newfeatures">New features</h3>
 <ul>
 <li><a href="https://github.com/xmake-io/xmake/issues/1323">#1323</a>: Support find and install package from <code>apt</code>, <code>add_requires("apt::zlib1g-dev")</code></li>

+ 29 - 1
mirror/zh-cn/about/changelog.html

@@ -90,7 +90,35 @@
   line-height: 1;
 }
 </style>
-    <h2 id="v254">v2.5.4</h2>
+    <h2 id="v255">v2.5.5</h2>
+<h3 id="">新特性</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/issues/1421">#1421</a>: 针对 target 目标,增加目标文件名的前缀,后缀和扩展名设置接口。</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1422">#1422</a>: 支持从 vcpkg, conan 中搜索包</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1424">#1424</a>: 设置 binary 作为默认的 target 目标类型</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1140">#1140</a>: 支持安装时候,手动选择从第三包包管理器安装包</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1339">#1339</a>: 改进 <code>xmake package</code> 去产生新的本地包格式,无缝集成 <code>add_requires</code>,并且新增生成远程包支持</li>
+<li>添加 <code>appletvos</code> 编译平台支持, <code>xmake f -p appletvos</code></li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1437">#1437</a>: 为包添加 headeronly 库类型去忽略 <code>vs_runtime</code></li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1351">#1351</a>: 支持导入导出当前配置</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1454">#1454</a>: 支持下载安装 windows 预编译包</li>
+</ul>
+<h3 id="">改进</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/issues/1425">#1425</a>: 改进 tools/meson 去加载 msvc 环境,并且增加一些内置配置。</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1442">#1442</a>: 支持从 git url 去下载包资源文件</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1389">#1389</a>: 支持添加工具链环境到 <code>xrepo env</code></li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1453">#1453</a>: 支持 protobuf 规则导出头文件搜索目录</li>
+<li>新增对 vs2022 的支持</li>
+</ul>
+<h3 id="bugs">Bugs 修复</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/issues/1413">#1413</a>: 修复查找包过程中出现的挂起卡死问题</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1420">#1420</a>: 修复包检测和配置缓存</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1445">#1445</a>: 修复 WDK 驱动签名错误</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1465">#1465</a>: 修复缺失的链接目录</li>
+</ul>
+<h2 id="v254">v2.5.4</h2>
 <h3 id="">新特性</h3>
 <ul>
 <li><a href="https://github.com/xmake-io/xmake/issues/1323">#1323</a>: 支持从 apt 查找安装包,<code>add_requires("apt::zlib1g-dev")</code></li>

+ 77 - 77
sitemap.xml

@@ -12,387 +12,387 @@
 
 <url>
   <loc>https://xmake.io/mirror/guide/project_examples.html</loc>
-  <lastmod>2021-06-30T22:38:34+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/other_features.html</loc>
-  <lastmod>2021-06-30T22:38:34+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/quickstart.html</loc>
-  <lastmod>2021-06-30T22:38:34+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/faq.html</loc>
-  <lastmod>2021-06-30T22:38:34+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/configuration.html</loc>
-  <lastmod>2021-06-30T22:38:34+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/syntax_description.html</loc>
-  <lastmod>2021-06-30T22:38:34+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/installation.html</loc>
-  <lastmod>2021-06-30T22:38:35+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/plugin_development.html</loc>
-  <lastmod>2021-06-30T22:38:35+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/more_plugins.html</loc>
-  <lastmod>2021-06-30T22:38:35+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/builtin_plugins.html</loc>
-  <lastmod>2021-06-30T22:38:35+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/awesome.html</loc>
-  <lastmod>2021-06-30T22:38:35+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/technical_support.html</loc>
-  <lastmod>2021-06-30T22:38:35+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/changelog.html</loc>
-  <lastmod>2021-06-30T22:38:36+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/contact.html</loc>
-  <lastmod>2021-06-30T22:38:36+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/introduction.html</loc>
-  <lastmod>2021-06-30T22:38:36+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/who_is_using_xmake.html</loc>
-  <lastmod>2021-06-30T22:38:36+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/sponsor.html</loc>
-  <lastmod>2021-06-30T22:38:36+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/project_examples.html</loc>
-  <lastmod>2021-06-30T22:38:36+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/other_features.html</loc>
-  <lastmod>2021-06-30T22:38:36+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/quickstart.html</loc>
-  <lastmod>2021-06-30T22:38:37+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/faq.html</loc>
-  <lastmod>2021-06-30T22:38:37+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/configuration.html</loc>
-  <lastmod>2021-06-30T22:38:37+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/syntax_description.html</loc>
-  <lastmod>2021-06-30T22:38:37+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/installation.html</loc>
-  <lastmod>2021-06-30T22:38:37+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/plugin_development.html</loc>
-  <lastmod>2021-06-30T22:38:37+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/more_plugins.html</loc>
-  <lastmod>2021-06-30T22:38:38+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/builtin_plugins.html</loc>
-  <lastmod>2021-06-30T22:38:38+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/awesome.html</loc>
-  <lastmod>2021-06-30T22:38:38+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/technical_support.html</loc>
-  <lastmod>2021-06-30T22:38:38+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/changelog.html</loc>
-  <lastmod>2021-06-30T22:38:38+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/contact.html</loc>
-  <lastmod>2021-06-30T22:38:38+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/peripheral_items.html</loc>
-  <lastmod>2021-06-30T22:38:38+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/introduction.html</loc>
-  <lastmod>2021-06-30T22:38:39+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/who_is_using_xmake.html</loc>
-  <lastmod>2021-06-30T22:38:39+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/sponsor.html</loc>
-  <lastmod>2021-06-30T22:38:39+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/course.html</loc>
-  <lastmod>2021-06-30T22:38:39+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-06-30T22:38:39+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/specification.html</loc>
-  <lastmod>2021-06-30T22:38:39+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/builtin_variables.html</loc>
-  <lastmod>2021-06-30T22:38:40+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/conditions.html</loc>
-  <lastmod>2021-06-30T22:38:40+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/custom_rule.html</loc>
-  <lastmod>2021-06-30T22:38:40+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/project_target.html</loc>
-  <lastmod>2021-06-30T22:38:40+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/builtin_modules.html</loc>
-  <lastmod>2021-06-30T22:38:40+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/custom_toolchain.html</loc>
-  <lastmod>2021-06-30T22:38:40+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/plugin_task.html</loc>
-  <lastmod>2021-06-30T22:38:40+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/package_dependencies.html</loc>
-  <lastmod>2021-06-30T22:38:41+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/configuration_option.html</loc>
-  <lastmod>2021-06-30T22:38:41+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/extension_modules.html</loc>
-  <lastmod>2021-06-30T22:38:41+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/global_interfaces.html</loc>
-  <lastmod>2021-06-30T22:38:41+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/theme/builtin_themes.html</loc>
-  <lastmod>2021-06-30T22:38:41+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/theme/switch_theme.html</loc>
-  <lastmod>2021-06-30T22:38:41+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-06-30T22:38:42+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_package_old.html</loc>
-  <lastmod>2021-06-30T22:38:42+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_package.html</loc>
-  <lastmod>2021-06-30T22:38:42+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/system_package.html</loc>
-  <lastmod>2021-06-30T22:38:42+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/remote_package.html</loc>
-  <lastmod>2021-06-30T22:38:42+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-06-30T22:38:42+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/specification.html</loc>
-  <lastmod>2021-06-30T22:38:42+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/builtin_variables.html</loc>
-  <lastmod>2021-06-30T22:38:43+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/conditions.html</loc>
-  <lastmod>2021-06-30T22:38:43+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/custom_rule.html</loc>
-  <lastmod>2021-06-30T22:38:43+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/project_target.html</loc>
-  <lastmod>2021-06-30T22:38:43+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/package_interface.html</loc>
-  <lastmod>2021-06-30T22:38:43+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/builtin_modules.html</loc>
-  <lastmod>2021-06-30T22:38:43+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/custom_toolchain.html</loc>
-  <lastmod>2021-06-30T22:38:44+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/plugin_task.html</loc>
-  <lastmod>2021-06-30T22:38:44+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/package_dependencies.html</loc>
-  <lastmod>2021-06-30T22:38:44+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/configuration_option.html</loc>
-  <lastmod>2021-06-30T22:38:44+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/extension_modules.html</loc>
-  <lastmod>2021-06-30T22:38:44+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/global_interfaces.html</loc>
-  <lastmod>2021-06-30T22:38:44+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/theme/builtin_themes.html</loc>
-  <lastmod>2021-06-30T22:38:44+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/theme/switch_theme.html</loc>
-  <lastmod>2021-06-30T22:38:45+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/index.html</loc>
-  <lastmod>2021-06-30T22:38:45+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_package_old.html</loc>
-  <lastmod>2021-06-30T22:38:45+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_package.html</loc>
-  <lastmod>2021-06-30T22:38:45+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/system_package.html</loc>
-  <lastmod>2021-06-30T22:38:45+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/remote_package.html</loc>
-  <lastmod>2021-06-30T22:38:45+08:00</lastmod>
+  <lastmod>2021-07-01T09:53:22+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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

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

@@ -1,4 +1,33 @@
 
+## v2.5.5
+
+### 新特性
+
+* [#1421](https://github.com/xmake-io/xmake/issues/1421): 针对 target 目标,增加目标文件名的前缀,后缀和扩展名设置接口。
+* [#1422](https://github.com/xmake-io/xmake/issues/1422): 支持从 vcpkg, conan 中搜索包
+* [#1424](https://github.com/xmake-io/xmake/issues/1424): 设置 binary 作为默认的 target 目标类型
+* [#1140](https://github.com/xmake-io/xmake/issues/1140): 支持安装时候,手动选择从第三包包管理器安装包
+* [#1339](https://github.com/xmake-io/xmake/issues/1339): 改进 `xmake package` 去产生新的本地包格式,无缝集成 `add_requires`,并且新增生成远程包支持
+* 添加 `appletvos` 编译平台支持, `xmake f -p appletvos`
+* [#1437](https://github.com/xmake-io/xmake/issues/1437): 为包添加 headeronly 库类型去忽略 `vs_runtime`
+* [#1351](https://github.com/xmake-io/xmake/issues/1351): 支持导入导出当前配置
+* [#1454](https://github.com/xmake-io/xmake/issues/1454): 支持下载安装 windows 预编译包
+
+### 改进
+
+* [#1425](https://github.com/xmake-io/xmake/issues/1425): 改进 tools/meson 去加载 msvc 环境,并且增加一些内置配置。
+* [#1442](https://github.com/xmake-io/xmake/issues/1442): 支持从 git url 去下载包资源文件
+* [#1389](https://github.com/xmake-io/xmake/issues/1389): 支持添加工具链环境到 `xrepo env`
+* [#1453](https://github.com/xmake-io/xmake/issues/1453): 支持 protobuf 规则导出头文件搜索目录
+* 新增对 vs2022 的支持
+
+### Bugs 修复
+
+* [#1413](https://github.com/xmake-io/xmake/issues/1413): 修复查找包过程中出现的挂起卡死问题
+* [#1420](https://github.com/xmake-io/xmake/issues/1420): 修复包检测和配置缓存
+* [#1445](https://github.com/xmake-io/xmake/issues/1445): 修复 WDK 驱动签名错误
+* [#1465](https://github.com/xmake-io/xmake/issues/1465): 修复缺失的链接目录
+
 ## v2.5.4
 
 ### 新特性