[1.0.0] - 2026-07-14
Added
- Archive System: Fully implemented backend compression (zip, tar, gzip, 7z) for diagnostic data.
- Observability: Integrated
tracingandtracing-subscriberfor robust asynchronous logging. - Timestamping: Implemented
chronofor automated, unique archival filenames (archive_YYYY-MM-DD.ext). - Frontend: Integrated Alpine.js and HeadlessUI to handle UI interactivity and state management.
Changed
- Stable Milestone: Promoted version from
alphatostable. The CYBERDECK core is now considered feature-complete and production-ready. - Output Management: Redirected all generated archive assets to the
./output/directory. - Project Scope: Official move from alpha testing phase to v1.0.0 stable release.
Fixed
- Serialization: Resolved critical
serdedeserialization issues (unknown variant errors) in the command dispatcher. - Code Hygiene: Removed all unused imports and dead code across
dispatcher.rs,routes.rs, and audio modules. - Build Integrity: Resolved all compiler warnings; project now compiles with zero warnings/dead code.
Notes: The Road to Stable
This release marks the transition of CYBERDECK from an experimental alpha to a stable, reliable system. The codebase has been audited for memory safety, logging transparency, and architectural cleanliness. The system is now ready for deployment and package management integration (AUR/Nix/etc.).