From dda0d1e3f588c7eda213c983d6f0288df2e9fd9e Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Sun, 4 Jan 2026 16:03:23 +0800 Subject: [PATCH] docs(security): simplify supported versions section for clarity --- SECURITY.md | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 6d01db14..eecf9149 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,21 +2,14 @@ ## Supported Versions -We actively maintain and provide security updates for the following versions: +Only the latest version receives active maintenance and security updates: -### Current Versions - -| Version | Hugo Version | Supported | Status | -| :-----: | :---------------: | :----------------: | :------------: | -| 0.4.x | >= 0.147.7 | :white_check_mark: | Latest (Alpha) | -| 0.3.x | 0.112.0 ~ 0.146.0 | :white_check_mark: | Stable | - -### Legacy and Transitional Versions - -| Version | Hugo Version | LoveIt Compatibility | Supported | -| :-----: | :--------------: | :------------------: | :-------: | -| 0.1.x | Unknown | :white_check_mark: | :x: | -| 0.2.x | 0.62.0 ~ 0.110.0 | :white_check_mark: | :x: | +| Version | Hugo Version | LoveIt Compat | Supported | +| :-----: | :---------------: | :----------------: | :----------------: | +| 0.4.x | >= 0.147.7 | N/A | :white_check_mark: | +| 0.3.x | 0.112.0 ~ 0.146.0 | N/A | :x: | +| 0.2.x | 0.62.0 ~ 0.110.0 | :white_check_mark: | :x: | +| 0.1.x | Unknown | :white_check_mark: | :x: | ## Security Considerations