Skip to content

Releases: LuisMiSanVe/GeminiPostSQL

2.0.0

15 Jan 16:57
69a1837
Compare
Choose a tag to compare

The first major update to GeminiPostSQL... Encryption!

This new version mainly adds encryption to the API Key and DB data configuration files using AES with a Specific System Based Method, where the AES Key is made with your system's specs, so if any unwanted person steals those files, they couldn't be decrypted, maintaining your sensitive data secure.

There are other changes and bug fixes as well. More detailed here:69a1837

The downloadable file is the portable version, as there is no setup wizard yet.

To configure the program, follow the steps on the README!

Bug Reports

If you encounter any bugs, please report them on the Issues page.

1.0.0

09 Jan 16:30
ec8da68
Compare
Choose a tag to compare

The first complete version of GeminiPostSQL

The downloadable file is the portable version, as there is no setup wizard yet.

To configure the program, follow the steps on the README!

Known Issues:

  • Configuration files with sensitive data such as API Keys or database secrets are not encrypted for the moment, making them vulnerable.

Versioning:

  • A new version will drop when a major feature is added.
  • When a bug is fixed in the repository, instead of releasing a new version immediately, we will wait one week from the date the fix was made.
    • Reason: This waiting period allows for the inclusion of any additional bug fixes that may arise, reducing the need to release multiple consecutive versions for individual fixes.
    • Exception: In critical cases where a bug severely impacts the functionality of the project, an immediate release might be considered.

Bug Reports

If you encounter any bugs, please report them on the Issues page.