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
docs: comprehensive documentation update for v1.7.0
- Update CHANGELOG.md with detailed v1.7.0 release notes
- Added WRAITH-Sync client details (delta sync, conflict resolution, 17 tests)
- Updated test counts to 1,712 (was 1,695)
- Updated code volume metrics (~18,000 lines in clients)
- Version bump from 1.6.3 to 1.7.0
- Update README_Protocol-DEV.md with v1.7.0 status
- Version badge updated to 1.7.0
- Test coverage updated to include wraith-sync (17 tests)
- Story points updated to 2,577 delivered
- Added 5th client application reference
- Update README_Clients-DEV.md with v1.7.0 status
- Added WRAITH-Sync to Tier 1 complete applications
- Updated all version references from 1.6.3 to 1.7.0
- Updated story points (860 SP delivered, 608 SP remaining)
- Updated test coverage to 250 client tests
- Added WRAITH-Sync feature details
Phase 17 v1.7.0 highlights:
- 5 production-ready client applications
- 1,712+ tests passing (100% pass rate)
- WRAITH-Sync: delta sync, conflict resolution, version history
- Full mobile protocol integration
- Voice/video calling with Opus/VP8/VP9
- Group messaging with Sender Keys protocol
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+46-8Lines changed: 46 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,20 @@ No unreleased changes yet.
11
11
12
12
---
13
13
14
-
## [1.6.3] - 2026-01-21 - Phase 17 Complete: Full Mobile Integration & Real-Time Communications
14
+
## [1.7.0] - 2026-01-21 - Phase 17 Complete: Full Mobile Integration, Real-Time Communications & WRAITH-Sync
15
15
16
-
### Phase 17 - Mobile Protocol Integration, Push Notifications, Voice/Video Calling, Group Messaging
16
+
### Phase 17 - Mobile Protocol Integration, Push Notifications, Voice/Video Calling, Group Messaging, WRAITH-Sync
17
17
18
-
This release completes the mobile ecosystem by replacing placeholder implementations with actual WRAITH protocol bindings, adding secure native storage, push notifications, encrypted voice/video calling, and efficient group messaging using the Sender Keys protocol.
18
+
This major release completes the mobile ecosystem by replacing placeholder implementations with actual WRAITH protocol bindings, adding secure native storage, push notifications, encrypted voice/video calling, efficient group messaging using the Sender Keys protocol, and introduces WRAITH-Sync for desktop file synchronization.
Copy file name to clipboardExpand all lines: docs/archive/README_Clients-DEV.md
+38-26Lines changed: 38 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# WRAITH Protocol - Client Applications Development History
2
2
3
-
**Development Timeline:** Phase 15-17 (2026-01-21) - 4 Client Applications Complete with Full Integration
3
+
**Development Timeline:** Phase 15-17 (2026-01-21) - 5 Client Applications Complete with Full Integration
4
4
5
-
This document tracks the development journey of WRAITH Protocol client applications, from planning through implementation and release. Phase 15 delivered WRAITH-Transfer desktop application, Phase 16 delivered Android/iOS mobile clients plus WRAITH-Chat E2EE messaging, and Phase 17 completes the mobile ecosystem with full protocol integration, voice/video calling, and group messaging.
5
+
This document tracks the development journey of WRAITH Protocol client applications, from planning through implementation and release. Phase 15 delivered WRAITH-Transfer desktop application, Phase 16 delivered Android/iOS mobile clients plus WRAITH-Chat E2EE messaging, and Phase 17 completes the mobile ecosystem with full protocol integration, voice/video calling, group messaging, and WRAITH-Sync for file synchronization.
Copy file name to clipboardExpand all lines: docs/archive/README_Protocol-DEV.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
**Development Timeline:** Phase 1 (2024) through Phase 17 (2026-01-21)
4
4
5
-
This document captures the complete development journey of WRAITH Protocol from inception through version 1.6.3, including detailed phase accomplishments, sprint summaries, and implementation milestones.
5
+
This document captures the complete development journey of WRAITH Protocol from inception through version 1.7.0, including detailed phase accomplishments, sprint summaries, and implementation milestones.
0 commit comments