Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added blog/apache-answer-1.4.5-release/card-layout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added blog/apache-answer-1.4.5-release/footnote.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions blog/apache-answer-1.4.5-release/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
date: 2025-03-24
title: "Apache Answer 1.4.5: Your Questions, Your Layout"
authors: [Luffy]
category: Release
featured: true
image: 2025-03-24-cover@4x.png
description: "Enhancing Q&A workflows with card/compact views, secure collaboration, and precise Markdown editing."

---

## 🎉 New Features

### Flexible Question Layouts

Add view layout options:

- **Card**: Show a summary of no more than 2 lines
![Card Layout](card-layout.png)

- **Compact**: Show only the title
![Compact Layout](compact-layout.png)

### Markdown, Elevated

- **Footnote Support**: Add references without cluttering your text.
![Footnote](footnote.png)

- **One-Click Code Copy**: Simplify sharing with code block copy buttons.
- **Line Break Parsing Fix**: Comments with line breaks now render correctly.

### Security & Control

- **Permanent Delete**: Remove sensitive content irreversibly when needed.
- **External Image Toggle**: Disable external images to protect privacy or reduce clutter.
- **Automatic File Cleanup**: Unused files? The system now clears them automatically.

## 🔧 Improvements

- **PostgreSQL SSL Support**: Encrypt database connections for enhanced security.
- **Password Verification During Installation**: Added checks to prevent login lockouts from initial setup errors.
- **Legal Compliance**: Added "Privacy Policy" and "Terms of Service" links in the footer.
- **𝕏 Social Share Update**: The share dropdown now reflects Twitter’s rebranding to "X".

## 🐞 Bug Fixes

- **Image Uploads Restored**: Answer questions with images smoothly.
- **Plugin Build Timeouts**: Fixed `ERR_SOCKET_TIMEOUT` during local plugin development.
- **Translate Badges Fixed**: Multilingual tags now display correctly.
- **Admin Name Validation**: It now follows the same rules as the registration page.

## ⚙️ Under the Hood

- **Code Quality Boost**: Added linting steps for consistent UI code.
- **SEO Guard**: Blocked `/swagger/*` paths from search engines by default.

## ❤️ Thank You Contributors

Meet the new faces and greet the old acquaintances in this release today. Let's give a round of applause to:
[codewec](https://github.com/codewec), [LinkinStars](https://github.com/LinkinStars), [shuaishuai](https://github.com/shuashuai), [sy-records](https://github.com/sy-records), [miicchelle](https://github.com/miicchelle), [unical1988](https://github.com/unical1988), [CodexX777](https://github.com/CodexX777), and [Mindslayer001](https://github.com/Mindslayer001).

We hope you enjoy the new features and improvements in Apache Answer 1.4.5! As always, we appreciate your feedback and contributions. Happy connecting!
9 changes: 7 additions & 2 deletions blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LinkinStar:
fenbox:
name: Fen
title: Product Designer
url: https://github.com
url: https://github.com/fenbox
image_url: https://avatars.githubusercontent.com/u/360618?v=4

shuai:
Expand All @@ -39,4 +39,9 @@ Joyqi:
title: PMC Chair
url: https://github.com/joyqi
image_url: https://avatars.githubusercontent.com/u/59437?v=4


Luffy:
name: Luffy
title: Developer
url: https://github.com/sy-records
image_url: https://avatars.githubusercontent.com/u/33931153?v=4
8 changes: 7 additions & 1 deletion i18n/zh-CN/docusaurus-plugin-content-blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LinkinStar:
fenbox:
name: Fen
title: Product Designer
url: https://github.com
url: https://github.com/fenbox
image_url: https://avatars.githubusercontent.com/u/360618?v=4

shuai:
Expand All @@ -39,3 +39,9 @@ Joyqi:
title: PMC Chair
url: https://github.com/joyqi
image_url: https://avatars.githubusercontent.com/u/59437?v=4

Luffy:
name: Luffy
title: Developer
url: https://github.com/sy-records
image_url: https://avatars.githubusercontent.com/u/33931153?v=4
4 changes: 2 additions & 2 deletions src/pages/download.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Layout from '@theme/Layout'
import HeaderSlogan from '../components/HeaderSlogan'

export default function Plugins(): JSX.Element {
const item = '1.4.2'
const item = '1.4.5'
return (
<Layout
title={translate({ message: 'Download' })}
Expand All @@ -28,7 +28,7 @@ export default function Plugins(): JSX.Element {
<tbody>
<tr>
<td>{item}</td>
<td>2025-02-06</td>
<td>2025-03-24</td>
<td>
<ul className="list-unstyled mb-0">
<li>
Expand Down
Binary file added static/img/blog/2025-03-24-cover@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/blog/2025-03-24-cover@4x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.