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 e5616b35911ce1ee1bdc359ebb90b3b4b76fb675 Author: LinkinStars <[email protected]> AuthorDate: Wed Jan 8 11:50:01 2025 +0800 docs(blog): announce Apache Answer 1.4.2 release --- .../attachment-upload.png | Bin 0 -> 20900 bytes blog/apache-answer-1.4.2-release/frequent-tab.png | Bin 0 -> 15537 bytes blog/apache-answer-1.4.2-release/index.md | 47 +++++++++++++++++++++ .../rate-resolved-unanswered-metrics.png | Bin 0 -> 31581 bytes static/img/blog/[email protected] | Bin 0 -> 10723 bytes static/img/blog/[email protected] | Bin 0 -> 10723 bytes 6 files changed, 47 insertions(+) diff --git a/blog/apache-answer-1.4.2-release/attachment-upload.png b/blog/apache-answer-1.4.2-release/attachment-upload.png new file mode 100644 index 000000000..f2ff04499 Binary files /dev/null and b/blog/apache-answer-1.4.2-release/attachment-upload.png differ diff --git a/blog/apache-answer-1.4.2-release/frequent-tab.png b/blog/apache-answer-1.4.2-release/frequent-tab.png new file mode 100644 index 000000000..9d77b00c8 Binary files /dev/null and b/blog/apache-answer-1.4.2-release/frequent-tab.png differ diff --git a/blog/apache-answer-1.4.2-release/index.md b/blog/apache-answer-1.4.2-release/index.md new file mode 100644 index 000000000..6cc7c9d89 --- /dev/null +++ b/blog/apache-answer-1.4.2-release/index.md @@ -0,0 +1,47 @@ +--- +date: 2025-01-01 +title: "Apache Answer 1.4.2: Enhance Your Q&A with Attachment Uploads" +authors: [LinkinStar] +category: Release +featured: true +image: [email protected] +description: "Making it simple to share relevant documents and improve the quality of your Q&A." + +--- + +## 🎉 New Features +### Attachment Upload + +We’re excited to introduce the long-awaited attachment-upload feature! Now you can easily share relevant files with your questions. + + + + +You can config the `Authorized attachment extensions` in the Admin Panel to specify the file types you want to allow. + +### Key Metrics Dashboard + + + +Get insights at a glance! Our new dashboard now includes key metrics(Resolved/Unanswered), helping you track your response rate. + +### Add "Frequent" tab + + + +Finding the most linked questions just got easier! With the new "Frequent" tab, you can filter and view the questions that are most often connected. + +## 🔧 Improvements +- **Enhanced Readability:** Long code snippets can be challenging to read, but we’ve made improvements to ensure they’re more digestible. +- **Reminder Email Update:** We’ve added a "Do not reply directly" message to our reminder emails to avoid confusion. Thanks, @sosyz, for the suggestion! +- **SEO Enhancements:** We’ve optimized the user homepage for better search engine visibility. + +## 🐞 Bug Fixes +- **Markdown Parsing Fix:** We resolved an issue where ordered list numbers were not incrementing correctly during markdown parsing. +- **Tag Display Exception:** The change list/unlist action now works smoothly without causing tag display exceptions. +- **Timezone Display Issue:** The timezone display on the Dashboard page has been corrected, ensuring it shows properly when set to UTC. +- **Content Duplication Fix:** We’ve resolved the duplication of content on the results page. +- **User Addition Fix:** The unexpected username length restriction in the Admin Panel has been lifted, allowing for smoother user additions. + +## ❤️ Special Thanks +We hope you enjoy the new features and improvements in Apache Answer 1.4.2! As always, we appreciate your feedback and contributions. Happy connecting! \ No newline at end of file diff --git a/blog/apache-answer-1.4.2-release/rate-resolved-unanswered-metrics.png b/blog/apache-answer-1.4.2-release/rate-resolved-unanswered-metrics.png new file mode 100644 index 000000000..ea277315e Binary files /dev/null and b/blog/apache-answer-1.4.2-release/rate-resolved-unanswered-metrics.png differ diff --git a/static/img/blog/[email protected] b/static/img/blog/[email protected] new file mode 100644 index 000000000..0f8f4c2ca 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..0f8f4c2ca Binary files /dev/null and b/static/img/blog/[email protected] differ
