From b5710a0990b2e8976f3cfb814b329f1a30662fd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=8F=8E=EF=B8=8F=20Yumo?= Date: Fri, 29 Nov 2024 20:48:25 +0800 Subject: [PATCH] docs: update changelog of 1.0.1 --- CHANGELOG.en-US.md | 17 +++++++++++++++++ CHANGELOG.zh-CN.md | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index d4966ded..e88b9ad2 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -16,6 +16,23 @@ tag: vVERSION --- +## 1.0.1 + +`2024-11-29` + +- 🛠 Optimized TS types for `useXAgent` and `XStream` (#272) by [YumoImer](https://github.com/YumoImer) +- 🛠 Made the `agent` parameter optional to support data management functionality using only `useXChat` (#271) by [YumoImer](https://github.com/YumoImer) +- 💄 Adjusted `Conversations` style based on RICH design specification (#242) by [YumoImer](https://github.com/YumoImer) +- 🛠 Fixed ghost dependency issue that prevented the project from starting when using `pnpm` (#223) by [YumoImer](https://github.com/YumoImer) +- 🏠 Demonstrated the attachment upload functionality in the standalone template (#250)(#265) by [kelvinelove](https://github.com/kelvinelove) +- 📖 Fixed missing contributor information (#212) by [afc163](https://github.com/afc163) +- 📖 Fixed code example issues in the model usage documentation (#275) by [YumoImer](https://github.com/YumoImer) +- 📖 Fixed incorrect image link in the design docs (#246) by [Rain-1214](https://github.com/Rain-1214) +- 📖 Updated README.md (#275)(#224)(#237)(#215) by [afc163](https://github.com/afc163) and [YumoImer](https://github.com/YumoImer) +- 📖 Optimized official site to enhance user experience (#264)(#263)(#262)(#261)(#241)(#246)(#210)(#211) by [YumoImer](https://github.com/YumoImer), [afc163](https://github.com/afc163), [Rain-1214](https://github.com/Rain-1214), and [kelvinelove](https://github.com/kelvinelove) +- 📦 Updated browser targets to reduce bundle size (#234) by [afc163](https://github.com/afc163) +- 🛠 Daily maintenance (#249)(#244)(#220)(#231)(#227)(#228)(#222)(#217) by [afc163](https://github.com/afc163), [zombieJ](https://github.com/zombieJ), and [YumoImer](https://github.com/YumoImer) + ## 1.0.0 `2024-11-22` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 698a83ea..17e0e1af 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -15,6 +15,23 @@ tag: vVERSION --- +## 1.0.1 + +`2024-11-29` + +- 🛠 优化 `useXAgent` 和 `XStream` 的 TS 类型 (#272) 由 [YumoImer](https://github.com/YumoImer) 提交 +- 🛠 调整 agent 参数设为可选,以支持仅使用 `useXChat` 的数据管理功能 (#271) 由 [YumoImer](https://github.com/YumoImer) 提交 +- 💄 调整 `Conversations` 样式基于 RICH 设计规范 (#242) 由 [YumoImer](https://github.com/YumoImer) 提交 +- 🛠 修复使用 `pnpm` 启动项目时幽灵依赖导致无法启动的问题 (#223) 由 [YumoImer](https://github.com/YumoImer) 提交 +- 🏠 独立式样板间支持附件上传功能演示 (#250)(#265) 由 [kelvinelove](https://github.com/kelvinelove)、[YumoImer](https://github.com/YumoImer) 提交 +- 📖 修复缺失的贡献者信息 (#212) 由 [afc163](https://github.com/afc163) 提交 +- 📖 修复模型使用文档中的代码示例问题 (#264) 由 [YumoImer](https://github.com/YumoImer) 提交 +- 📖 修复设计文档中的错误图片链接 (#246) 由 [Rain-1214](https://github.com/Rain-1214) 提交 +- 📖 更新 README.md (#275)(#224)(#237)(#215) 由 [afc163](https://github.com/afc163) 和 [YumoImer](https://github.com/YumoImer) 提交 +- 📖 优化官网站点提升用户体验 (#264)(#263)(#262)(#261)(#241)(#246)(#210)(#211) 由 [YumoImer](https://github.com/YumoImer)、[afc163](https://github.com/afc163)、[Rain-1214](https://github.com/Rain-1214)、[kelvinelove](https://github.com/kelvinelove) 完成 +- 📦 更新浏览器目标减少打包体积 (#234) 由 [afc163](https://github.com/afc163) 提交 +- 🛠 日常维护 (#249)(#244)(#220)(#231)(#227)(#228)(#222)(#217) 由 [afc163](https://github.com/afc163)、[zombieJ](https://github.com/zombieJ)、[YumoImer](https://github.com/YumoImer) 完成 + ## 1.0.0 `2024-11-22`