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/)