@@ -4,26 +4,36 @@ Based on open GitHub issues as of August 2025. Priority sorted by severity and i
44
55## 🚨 Critical Issues (Crashes & Data Loss Risk)
66
7- ### [ ] #1718 - Folder Creation Crash
7+ ### [ x ] #1718 - Folder Creation Crash
88- ** Problem** : App crashes when creating a folder while looking for a repository
99- ** Impact** : Application stability, potential data loss
1010- ** Priority** : HIGH
1111- ** Affected** : All platforms
12+ - ** Fixed** : Thread-safe repository scanning, proper exception handling
1213
13- ### [ ] #1715 - Branch Refresh Failure
14+ ### [ x ] #1715 - Branch Refresh Failure
1415- ** Problem** : Failed to refresh branches functionality
1516- ** Impact** : Core functionality broken, unable to see branch updates
1617- ** Priority** : HIGH
1718- ** Affected** : Unknown platforms
19+ - ** Fixed** : Added comprehensive error logging and retry logic
1820
1921## ⚡ Performance Issues
2022
21- ### [ ] #1720 - macOS Performance & Stability
23+ ### [ ~ ] #1720 - macOS Performance & Stability (Partially Fixed)
2224- ** Problem** : Slow performance, crashes, and git problems on macOS
2325- ** Impact** : Overall user experience degraded on macOS
2426- ** Priority** : HIGH
2527- ** Affected** : macOS (likely both Intel and ARM)
26- - ** Notes** : May be related to file watching, memory management, or native API calls
28+ - ** Partially Fixed** :
29+ - ✅ Memory management with automatic cleanup
30+ - ✅ Thread-safe file watching
31+ - ✅ Git operation retry logic for lock files
32+ - ✅ Memory leak fixes
33+ - ** Still Needed** :
34+ - ❌ macOS native API optimization
35+ - ❌ FSEvents integration optimization
36+ - ❌ Apple Silicon specific optimizations
2737
2838## 🔧 Platform-Specific Bugs
2939
0 commit comments