Skip to content

Tags: katvio/fractum

Tags

v1.3.0

Toggle v1.3.0's commit message
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. All changes maintain
full backwards compatibility with existing Fractum workflows.

Resolved Issues: #10, #11, #12, #14, #17, #19
For technical details: #23

v1.2.0

Toggle v1.2.0's commit message
cicd: prepare release 1.2.0

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: modularity part 2 (#3)

Co-authored-by: 0xPhixus <154755933+Phixuss@users.noreply.github.com>

v1.0.0

Toggle v1.0.0's commit message
cicd: fix