- Implemented JSON-based settings import/export with smart scaling
- Locked image overlay color to Red (#ff0000) permanently
- Decoupled analyzer target color from display mask color
- Added menu separators for better organization
- Fixed overlay synchronization and scaling bugs during import
- Parallelized folder export for massive speedup
- Implemented exclusion mask caching
- Fixed statistics discrepancy by scaling exclusion coordinates
- Hardcoded CSV format to semicolon separator and comma decimal
- Defaulted file/folder dialogs to images/ directory
- Added unit test for coordinate scaling
- Added Pull Pattern Images tool with parallel background downloading
- Optimized Export Folder Stats to run headlessly (massive speedup)
- Dynamically name exported CSVs based on source folder
- Fixed German CSV localization and UTF-8 BOM
- Updated README and walkthrough
- Migrated toolbar to QMenuBar to fix UI crowding
- Categorized actions into File, Edit, Tools, and View
- Added dynamic theming to QMenuBar and QMenu
- Localized Export CSV delimiter and decimals for German Excel
- Padded exported CSV values for clean plain-text alignment
- Globally standardized the spelling of 'color'
- Removed duplicate code and old Tkinter codebase