This is an automated email from the ASF dual-hosted git repository.

shuai pushed a commit to branch blog
in repository https://gitbox.apache.org/repos/asf/answer-website.git

commit 03f15196168043b73eb540527c127fe4a5083808
Author: shuai <[email protected]>
AuthorDate: Thu Jan 29 16:33:43 2026 +0800

    feat: add 2.0.0 release blog
---
 blog/answer-2.0.0-release/index.md                 |  96 +++++++++++++++++++++
 .../answer-2.0.0-release/index.md                  |  96 +++++++++++++++++++++
 static/data/latest.json                            |   6 +-
 static/img/blog/[email protected]            | Bin 0 -> 392901 bytes
 static/img/blog/[email protected]            | Bin 0 -> 392901 bytes
 5 files changed, 195 insertions(+), 3 deletions(-)

diff --git a/blog/answer-2.0.0-release/index.md 
b/blog/answer-2.0.0-release/index.md
new file mode 100644
index 000000000..8eca38050
--- /dev/null
+++ b/blog/answer-2.0.0-release/index.md
@@ -0,0 +1,96 @@
+---
+date: 2026-01-30
+title: "Apache Answer 2.0.0: AI-Powered Workflows & Major Enhancements"
+authors: [shuai]
+category: Release
+featured: true
+image: [email protected]
+description: "This major release introduces AI Assistant, MCP Server, API 
Keys, and editor plugin support, revolutionizing how users interact with Answer 
through AI-powered workflows and enhanced extensibility."
+---
+
+> [!note]
+> This is a major upgrade focused on AI workflows: it adds AI Assistant, MCP 
Server, API Keys, and editor plugin support, along with a revamped admin 
navigation experience. Please make a complete backup before upgrading to 
prevent any data loss.
+
+We're excited to announce **Apache Answer 2.0.0**, a major milestone release 
that brings powerful AI capabilities and significant enhancements to the 
platform!
+This version introduces **AI Assistant**, **MCP Server**, **API Keys**, and 
**editor plugin support**, transforming how users interact with Answer through 
intelligent workflows. Additionally, we've improved the admin navigation 
experience and added layout customization options.
+
+As always, thank you to everyone in the community who contributed code, 
reviews, and feedback.
+
+---
+
+## ✨ New Features
+
+### AI & Integration Capabilities
+
+* **New**: AI Assistant feature 
([#1479](https://github.com/apache/answer/pull/1479)) by 
[@shuashuai](https://github.com/shuashuai) & 
[@LinkinStars](https://github.com/LinkinStars)
+  Empowers users with intelligent assistance directly within Answer, enabling 
AI-powered content generation, suggestions, and workflow automation.
+
+* **New**: MCP Server feature 
([#1480](https://github.com/apache/answer/pull/1480)) by 
[@LinkinStars](https://github.com/LinkinStars) & 
[@shuashuai](https://github.com/shuashuai)
+  Integrates Model Context Protocol (MCP) server support, enabling seamless 
connectivity with AI models and external services for enhanced functionality.
+
+* **New**: API Keys feature 
([#1482](https://github.com/apache/answer/pull/1482)) by 
[@LinkinStars](https://github.com/LinkinStars) & 
[@shuashuai](https://github.com/shuashuai)
+  Provides secure API key management for programmatic access, enabling 
developers to integrate Answer with external systems and automate workflows.
+
+* **New**: Editor plugin support 
([#1481](https://github.com/apache/answer/pull/1481)) by 
[@robinv8](https://github.com/robinv8)
+  Extends the editor with plugin architecture, allowing developers to 
customize and enhance the editing experience with custom functionality.
+
+---
+
+## 🚀 Improvements
+
+### Admin & User Experience
+
+* **Improve**: Enhanced convenience of the Admin navigation menu 
([#1483](https://github.com/apache/answer/pull/1483)) by 
[@shuashuai](https://github.com/shuashuai) & [@kumfo](https://github.com/kumfo)
+  Redesigned admin navigation for improved usability and faster access to 
administrative functions.
+
+* **Improve**: Added layout width option 
([#1484](https://github.com/apache/answer/pull/1484)) by 
[@shuashuai](https://github.com/shuashuai)
+  Gives users control over content layout width, allowing customization to 
match different screen sizes and preferences.
+
+---
+
+## 🐛 Bug Fixes
+
+### Admin & User Management
+
+* **Fixed**: Missing result prompt after submitting user addition in Admin 
([#1457](https://github.com/apache/answer/pull/1457)) by 
[@bimakw](https://github.com/bimakw)
+  Users now receive proper feedback when adding new users through the admin 
interface.
+
+* **Fixed**: External ID notification issue 
([#1465](https://github.com/apache/answer/pull/1465)) by 
[@IfDougelseSa](https://github.com/IfDougelseSa)
+  Resolves notification problems related to external ID handling.
+
+* **Fixed**: Expanded avatar column length from 1024 to 2048 
([#1463](https://github.com/apache/answer/pull/1463)) by 
[@csouls](https://github.com/csouls)
+  Increases avatar storage capacity to support higher resolution images.
+
+### Form & Input Handling
+
+* **Fixed**: Default value of 0 not displayed when SchemeForm input type is 
number by [@shuashuai](https://github.com/shuashuai)
+  Ensures numeric default values are properly displayed in form inputs.
+
+---
+
+## 🎨 Other Changes
+
+* **Major version upgrade**
+  This release represents a significant milestone with architectural 
improvements and new AI capabilities. Users upgrading from previous versions 
should review the new features and ensure compatibility with their workflows.
+
+---
+
+## 🙌 Contributor Acknowledgments
+
+A big thank you to everyone who contributed to this release through code, 
reviews, testing, and feedback. Your efforts help keep Apache Answer reliable 
and continuously improving.
+
+Special thanks to the contributors (in alphabetical order):
+
+* [@bimakw](https://github.com/bimakw)
+* [@csouls](https://github.com/csouls)
+* [@IfDougelseSa](https://github.com/IfDougelseSa)
+* [@kumfo](https://github.com/kumfo)
+* [@LinkinStars](https://github.com/LinkinStars)
+* [@robinv8](https://github.com/robinv8)
+* [@shuashuai](https://github.com/shuashuai)
+
+---
+
+**Upgrade now** to enjoy these powerful new features and improvements! 
Remember to make a complete backup before upgrading. If you encounter any 
issues, please report them on [GitHub](https://github.com/apache/answer/issues).
+
+Happy browsing! 🎉
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-blog/answer-2.0.0-release/index.md 
b/i18n/zh-CN/docusaurus-plugin-content-blog/answer-2.0.0-release/index.md
new file mode 100644
index 000000000..6220a1fd9
--- /dev/null
+++ b/i18n/zh-CN/docusaurus-plugin-content-blog/answer-2.0.0-release/index.md
@@ -0,0 +1,96 @@
+---
+date: 2026-01-30
+title: "Apache Answer 2.0.0: AI 驱动的工作流与重大增强"
+authors: [shuai]
+category: Release
+featured: true
+image: [email protected]
+description: "本次重大版本引入了 AI 助手、MCP 服务器、API 密钥和编辑器插件支持,通过 AI 
驱动的工作流和增强的扩展性,彻底改变了用户与 Answer 的交互方式。"
+---
+
+> [!note]
+> 这是一个专注于 AI 工作流的重大升级:新增了 AI 助手、MCP 服务器、API 
密钥和编辑器插件支持,同时重新设计了管理导航体验。请在升级前进行完整备份,以防止任何数据丢失。
+
+我们很高兴宣布 **Apache Answer 2.0.0**,这是一个重要的里程碑版本,为平台带来了强大的 AI 功能和重大增强!
+本版本引入了 **AI 助手**、**MCP 服务器**、**API 密钥**和**编辑器插件支持**,通过智能工作流改变了用户与 Answer 
的交互方式。此外,我们还改进了管理导航体验,并添加了布局自定义选项。
+
+一如既往,感谢社区中所有贡献代码、审查和反馈的成员。
+
+---
+
+## ✨ 新功能
+
+### AI 与集成能力
+
+* **新功能**:AI 助手功能 ([#1479](https://github.com/apache/answer/pull/1479)) 由 
[@shuashuai](https://github.com/shuashuai) 和 
[@LinkinStars](https://github.com/LinkinStars) 贡献
+  使用户能够在 Answer 中直接获得智能辅助,支持 AI 驱动的内容生成、建议和工作流自动化。
+
+* **新功能**:MCP 服务器功能 ([#1480](https://github.com/apache/answer/pull/1480)) 由 
[@LinkinStars](https://github.com/LinkinStars) 和 
[@shuashuai](https://github.com/shuashuai) 贡献
+  集成模型上下文协议(MCP)服务器支持,实现与 AI 模型和外部服务的无缝连接,以增强功能。
+
+* **新功能**:API 密钥功能 ([#1482](https://github.com/apache/answer/pull/1482)) 由 
[@LinkinStars](https://github.com/LinkinStars) 和 
[@shuashuai](https://github.com/shuashuai) 贡献
+  提供安全的 API 密钥管理,支持程序化访问,使开发者能够将 Answer 与外部系统集成并自动化工作流。
+
+* **新功能**:编辑器插件支持 ([#1481](https://github.com/apache/answer/pull/1481)) 由 
[@robinv8](https://github.com/robinv8) 贡献
+  通过插件架构扩展编辑器,允许开发者使用自定义功能来定制和增强编辑体验。
+
+---
+
+## 🚀 改进
+
+### 管理与用户体验
+
+* **改进**:增强管理导航菜单的便利性 ([#1483](https://github.com/apache/answer/pull/1483)) 由 
[@shuashuai](https://github.com/shuashuai) 和 [@kumfo](https://github.com/kumfo) 
贡献
+  重新设计管理导航,提高可用性并加快对管理功能的访问。
+
+* **改进**:添加布局宽度选项 ([#1484](https://github.com/apache/answer/pull/1484)) 由 
[@shuashuai](https://github.com/shuashuai) 贡献
+  让用户能够控制内容布局宽度,允许根据不同的屏幕尺寸和偏好进行自定义。
+
+---
+
+## 🐛 错误修复
+
+### 管理与用户管理
+
+* **修复**:在管理界面添加用户后缺少结果提示 
([#1457](https://github.com/apache/answer/pull/1457)) 由 
[@bimakw](https://github.com/bimakw) 贡献
+  现在,通过管理界面添加新用户时,用户会收到适当的反馈。
+
+* **修复**:外部 ID 通知问题 ([#1465](https://github.com/apache/answer/pull/1465)) 由 
[@IfDougelseSa](https://github.com/IfDougelseSa) 贡献
+  解决了与外部 ID 处理相关的通知问题。
+
+* **修复**:将头像列长度从 1024 扩展到 2048 
([#1463](https://github.com/apache/answer/pull/1463)) 由 
[@csouls](https://github.com/csouls) 贡献
+  增加头像存储容量,支持更高分辨率的图像。
+
+### 表单与输入处理
+
+* **修复**:当 SchemeForm 输入类型为数字时,默认值 0 不显示 由 
[@shuashuai](https://github.com/shuashuai) 贡献
+  确保数字默认值在表单输入中正确显示。
+
+---
+
+## 🎨 其他更改
+
+* **重大版本升级**
+  本次发布代表了一个重要的里程碑,包含架构改进和新的 AI 功能。从以前版本升级的用户应查看新功能并确保与工作流的兼容性。
+
+---
+
+## 🙌 贡献者致谢
+
+非常感谢所有通过代码、审查、测试和反馈为本次发布做出贡献的成员。你们的努力帮助 Apache Answer 保持可靠并持续改进。
+
+特别感谢以下贡献者(按字母顺序):
+
+* [@bimakw](https://github.com/bimakw)
+* [@csouls](https://github.com/csouls)
+* [@IfDougelseSa](https://github.com/IfDougelseSa)
+* [@kumfo](https://github.com/kumfo)
+* [@LinkinStars](https://github.com/LinkinStars)
+* [@robinv8](https://github.com/robinv8)
+* [@shuashuai](https://github.com/shuashuai)
+
+---
+
+**立即升级**以享受这些强大的新功能和改进!请记住在升级前进行完整备份。如果遇到任何问题,请在 
[GitHub](https://github.com/apache/answer/issues) 上报告。
+
+祝您使用愉快!🎉
diff --git a/static/data/latest.json b/static/data/latest.json
index 9261b5930..e912118b3 100644
--- a/static/data/latest.json
+++ b/static/data/latest.json
@@ -1,7 +1,7 @@
 {
   "release": {
-    "date": "2025-12-19",
-    "version": "1.7.1",
-    "url": "https://github.com/apache/answer/releases/tag/v1.7.1";
+    "date": "2026-01-30",
+    "version": "2.0.0",
+    "url": "https://github.com/apache/answer/releases/tag/v2.0.0";
   }
 }
diff --git a/static/img/blog/[email protected] 
b/static/img/blog/[email protected]
new file mode 100644
index 000000000..e62fa2bf4
Binary files /dev/null and b/static/img/blog/[email protected] differ
diff --git a/static/img/blog/[email protected] 
b/static/img/blog/[email protected]
new file mode 100644
index 000000000..e62fa2bf4
Binary files /dev/null and b/static/img/blog/[email protected] differ

Reply via email to