From 429b452bf3f1ead6089095f44053d825749542cd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 19 Aug 2025 07:13:36 +0000 Subject: [PATCH 1/4] Initial plan From 1804ca77bf418b95cbbd2e60c3f5735261848767 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 19 Aug 2025 07:17:25 +0000 Subject: [PATCH 2/4] Add version and status badges to README files Co-authored-by: drneox <1235287+drneox@users.noreply.github.com> --- README.es.md | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.es.md b/README.es.md index 8d677a1..a23c262 100644 --- a/README.es.md +++ b/README.es.md @@ -1,5 +1,7 @@ # TZU - Threat Zero Utility 🛡️ +[![Versión](https://img.shields.io/github/v/release/drneox/tzu)](https://github.com/drneox/tzu/releases) +[![Estado de Compilación](https://img.shields.io/github/actions/workflow/status/drneox/tzu/python-app-test.yml)](https://github.com/drneox/tzu/actions/workflows/python-app-test.yml) [![Licencia: MIT](https://img.shields.io/badge/Licencia-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/) [![FastAPI](https://img.shields.io/badge/FastAPI-0.68+-green.svg)](https://fastapi.tiangolo.com/) diff --git a/README.md b/README.md index 712a43b..61293e6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # TZU - Threat Zero Utility 🛡️ +[![Version](https://img.shields.io/github/v/release/drneox/tzu)](https://github.com/drneox/tzu/releases) +[![Build Status](https://img.shields.io/github/actions/workflow/status/drneox/tzu/python-app-test.yml)](https://github.com/drneox/tzu/actions/workflows/python-app-test.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/) [![FastAPI](https://img.shields.io/badge/FastAPI-0.68+-green.svg)](https://fastapi.tiangolo.com/) From 086a74f1625254c30ae272c1b08523cab725380b Mon Sep 17 00:00:00 2001 From: Carlos Ganoza Date: Tue, 19 Aug 2025 02:34:38 -0500 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61293e6..7c28f04 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TZU - Threat Zero Utility 🛡️ -[![Version](https://img.shields.io/github/v/release/drneox/tzu)](https://github.com/drneox/tzu/releases) +[![Version](https://img.shields.io/github/v/release/drneox/tzu?include_prereleases)](https://github.com/drneox/tzu/releases) [![Build Status](https://img.shields.io/github/actions/workflow/status/drneox/tzu/python-app-test.yml)](https://github.com/drneox/tzu/actions/workflows/python-app-test.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/) From 7279f31c9a03cd456f0b3197e073684d2bbaeb54 Mon Sep 17 00:00:00 2001 From: Carlos Ganoza Date: Tue, 19 Aug 2025 02:35:21 -0500 Subject: [PATCH 4/4] Update README.es.md --- README.es.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.es.md b/README.es.md index a23c262..27ad191 100644 --- a/README.es.md +++ b/README.es.md @@ -1,6 +1,6 @@ # TZU - Threat Zero Utility 🛡️ -[![Versión](https://img.shields.io/github/v/release/drneox/tzu)](https://github.com/drneox/tzu/releases) +[![Version](https://img.shields.io/github/v/release/drneox/tzu?include_prereleases)](https://github.com/drneox/tzu/releases) [![Estado de Compilación](https://img.shields.io/github/actions/workflow/status/drneox/tzu/python-app-test.yml)](https://github.com/drneox/tzu/actions/workflows/python-app-test.yml) [![Licencia: MIT](https://img.shields.io/badge/Licencia-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)