Releases: katvio/fractum
Fractum v1.3.0
🔐 Security Verification
GPG Signature: ✅ This release is cryptographically signed
Key ID: D009F6290DCFDAB6
Signed by: S.A.S.U. KATVIO (Fractum Release Signing)
Verify Release Authenticity
# Import KATVIO public key
curl -O https://fractum.katvio.com/fractum-signing-key.asc
gpg --import fractum-signing-key.asc
# Verify tag signature
git tag -v v1.3.0
# Verify package checksum
sha256sum -c checksums.txt
📋 Release Notes
Fractum v1.3.0 - Security & Usability Improvements
🔐 Security Enhancements:
- Removed misleading share verification feature that provided false sense of security
👤 User Experience Improvements:
- Fixed manual mode (-m) interface with properly ordered prompts
- Threshold and total shares information now displayed at process start
- Improved --help command documentation and clarity
🏗️ Code Quality & Architecture:
- Full PEP8 Python standard compliance for improved maintainability
- Moved initialization code out of init.py files for better organization
⚡ Platform & Performance:
- Updated to Python 3.12.11 with latest security patches and optimizations
📚 Documentation & Compliance:
- Updated LICENSE documentation for clarity and legal compliance
This release focuses on removing security anti-patterns while significantly
improving user experience and code maintainability.
Resolved Issues: #10, #11, #12, #14, #17, #19
For technical details: #23
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEF53yS25uPYrv2aeV0An2KQ3P2rYFAmhZKmUACgkQ0An2KQ3P
2rY8GA//Sim6vqutX3wQMPnnwMHR6yT2xEetS1kiWp8ny+XGces9Hbh2CGpU0z9F
fmcAXuR7rb8s7mjOPfY9UwnvNDMQRsPDteLz3RjJzoJO7CKsTl8YTAW0nnjexnc1
xWmUZyDkH7DqI6ZL3VZAe2XsE+3lvJn7AUQCcOkaE9graEas4c4HTiyVYzXKZS1H
0QA+ynySwtFJ+UVfnEs7G222l8rIsyqAicOcdLBzUi3Ka7PEfL9UsltwcjSOuqxG
79oNeNjrgTA+XqSXoZ7XI5saMvn8N7byS7UQSGG0uC6zmVOOfBBv8Emk2yp4yE1w
B43Llp0aF0l5B/Y58FQ7+lxwqGa05gGRPse29QRMn9ZZ4OL9fO0vqHdlCyG6RmRs
YzlCsHc/JAHxX+BK3JK/L5GpmtX8WKZzACwuG3gvUSZ09WfeEEX+T6KSyJlRJ5JN
6J78iBYIAFYCNftRZrPL5L3PnlDb6bYf0ZeibufbQjv2NR8d2nZCcWHICx8tbekL
idgIiMaLpPOpL78Gc2Vs4heYS8j7oYAH4IqtbZs+VDXimzIhQaV90S+c/Z4BLmr3
yfODiYhx2ewywCN17XVuK+w2txJ9Eez0U9BkQuYfvnIbYmn10lrl7NO1TqSN7Q9m
1SCJVby8AjycnN4QJzMCBgoWdrV4c+gHDDbO3/gnIc+fy45+H44=
=XmNt
-----END PGP SIGNATURE-----
📦 Download Options
- Source Code: Use git clone or download ZIP
- Verification: Always verify GPG signatures before use
Release v1.2.0
cicd: prepare release 1.2.0
Release v1.1.0
- feat: code refactoring into modules part 2 (#3)
Release v1.0.0
cicd: fix