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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+69Lines changed: 69 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,75 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
---
11
11
12
+
## [1.5.7] - 2025-12-09 - Test Coverage & Quality Release
13
+
14
+
**WRAITH Protocol v1.5.7 - Comprehensive Test Coverage Expansion**
15
+
16
+
This patch release significantly expands test coverage across multiple crates, resolves Windows compatibility issues, and continues the code quality improvements from v1.5.6.
17
+
18
+
### Added
19
+
20
+
#### Test Coverage Expansion (+269 tests, +26% coverage)
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ A decentralized secure file transfer protocol optimized for high-throughput, low
21
21
22
22
WRAITH Protocol is production-ready with a cross-platform desktop application. Phase 15 delivers WRAITH Transfer, a Tauri 2.0-based desktop client with React 18 frontend, providing full wraith-core integration with an intuitive UI for secure file transfers.
23
23
24
-
**Project Metrics (2025-12-08):**
25
-
-**Code Volume:**~49,586 lines of Rust code (~37,027 LOC + 3,514 comments + 9,045 blanks) across 115+ source files
26
-
-**Test Coverage:** 1,303 total tests (1,280 passing, 23 ignored) - 100% pass rate on active tests
24
+
**Project Metrics (2025-12-09):**
25
+
-**Code Volume:**~47,617 lines of Rust code (~35,979 LOC + 2,999 comments + 8,639 blanks) across 125 source files
26
+
-**Test Coverage:** 1,382 total tests (1,367 passing, 16 ignored) - 100% pass rate on active tests
27
27
-**Documentation:** 100+ markdown files, ~63,000+ lines of comprehensive documentation
28
28
-**Dependencies:** 286 audited packages (zero vulnerabilities via cargo-audit)
29
29
-**Security:** Grade A+ (EXCELLENT), zero vulnerabilities, comprehensive DPI evasion validation
This document tracks the development journey of WRAITH Protocol client applications, from planning through implementation and release. The first client (WRAITH Transfer) was delivered in Phase 15 (v1.5.6).
5
+
This document tracks the development journey of WRAITH Protocol client applications, from planning through implementation and release. The first client (WRAITH Transfer) was delivered in Phase 15 (v1.5.7).
0 commit comments