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
- Add professional header with connection status, peer ID, session stats
- Add sidebar with search, filter tabs, New Chat/Group buttons
- Add chat header with voice/video call buttons
- Improve message bubbles with read receipts, date separators
- Add collapsible info panel for contact/group details
- Add 7-tab settings modal (Profile, Privacy, Notifications, Appearance, Voice/Video, Security, About)
- Add video call overlay with quality controls
- Add group creation wizard with member selection
- Fix Tauri build configuration for wraith-chat
- Update Tailwind CSS to v4 with proper Vite plugin
- Update documentation with current project status
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+97Lines changed: 97 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,103 @@ _No changes yet._
11
11
12
12
---
13
13
14
+
## [1.7.1] - 2026-01-21 - WRAITH-Chat UI Redesign
15
+
16
+
### WRAITH-Chat Comprehensive UI Redesign
17
+
18
+
This release delivers a major UI overhaul for WRAITH-Chat, transforming it into a professional-grade messaging application with enhanced visual design, improved user experience, and comprehensive feature controls.
19
+
20
+
### Highlights
21
+
22
+
-**Professional Header**: Connection status indicator, peer ID display with copy button, session statistics
23
+
-**Sidebar Navigation**: Search functionality, conversation filters (All/Direct/Groups), New Chat/Group buttons
24
+
-**Enhanced Chat Experience**: Voice/video call buttons, improved message bubbles with read receipts, date separators
25
+
-**Info Panel**: Collapsible contact/group details, encryption verification, member lists
26
+
-**7-Tab Settings Modal**: Profile, Privacy, Notifications, Appearance, Voice/Video, Security, About
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.
22
+
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. Version 1.7.1 adds a comprehensive UI redesign for WRAITH-Chat with professional header, sidebar navigation, enhanced message bubbles, 7-tab settings modal, video call overlay, and group creation wizard.
23
23
24
24
**Project Metrics (2026-01-21):**
25
25
-**Code Volume:**~72,400 lines of Rust code across protocol crates + ~14,100 lines in client applications (Kotlin/Swift/TypeScript)
@@ -31,6 +31,17 @@ WRAITH Protocol is production-ready with desktop, mobile, and messaging applicat
31
31
-**Client Applications:** 5 production-ready applications (4 Tier 1 + 1 Tier 2) with full protocol integration
0 commit comments