Skip to content

Releases: zaheyanez/passguard

v1.2.0

09 Aug 05:30
Compare
Choose a tag to compare

Passguard v1.2.0 πŸ”’

Minor details have been added to ensure the program operates smoothly and maintains visual consistency.

Full Changelog: v1.1.0...v1.2.0

v1.1.0

06 Aug 04:10
Compare
Choose a tag to compare

New Name πŸš€

I've decided to rename my project to PassGuard. Along with the new name, I've added a small tutorial at the start to help users understand how to use PassGuard. Here’s what's new:

  • πŸ“– How to Use PassGuard: A simple guide that appears when you open the app to walk you through the basics.
  • πŸ› οΈ Requirements Fixes: Addressed some minor issues related to running the project on macOS with python3 commands.

v1.0.0

05 Aug 23:42
Compare
Choose a tag to compare

First Release πŸŽ‰

This version is ready for production use and includes all the core features designed to help you manage and generate secure passwords!

How to Use

Windows Users πŸ’»

To use PyGuard on Windows:

  1. Download the PyGuard ZIP: Locate and download the ZIP file from the release assets below.
  2. Run the .exe file: Simply double-click the downloaded file to launch PyGuard. No installation is required.

macOS Users 🍏

Currently, macOS users need to run PyGuard via Python. A more simplified macOS version will be available in the future.

Steps for macOS Users:

  1. Ensure Python is installed: PyGuard requires Python 3.x. You can download it from the official Python website.
  2. Download the source code: Download the source code zip file from the release assets below and extract it to your desired location.
  3. Install required packages: Open your terminal and navigate to the extracted source code directory. Run the following command to install the required dependencies:
    pip install -r requirements.txt
  4. Run PyGuard: Execute the following command in your terminal:
    python pyguard.py

Full Changelog: v0.2.0-alpha...v1.0.0

v0.2.0-alpha

05 Aug 18:25
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

Versioning Logic Implemented πŸš€

In this alpha release, some improvements have been made to the versioning system:

  • Enhanced versioning logic for better tracking and management.
  • The home panel will display whether a new release version is available or not 🏠.

v0.1.0-alpha

05 Aug 17:00
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

Pre-release Version πŸš€

This is a pre-release version intended for testing purposes. πŸ› οΈβœ¨