You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release consolidates and merges changes from three CodeQL-related commits (8ea227d, 028710b, 437b76e) and includes a major code refactoring effort to improve maintainability.
6
2
7
-
---
8
-
9
-
## Changes
10
-
11
-
### 🔧 Build System Fixes
12
-
13
-
-**Fixed .gitignore**: Added `_codeql_build_dir/` and `_codeql_detected_source_root` to prevent accidental commits of CodeQL analysis artifacts
14
-
- These entries prevent CI/CD build artifacts from polluting the repository
15
-
16
-
### 🏗️ Code Refactoring
17
-
18
-
-**Reduced main.cpp from 2,518 lines to 530 lines** (79% reduction)
19
-
-**Eliminated all duplicate symbol definitions** that existed in both `main.cpp` and the modules
20
-
- Fixed linker errors caused by multiple definitions of:
21
-
- Global variables (`g_hwndMain`, `g_hwndEditor`, `g_state`, etc.)
0 commit comments