-
v1.1.0 Stable
released this
2025-09-20 02:43:55 +02:00 | 0 commits to main since this releaseFixed 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 cleanupDownloads