• 1.1.0 e3067c3404

    v1.1.0 Stable

    chrda81 released this 2025-09-20 02:43:55 +02:00 | 0 commits to main since this release

    Fixed encoding issue: changed from btoa(String.fromCharCode(...)) to Buffer.from().toString('base64')
    Maintains persistent identity through private key storage
    Provides better state management and error tracking
    Supports connection acceptance/rejection flow
    Properly handles node lifecycle events
    Can be cleanly shut down with resource cleanup

    Downloads