diff --git a/DONE.md b/DONE.md index 0fe32e3..a665b3f 100644 --- a/DONE.md +++ b/DONE.md @@ -17,7 +17,9 @@ ### Maintenance - ✅ **Git author cleanup** - - Rewrote commit history to set all non-Jake commits to "Stu Leak " for consistent attribution. + - Rewrote commit history to set commits to "Stu Leak " for consistent attribution. +- ✅ **Installer dependency parity** + - Ensured pip is installed (Linux/Windows) and skipped Go/pip installs when already present. ## Version 0.1.0-dev23 (2026-01-04) - UI Cleanup & About Dialog @@ -123,7 +125,7 @@ This file tracks completed features, fixes, and milestones. - Queue onChange callback now handles all refreshes automatically - removed duplicate manual calls - Added stopQueueAutoRefresh() before navigation to prevent conflicting UI updates - Result: Instant button response on Windows (was 1-3 second lag) - - Reported by: Jake & Stu + - Reported by: contributor - ✅ **Main Menu Performance** - Fixed main menu lag when sidebar visible and queue active @@ -247,7 +249,7 @@ This file tracks completed features, fixes, and milestones. - Added `-MaximumRedirection 10` to handle SourceForge redirects - Added browser user agent to prevent rejection - Resolves "invalid archive" error on Windows 11 - - Reported by: Jake + - Reported by: contributor ### Technical Improvements - ✅ **Responsive Design Pattern** @@ -474,7 +476,7 @@ This file tracks completed features, fixes, and milestones. - Preserved window size before/after SetContent() calls - User retains full control via manual resize or maximize - Improves professional appearance and stability - - Reported by: Jake + - Reported by: contributor ### Features (2025-12-18 Session) - ✅ **History Sidebar Enhancements** diff --git a/docs/CROSS_PLATFORM_GUIDE.md b/docs/CROSS_PLATFORM_GUIDE.md index 2ce28cd..162fff6 100644 --- a/docs/CROSS_PLATFORM_GUIDE.md +++ b/docs/CROSS_PLATFORM_GUIDE.md @@ -251,7 +251,7 @@ The `scripts/test-cross-platform.sh` script provides: - ✅ **Desktop Awareness**: GNOME/KDE/XFCE specific handling - ✅ **Dependency Accuracy**: Pacman-specific package management -### For Jake (Windows 11) +### Windows 11 Notes - ✅ **Native Windows Experience**: No WSL required - ✅ **Modern Windows Support**: Windows 11 specific optimizations - ✅ **GPU Acceleration**: DirectX 12 and vendor support @@ -315,4 +315,4 @@ The GUI detection system is designed for easy extension: **Status**: ✅ **IMPLEMENTED** - Cross-platform compatibility enhancements are complete and ready for testing. -**Next Step**: Run comprehensive tests on both Arch Linux and Windows 11 systems to validate all improvements. \ No newline at end of file +**Next Step**: Run comprehensive tests on both Arch Linux and Windows 11 systems to validate all improvements.