Skip to content

Pre-release: Enhanced Logging and Project Cleanup

Pre-release
Pre-release

Choose a tag to compare

@deadhedd deadhedd released this 23 Jul 20:15
· 243 commits to master since this release

What's new in v0.9.1 (Pre-release)

This pre-release introduces a major internal upgrade to the logging system, along with a project-wide structural cleanup to prepare for the upcoming v1.0 release.

🔍 Highlights

  • Enhanced Logging Subsystem

    • Centralized logging implementation using FIFO + tee
    • Captures set -x traces for full debug visibility
    • Optional log buffering with --log / --debug flags
    • Per-module test logs written automatically
  • Project Structure Overhaul

    • Renamed directories for clarity (scripts/, modules/, etc.)
    • Improved layout for testing and setup modules
    • Cleaner repo organization for contributors and automation

This version is feature-complete for logging and structure. Final polish, documentation, and automation refinements will follow in v1.0.