Skip to content

Commit de21e8b

Browse files
author
robin
committed
feat: add release v1.7.0 blog post and update authors list
1 parent eab1a76 commit de21e8b

6 files changed

Lines changed: 285 additions & 5 deletions

File tree

blog/answer-1.7.0-release/index.md

Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
---
2+
date: 2025-10-31
3+
title: "Apache Answer 1.7.0: Quicklinks Plugin & Layout Improvements"
4+
authors: [Robin]
5+
category: Release
6+
featured: true
7+
image: 2025-11-05-cover.png
8+
description: "Answer 1.7.0 introduces Quicklinks plugin, layout improvements, schemaForm enhancements, responsive optimizations, and important bug fixes."
9+
---
10+
11+
We're excited to announce the release of **Apache Answer v1.7.0**! This version brings significant improvements to the plugin ecosystem, user interface, and overall user experience. Thank you to all contributors who made this release possible.
12+
13+
:::caution
14+
15+
**Important Notice**: We have made a lot of layout changes in this version. If you have modified the page layout, there may be conflicts. Please remember to backup your old data before upgrading.
16+
17+
:::
18+
19+
## New Features
20+
21+
### Quicklinks Plugin
22+
23+
The Quicklinks plugin is now available and integrated by default, providing administrators with powerful navigation management capabilities. This plugin allows you to create custom quick links that help users navigate your community more efficiently.
24+
25+
- **New**: Quicklinks Plugin ([apache/answer-plugins#269](https://github.com/apache/answer-plugins/issues/269)) by [@shuashuai](https://github.com/shuashuai)
26+
- **New**: Integrated Quicklinks plugin by default ([#1405](https://github.com/apache/answer/issues/1405)) by [@LinkinStars](https://github.com/LinkinStars)
27+
28+
## Improvements
29+
30+
### Form & Schema Enhancements
31+
32+
- **schemaForm support tagSelector component** ([#1380](https://github.com/apache/answer/pull/1380)) by [@shuashuai](https://github.com/shuashuai)
33+
Plugin developers can now use tagSelector components in schemaForm, making it easier to create forms with tag selection capabilities.
34+
35+
### Layout & UI Improvements
36+
37+
- **The question detail page no longer displays the pinned status** ([#1393](https://github.com/apache/answer/pull/1393)) by [@shuashuai](https://github.com/shuashuai)
38+
Cleaner question detail page without redundant pinned status indicators.
39+
40+
- **Unified question URL path** ([#1392](https://github.com/apache/answer/pull/1392)) by [@shuashuai](https://github.com/shuashuai)
41+
Consistent URL structure for questions improves SEO and user experience.
42+
43+
- **Related will display an empty area when there is no content** ([#1394](https://github.com/apache/answer/pull/1394)) by [@Dinesht04](https://github.com/Dinesht04)
44+
Better visual feedback when related content is not available.
45+
46+
- **Optimize responsive layout** ([#1406](https://github.com/apache/answer/pull/1406)) by [@shuashuai](https://github.com/shuashuai)
47+
Enhanced mobile and tablet experience with improved responsive design.
48+
49+
### User Experience Enhancements
50+
51+
- **Make tags optional when creating new questions** ([#1177](https://github.com/apache/answer/pull/1177)) by [@Dinesht04](https://github.com/Dinesht04)
52+
Users can now create questions without tags, providing more flexibility in question creation.
53+
54+
- **Make "Body" part of the question optional** ([#842](https://github.com/apache/answer/pull/842)) by [@Dinesht04](https://github.com/Dinesht04)
55+
Questions can be created with just a title, allowing for simpler question formats.
56+
57+
### Command-Line Tool Enhancement
58+
59+
- **Add resetPassword option to command-line tool** ([#1400](https://github.com/apache/answer/pull/1400), [#1308](https://github.com/apache/answer/pull/1308)) by [@sosyz](https://github.com/sosyz)
60+
Administrators can now reset user passwords directly from the command line, improving account management capabilities.
61+
62+
## Bug Fixes
63+
64+
### Image & Media Fixes
65+
66+
- **Fixed: Images in answers not correctly resized** ([#1404](https://github.com/apache/answer/pull/1404)) by [@shuashuai](https://github.com/shuashuai)
67+
Images in answers now properly resize according to container dimensions.
68+
69+
### Notification System Fixes
70+
71+
- **Fixed: New Question Notification Message not get trigger_user** ([#1384](https://github.com/apache/answer/pull/1384), [#1385](https://github.com/apache/answer/pull/1385)) by [@light-white](https://github.com/light-white)
72+
Notification messages now correctly include the trigger user information.
73+
74+
- **Fixed: New Question Notification Message not get new tag** ([#1382](https://github.com/apache/answer/pull/1382), [#1383](https://github.com/apache/answer/pull/1383)) by [@light-white](https://github.com/light-white)
75+
Notifications now properly include new tag information when tags are added to questions.
76+
77+
### User & Authentication Fixes
78+
79+
- **Fixed: sync username character** ([#1397](https://github.com/apache/answer/pull/1397)) by [@sy-records](https://github.com/sy-records)
80+
Username character synchronization issue resolved.
81+
82+
### Theme & Styling Fixes
83+
84+
- **Fixed: Dark Mode: Wrong background color for code block** ([#1368](https://github.com/apache/answer/pull/1368)) by [@Dinesht04](https://github.com/Dinesht04)
85+
Code blocks now display correctly in dark mode with proper background colors.
86+
87+
### Plugin System Fixes
88+
89+
- **Fixed: Plugin installation: build failed failed to copy ui files** ([#1376](https://github.com/apache/answer/pull/1376)) by [@hgaol](https://github.com/hgaol)
90+
Plugin installation now correctly copies UI files during the build process.
91+
92+
## New Contributors
93+
94+
We're thrilled to welcome new contributors to the Apache Answer community:
95+
96+
- [@light-white](https://github.com/light-white) made their first contribution in [#1382](https://github.com/apache/answer/pull/1382)
97+
98+
Thank you for joining our community and contributing to Apache Answer!
99+
100+
## Contributor Acknowledgments
101+
102+
Thank you to all developers and community members who contributed to v1.7.0! Your code contributions, issue reports, documentation improvements, and testing efforts made this release possible.
103+
104+
Special thanks to our contributors (in alphabetical order):
105+
106+
- [@Dinesht04](https://github.com/Dinesht04)
107+
- [@hgaol](https://github.com/hgaol)
108+
- [@light-white](https://github.com/light-white)
109+
- [@LinkinStars](https://github.com/LinkinStars)
110+
- [@shuashuai](https://github.com/shuashuai)
111+
- [@sosyz](https://github.com/sosyz)
112+
- [@sy-records](https://github.com/sy-records)
113+
114+
And all community members who participated in discussions, testing, and feedback.
115+
116+
For the complete changelog, please visit the [GitHub comparison page](https://github.com/apache/answer/compare/v1.6.0...v1.7.0).
117+
118+
## Join Us
119+
120+
Apache Answer is an open-source project, and we welcome all forms of contribution:
121+
122+
- **Code Contributions**: Submit PRs on [GitHub](https://github.com/apache/answer)
123+
- **Issue Reports**: Report bugs or suggest features
124+
- **Documentation Improvements**: Help improve documentation and translations
125+
- **Community Support**: Help other users in forums and discussions
126+
127+
### Contact
128+
129+
- **Mailing List**: [dev@answer.apache.org](mailto:dev@answer.apache.org)
130+
- **GitHub**: [apache/answer](https://github.com/apache/answer)
131+
- **Official Website**: [answer.apache.org](https://answer.apache.org)
132+
- **Documentation**: [answer.apache.org/docs](https://answer.apache.org/docs/)
133+
134+
Let's build a better Q&A platform together!

blog/authors.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,10 @@ Kumfo:
5050
name: Kumfo
5151
title: Developer
5252
url: https://github.com/kumfo
53-
image_url: https://avatars.githubusercontent.com/u/7692591?v=4
53+
image_url: https://avatars.githubusercontent.com/u/7692591?v=4
54+
55+
Robin:
56+
name: Robin
57+
title: Developer
58+
url: https://github.com/robinv8
59+
image_url: https://avatars.githubusercontent.com/u/12277531?v=4
Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
---
2+
date: 2025-10-31
3+
title: "Apache Answer 1.7.0: Quicklinks 插件与布局改进"
4+
authors: [Robin]
5+
category: Release
6+
featured: true
7+
image: 2025-11-05-cover.png
8+
description: "Answer 1.7.0 引入了 Quicklinks 插件、布局改进、schemaForm 增强、响应式优化以及重要的错误修复。"
9+
---
10+
11+
我们很高兴宣布 **Apache Answer v1.7.0** 正式发布!本版本为插件生态系统、用户界面和整体用户体验带来了显著改进。感谢所有使本次发布成为可能的贡献者。
12+
13+
:::caution
14+
15+
**重要提示**:我们在本版本中进行了大量布局更改。如果您修改了页面布局,可能会产生冲突。请在升级前记得备份您的旧数据。
16+
17+
:::
18+
19+
## 新功能
20+
21+
### Quicklinks 插件
22+
23+
Quicklinks 插件现已可用并默认集成,为管理员提供了强大的导航管理能力。该插件允许您创建自定义快速链接,帮助用户更高效地浏览您的社区。
24+
25+
- **新功能**:Quicklinks 插件 ([apache/answer-plugins#269](https://github.com/apache/answer-plugins/issues/269)) 由 [@shuashuai](https://github.com/shuashuai) 贡献
26+
- **新功能**:默认集成 Quicklinks 插件 ([#1405](https://github.com/apache/answer/issues/1405)) 由 [@LinkinStars](https://github.com/LinkinStars) 贡献
27+
28+
## 改进
29+
30+
### 表单与 Schema 增强
31+
32+
- **schemaForm 支持 tagSelector 组件** ([#1380](https://github.com/apache/answer/pull/1380)) 由 [@shuashuai](https://github.com/shuashuai) 贡献
33+
插件开发者现在可以在 schemaForm 中使用 tagSelector 组件,使创建具有标签选择功能的表单变得更加容易。
34+
35+
### 布局与 UI 改进
36+
37+
- **问题详情页不再显示置顶状态** ([#1393](https://github.com/apache/answer/pull/1393)) 由 [@shuashuai](https://github.com/shuashuai) 贡献
38+
更简洁的问题详情页,移除了冗余的置顶状态指示器。
39+
40+
- **统一问题 URL 路径** ([#1392](https://github.com/apache/answer/pull/1392)) 由 [@shuashuai](https://github.com/shuashuai) 贡献
41+
统一的问题 URL 结构改善了 SEO 和用户体验。
42+
43+
- **相关推荐在无内容时显示空白区域** ([#1394](https://github.com/apache/answer/pull/1394)) 由 [@Dinesht04](https://github.com/Dinesht04) 贡献
44+
当没有相关内容时,提供更好的视觉反馈。
45+
46+
- **优化响应式布局** ([#1406](https://github.com/apache/answer/pull/1406)) 由 [@shuashuai](https://github.com/shuashuai) 贡献
47+
通过改进的响应式设计,增强了移动设备和平板电脑的体验。
48+
49+
### 用户体验增强
50+
51+
- **创建新问题时标签可选** ([#1177](https://github.com/apache/answer/pull/1177)) 由 [@Dinesht04](https://github.com/Dinesht04) 贡献
52+
用户现在可以创建不带标签的问题,为问题创建提供更大的灵活性。
53+
54+
- **问题"正文"部分可选** ([#842](https://github.com/apache/answer/pull/842)) 由 [@Dinesht04](https://github.com/Dinesht04) 贡献
55+
问题可以仅使用标题创建,允许更简单的问题格式。
56+
57+
### 命令行工具增强
58+
59+
- **命令行工具添加 resetPassword 选项** ([#1400](https://github.com/apache/answer/pull/1400), [#1308](https://github.com/apache/answer/pull/1308)) 由 [@sosyz](https://github.com/sosyz) 贡献
60+
管理员现在可以直接从命令行重置用户密码,提高了账户管理能力。
61+
62+
## 错误修复
63+
64+
### 图片与媒体修复
65+
66+
- **修复:答案中的图片未正确调整大小** ([#1404](https://github.com/apache/answer/pull/1404)) 由 [@shuashuai](https://github.com/shuashuai) 贡献
67+
答案中的图片现在可以根据容器尺寸正确调整大小。
68+
69+
### 通知系统修复
70+
71+
- **修复:新问题通知消息未获取 trigger_user** ([#1384](https://github.com/apache/answer/pull/1384), [#1385](https://github.com/apache/answer/pull/1385)) 由 [@light-white](https://github.com/light-white) 贡献
72+
通知消息现在正确包含触发用户信息。
73+
74+
- **修复:新问题通知消息未获取新标签** ([#1382](https://github.com/apache/answer/pull/1382), [#1383](https://github.com/apache/answer/pull/1383)) 由 [@light-white](https://github.com/light-white) 贡献
75+
当问题添加标签时,通知现在正确包含新标签信息。
76+
77+
### 用户与认证修复
78+
79+
- **修复:同步用户名字符** ([#1397](https://github.com/apache/answer/pull/1397)) 由 [@sy-records](https://github.com/sy-records) 贡献
80+
已解决用户名字符同步问题。
81+
82+
### 主题与样式修复
83+
84+
- **修复:深色模式中代码块背景颜色错误** ([#1368](https://github.com/apache/answer/pull/1368)) 由 [@Dinesht04](https://github.com/Dinesht04) 贡献
85+
代码块现在在深色模式下正确显示,具有正确的背景颜色。
86+
87+
### 插件系统修复
88+
89+
- **修复:插件安装时构建失败,无法复制 ui 文件** ([#1376](https://github.com/apache/answer/pull/1376)) 由 [@hgaol](https://github.com/hgaol) 贡献
90+
插件安装现在在构建过程中正确复制 UI 文件。
91+
92+
## 新贡献者
93+
94+
我们很高兴欢迎新贡献者加入 Apache Answer 社区:
95+
96+
- [@light-white](https://github.com/light-white)[#1382](https://github.com/apache/answer/pull/1382) 中做出了首次贡献
97+
98+
感谢您加入我们的社区并为 Apache Answer 做出贡献!
99+
100+
## 贡献者致谢
101+
102+
感谢所有为 v1.7.0 做出贡献的开发者和社区成员!你们的代码贡献、问题报告、文档改进和测试工作使本次发布成为可能。
103+
104+
特别感谢我们的贡献者(按字母顺序):
105+
106+
- [@Dinesht04](https://github.com/Dinesht04)
107+
- [@hgaol](https://github.com/hgaol)
108+
- [@light-white](https://github.com/light-white)
109+
- [@LinkinStars](https://github.com/LinkinStars)
110+
- [@shuashuai](https://github.com/shuashuai)
111+
- [@sosyz](https://github.com/sosyz)
112+
- [@sy-records](https://github.com/sy-records)
113+
114+
以及所有参与讨论、测试和反馈的社区成员。
115+
116+
完整的变更日志,请访问 [GitHub 对比页面](https://github.com/apache/answer/compare/v1.6.0...v1.7.0)
117+
118+
## 加入我们
119+
120+
Apache Answer 是一个开源项目,我们欢迎各种形式的贡献:
121+
122+
- **代码贡献**:在 [GitHub](https://github.com/apache/answer) 上提交 PR
123+
- **问题报告**:报告错误或提出功能建议
124+
- **文档改进**:帮助改进文档和翻译
125+
- **社区支持**:在论坛和讨论中帮助其他用户
126+
127+
### 联系方式
128+
129+
- **邮件列表**[dev@answer.apache.org](mailto:dev@answer.apache.org)
130+
- **GitHub**[apache/answer](https://github.com/apache/answer)
131+
- **官方网站**[answer.apache.org](https://answer.apache.org)
132+
- **文档**[answer.apache.org/docs](https://answer.apache.org/docs/)
133+
134+
让我们一起构建更好的 Q&A 平台!

i18n/zh-CN/docusaurus-plugin-content-blog/authors.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,10 @@ Kumfo:
5050
name: Kumfo
5151
title: Developer
5252
url: https://github.com/kumfo
53-
image_url: https://avatars.githubusercontent.com/u/7692591?v=4
53+
image_url: https://avatars.githubusercontent.com/u/7692591?v=4
54+
55+
Robin:
56+
name: Robin
57+
title: Developer
58+
url: https://github.com/robinv8
59+
image_url: https://avatars.githubusercontent.com/u/12277531?v=4

static/data/latest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"release": {
3-
"date": "2025-07-22",
4-
"version": "1.6.0",
5-
"url": "https://github.com/apache/answer/releases/tag/v1.6.0"
3+
"date": "2025-11-05",
4+
"version": "1.7.0",
5+
"url": "https://github.com/apache/answer/releases/tag/v1.7.0"
66
}
77
}
299 KB
Loading

0 commit comments

Comments
 (0)