All notable changes to this project will be documented in this file.
## [10.0.22] - 2026-03-16
### Fixed
-**Critical**: Fixed extraction algorithm double processing of UNDER/OVER bets causing incorrect win amounts and report duplication
-**Bet Resolution Logic**: Corrected UNDER/OVER bet processing to ensure each bet is resolved exactly once with proper coefficient calculation
-**Extraction Association Filtering**: Implemented proper filtering to prevent UNDER/OVER outcomes from being processed in both dedicated and associated outcome sections
### Enhanced
-**Extraction Algorithm Robustness**: Improved bet result update logic to handle edge cases and ensure consistent win amount calculations
-**Report Accuracy**: Eliminated double counting of UNDER/OVER bets in statistics and reports
-**Version Management**: Updated version numbers across all components (main.py, build.py, web dashboard, settings, __init__.py)
-**User Agent String**: Updated user agent from MbetterClient/1.0r21 to MbetterClient/10.0r22
### Technical Details
-**Bet Processing Architecture**: Separated UNDER/OVER bet handling from complex outcome associations to prevent duplication
-**Database Transaction Safety**: Ensured all bet updates occur within proper transaction boundaries
-**Coefficient Calculation**: Maintained accurate win amount calculations using match outcome coefficients
-**Cross-Component Version Sync**: Synchronized version numbers across CLI, build system, web interface, and internal modules