You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update all Cargo.toml, package.json, and tauri.conf.json files
from v1.6.3 to v1.7.0 for the Phase 17 Complete + WRAITH-Sync release.
Version updates applied to:
- Workspace root Cargo.toml
- Protocol crates (via workspace inheritance)
- Client applications: wraith-chat, wraith-sync, wraith-transfer
- Mobile clients: wraith-android, wraith-ios
New additions in v1.7.0:
- WRAITH-Sync desktop file synchronization client
- Phase 17 documentation and completion audit
- Updated gitignore for client target directories
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
WRAITH Protocol is production-ready with desktop, mobile, and messaging applications featuring full protocol integration, real-time voice/video calling, and advanced group messaging. Phase 17 completes the mobile ecosystem with actual WRAITH protocol bindings (replacing placeholders), secure native storage (Android Keystore, iOS Keychain), push notifications (FCM/APNs), encrypted voice/video calls (Opus/VP8/VP9), and Sender Keys group messaging for efficient multi-party encryption.
23
23
@@ -215,7 +215,7 @@ cargo test --workspace
215
215
216
216
## Quick Start
217
217
218
-
**Note:** WRAITH Protocol v1.6.3 features a complete Node API and protocol implementation with fully integrated CLI commands. The wraith-cli binary provides production-ready command-line access to all protocol features including `ping` for connectivity testing and `config` for runtime configuration.
218
+
**Note:** WRAITH Protocol v1.7.0 features a complete Node API and protocol implementation with fully integrated CLI commands. The wraith-cli binary provides production-ready command-line access to all protocol features including `ping` for connectivity testing and `config` for runtime configuration.
0 commit comments