Releases: bezart06/CPCD
Releases · bezart06/CPCD
CPCD Version 0.1.4
Full Changelog: v0.1.2...v0.1.4
CPCD Version 0.1.2
Technical Updates & Improvements
This release focuses on modernizing the development environment and build system.
- Visual Studio Integration: Full support for the “Open Folder” workflow in Visual Studio 2026. The project no longer requires generating
.slnfiles manually. - C++ Standard: The project codebase has been updated to C++20 (from C++23).
- CMake Improvements:
- Updated
CMakeLists.txtfor better MSVC compatibility (added/W4,/utf-8). - Added correct source grouping for VS Solution Explorer.
- Updated
- Repository Maintenance:
- Optimized
.gitignorespecifically for Visual Studio and CMake artifacts. - Added
.gitattributesto enforce LF line endings in the repository, preventing cross-platform issues.
- Optimized
Full Changelog: v0.1.1...v0.1.2
CPCD Version 0.1.1
CPCD Version 0.1.0
The program is assembled, and the first basic functions are also implemented:
- Full-Screen Lock (Engages a mode that covers the entire screen)
- Keyboard Input Blocking (Prevents most keyboard interactions while active)
- Safe Exit: Use Right Ctrl + Right Alt to exit the locked mode.