Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Bug fixes and new feature source code.tar.gz | 2025-08-08 | 1.3 MB | |
Bug fixes and new feature source code.zip | 2025-08-08 | 1.4 MB | |
README.md | 2025-08-08 | 1.0 kB | |
Totals: 3 Items | 2.7 MB | 10 |
🆕 New Features
- ErrorLogger Support (#870, [#2195])
- Added long-requested error logging functionality
- Enhanced error handling and reporting capabilities
- Major implementation with 379 additions, 65 deletions
🔧 Improvements
- Windows Compatibility (#2193)
- Changed 32-bit Windows support from
#error
to#warning
- Unified
_WIN64
macros to_WIN32
for better compatibility -
Improved Windows environment support
-
Build System Enhancements
- CMake Pointer Size Check (#2197) - Added configure-time pointer size validation
- Windows Version Requirements (#2191, [#2192]) - Enforced Windows 10+ minimum requirement
- Better build-time compatibility detection
🐛 Bug Fixes
- OpenSSL Integration
- Fixed Chocolatey OpenSSL compatibility issues
-
Improved SSL functionality stability on Windows
-
Windows Version Handling
- Resolved Windows version check problems
- Enhanced platform detection