Skip to content

Releases: bezart06/CPCD

CPCD Version 0.1.4

25 Dec 10:27
e23dd50

Choose a tag to compare

CPCD Version 0.1.2

30 Nov 20:56

Choose a tag to compare

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 .sln files manually.
  • C++ Standard: The project codebase has been updated to C++20 (from C++23).
  • CMake Improvements:
    • Updated CMakeLists.txt for better MSVC compatibility (added /W4, /utf-8).
    • Added correct source grouping for VS Solution Explorer.
  • Repository Maintenance:
    • Optimized .gitignore specifically for Visual Studio and CMake artifacts.
    • Added .gitattributes to enforce LF line endings in the repository, preventing cross-platform issues.

Full Changelog: v0.1.1...v0.1.2

CPCD Version 0.1.1

13 May 07:01

Choose a tag to compare

Patch fixes:

  • ALERT-FIX: Inconsistent annotation for 'WinMain'.

Full Changelog: v0.1.0...v0.1.1

CPCD Version 0.1.0

09 May 09:23
cca6f3a

Choose a tag to compare

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.