Release Notes 1.0.9
Full Changelog: v1.0.8...v1.0.9
Intqual v1.0.9 Release Notes
This release focuses on performance improvements, memory and state management optimizations, and resolving structural anti-patterns across the codebase. Additionally, it introduces the "Great Decoupling" design specification, which lays the groundwork for future architectural enhancements.
Performance Improvements
- UI Optimization: Eliminated redundant heap allocations within the render loop, significantly improving interface fluidity and overall performance.
Refactoring
- Engine: Identified and resolved various state and performance anti-patterns within the core engine.
- Network: Addressed multiple anti-patterns related to concurrency, memory, and state management in the network layer, resulting in a more stable and efficient network package.
Documentation
- Design Specifications: Added a comprehensive architectural design document (
great decoupling design spec) that outlines the strategy for separating the core library from the user interface.
Maintenance and Chores
- Updated the
PKGBUILDconfiguration. - Updated
Cargo.lockdependencies.