|
| 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! |
0 commit comments