## PR's * feat: big rewrite/overhaul by @talwat in https://github.com/talwat/lowfi/pull/108 * feat: add clock feature by @talwat in https://github.com/talwat/lowfi/pull/111 * docs: adds french readme by @e-v-o-l-v-e in https://github.com/talwat/lowfi/pull/112 * feat: better task management by @talwat in https://github.com/talwat/lowfi/pull/113 ## Changelog ### Added * **Clock component** in the TUI interface with the `-c` flag. * **Tests workflow** in GitHub Actions for automated test runs. * Basic UI tests for interface rendering. * French translations for documentation. ### Changed * Refactored **UI architecture**: clearer separation of interface components and window logic. * Improved **input handling** and UI initialization flow. * Updated **audio playback logic**, including waiting/handling state changes. * Improved **track listing and formatting**. * Updated **volume management** and display. * Revised README and contributing guidelines. * Cleaned up dependencies and updated `Cargo.toml` / `Cargo.lock`. ### Removed * Unused or redundant dependencies from `Cargo.lock`. ### Internal * General code cleanup and restructuring for maintainability. * Expanded error handling in track management. ## New Contributors * @e-v-o-l-v-e made their first contribution in https://github.com/talwat/lowfi/pull/112 **Full Diff**: https://github.com/talwat/lowfi/compare/1.7.2...2.0.0