This is an automated email from the ASF dual-hosted git repository. linkinstar pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/answer-website.git
commit cd35bbc3f57f769f4b284c4619f950659d4861f8 Author: LinkinStars <linkins...@foxmail.com> AuthorDate: Tue Jun 3 11:32:29 2025 +0800 docs(release): update 1.5.1 version --- blog/answer-1.5.1-release/index.md | 60 ++++++++++++++++++++++++++++++++ static/img/blog/2025-06-03-co...@2x.png | Bin 0 -> 5805 bytes static/img/blog/2025-06-03-co...@4x.png | Bin 0 -> 12812 bytes 3 files changed, 60 insertions(+) diff --git a/blog/answer-1.5.1-release/index.md b/blog/answer-1.5.1-release/index.md new file mode 100644 index 000000000..03731be5b --- /dev/null +++ b/blog/answer-1.5.1-release/index.md @@ -0,0 +1,60 @@ +--- +date: 2025-06-03 +title: "Apache Answer 1.5.1: Now Available with Improvements and Fixes" +authors: [LinkinStar] +category: Release +featured: true +image: 2025-06-03-co...@4x.png +description: "Answer 1.5.1 Enhanced Navigation, Admin Menu Improvements & Key Bug Fixes" +--- + +# Version 1.5.1 Release Notes + +We're excited to announce the release of version **1.5.1**! This update brings several improvements and bug fixes to enhance usability and stability. Below are the key changes in this release. + +--- + +## 🔧 Improvements + +- **Separate Background Color for Navigation** + The navigation bar now has a distinct background color for better visual separation and improved user experience. *(Thanks @shuashuai & @LinkinStars [#1346](https://github.com/apache/answer/pull/1346))* + +- **Enhanced Admin Menu** + The admin menu has been refined for better organization and usability. *(Thanks @shuashuai [#1345](https://github.com/apache/answer/pull/1345))* + +- **Refined Command Usage Statements** + Command-line tool usage descriptions have been improved for clarity. *(Thanks @Octobug [#1330](https://github.com/apache/answer/pull/1330))* + +- **Comprehensive Tests for KV Storage Plugin** + Added thorough testing for the key-value storage plugin to ensure reliability. *(Thanks @sosyz [#1344](https://github.com/apache/answer/pull/1344))* + +--- + +## 🐞 Bug Fixes + +- **Google Login Users Losing Image Access** + Fixed an issue where users logging in via Google connector couldn't access images. *(Thanks @Giorgio-Bonvicini-R4P [#1334](https://github.com/apache/answer/pull/1334))* + +- **Username Minimum Length Inconsistency** + Resolved a mismatch where the admin panel still enforced a 4-character minimum despite the setting being reduced to 2. *(Thanks @sy-records [#1341](https://github.com/apache/answer/pull/1341))* + +- **Code Snippet Layout Breakage** + Fixed a bug where code snippets could disrupt the page layout. *(Thanks @shuashuai [#1329](https://github.com/apache/answer/pull/1329))* + +- **Image Placement When Copying Mixed Content** + Corrected an issue where pasted images would always appear at the end of copied text-and-image content. *(Thanks @shuashuai)* + +--- + +## ❤️ Thanks to Our Contributors + +A huge thank you to all the contributors who helped improve this release (sorted by GitHub ID): +[@Giorgio-Bonvicini-R4P](https://github.com/Giorgio-Bonvicini-R4P), [@LinkinStars](https://github.com/LinkinStars), [@Octobug](https://github.com/Octobug), [@shuashuai](https://github.com/shuashuai), [@sosyz](https://github.com/sosyz), [@sy-records](https://github.com/sy-records) + +Your contributions make this project better with every update! 🚀 + +--- + +**Upgrade now** to enjoy these improvements and fixes! If you encounter any issues, please report them on [GitHub](https://github.com/apache/answer/issues). + +Happy browsing! 🎉 diff --git a/static/img/blog/2025-06-03-co...@2x.png b/static/img/blog/2025-06-03-co...@2x.png new file mode 100644 index 000000000..22e60b20a Binary files /dev/null and b/static/img/blog/2025-06-03-co...@2x.png differ diff --git a/static/img/blog/2025-06-03-co...@4x.png b/static/img/blog/2025-06-03-co...@4x.png new file mode 100644 index 000000000..e78a9587f Binary files /dev/null and b/static/img/blog/2025-06-03-co...@4x.png differ