From ead5bc956503f53ec1c48b3fec2a87833f503ee1 Mon Sep 17 00:00:00 2001 From: KBT096 <45223710+KBT096@users.noreply.github.com> Date: Sat, 22 Aug 2026 17:02:48 +0800 Subject: [PATCH] docs: improve repository metadata visibility --- CHANGELOG.md | 5 ++++- README.en.md | 1 + README.md | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe45581..4f349f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,10 @@ All notable changes are documented here. Versions follow Semantic Versioning. ## [Unreleased] -No unreleased changes. +### Changed + +- Added a latest Release badge to the Chinese and English README entry points. +- Added the repository-specific `windows-security-toolkit` GitHub topic without changing the implementation-language labels. ## [1.3.0] - 2026-08-20 diff --git a/README.en.md b/README.en.md index c23cc43..695ba2e 100644 --- a/README.en.md +++ b/README.en.md @@ -1,6 +1,7 @@ # Windows Secure Toolkit [![CI](https://github.com/KBT096/windows-secure-toolkit/actions/workflows/ci.yml/badge.svg)](https://github.com/KBT096/windows-secure-toolkit/actions/workflows/ci.yml) +[![Latest Release](https://img.shields.io/github/v/release/KBT096/windows-secure-toolkit?display_name=tag&sort=semver)](https://github.com/KBT096/windows-secure-toolkit/releases/latest) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![C%23](https://img.shields.io/badge/C%23-.NET%20Framework%204.8-512BD4.svg)](https://dotnet.microsoft.com/) diff --git a/README.md b/README.md index ba76c30..5e72416 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Windows Secure Toolkit [![CI](https://github.com/KBT096/windows-secure-toolkit/actions/workflows/ci.yml/badge.svg)](https://github.com/KBT096/windows-secure-toolkit/actions/workflows/ci.yml) +[![Latest Release](https://img.shields.io/github/v/release/KBT096/windows-secure-toolkit?display_name=tag&sort=semver)](https://github.com/KBT096/windows-secure-toolkit/releases/latest) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![C%23](https://img.shields.io/badge/C%23-.NET%20Framework%204.8-512BD4.svg)](https://dotnet.microsoft.com/)