Update version to 0.3.2 and enhance stability across platforms

- Bump project version to 0.3.2 in CMakeLists.txt, vcpkg.json, and relevant headers.
- Increase Windows stack size to 8MB to prevent stack overflow during asset loading.
- Isolate development utilities from CI builds to ensure cleaner release artifacts.
- Implement comprehensive bounds checking and fix segmentation faults in the graphics system.
- Update documentation to reflect new build instructions and stability improvements.
This commit is contained in:
scawful
2025-09-29 15:47:14 -04:00
parent ec42054da2
commit 2b11338e20
10 changed files with 534 additions and 29 deletions

View File

@@ -16,6 +16,7 @@ Yet Another Zelda3 Editor - A comprehensive ROM editor for The Legend of Zelda:
- [Platform Compatibility](B2-platform-compatibility.md) - Cross-platform support details
- [Build Presets](B3-build-presets.md) - CMake preset usage guide
- [Release Workflows](B4-release-workflows.md) - GitHub Actions release pipeline documentation
- [Stability Improvements](B5-stability-improvements.md) - Performance optimizations and reliability enhancements
## Technical Documentation
@@ -43,4 +44,4 @@ Yet Another Zelda3 Editor - A comprehensive ROM editor for The Legend of Zelda:
---
*Last updated: September 2025 - Version 0.3.0*
*Last updated: December 2025 - Version 0.3.2*