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 0000000000..f2ff044996 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 0000000000..9d77b00c80 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 0000000000..6485942243 --- /dev/null +++ b/blog/apache-answer-1.4.2-release/index.md @@ -0,0 +1,47 @@ +--- +date: 2025-02-10 +title: "Apache Answer 1.4.2: Enhance Your Q&A with Attachment Uploads" +authors: [LinkinStar] +category: Release +featured: true +image: 2025-02-10-cover@4x.png +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. + +![attachment-upload.png](attachment-upload.png) + + +You can config the `Authorized attachment extensions` in the Admin Panel to specify the file types you want to allow. + +### Key Metrics Dashboard + +![rate-resolved-unanswered-metrics.png](rate-resolved-unanswered-metrics.png) + +Get insights at a glance! Our new dashboard now includes key metrics(Resolved/Unanswered), helping you track your response rate. + +### Add "Frequent" tab + +![frequent-tab.png](frequent-tab.png) + +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 0000000000..ea277315e1 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/2025-02-10-cover@2x.png b/static/img/blog/2025-02-10-cover@2x.png new file mode 100644 index 0000000000..0f8f4c2ca8 Binary files /dev/null and b/static/img/blog/2025-02-10-cover@2x.png differ diff --git a/static/img/blog/2025-02-10-cover@4x.png b/static/img/blog/2025-02-10-cover@4x.png new file mode 100644 index 0000000000..0f8f4c2ca8 Binary files /dev/null and b/static/img/blog/2025-02-10-cover@4x.png differ