ColorCop Release
This release was generated automatically from tag v5.5.14.
The changelog and commit summary appear below.
What's Changed
- feat(security): enable SDL checks and Spectre mitigations for Debug a… by @j4y in #240
- refactor(colorcopdlg): replace magic numbers with named CMYK constant… by @j4y in #241
- fix(color): switch CMYK output to 0–100% range and clarify RGB invers… by @j4y in #242
- docs(readme): add build, release, downloads, license, and winget badges by @j4y in #243
- refactor(colorcop): replace RangeCheck with std::clamp and remove leg… by @j4y in #244
- refactor(colorcop): replace UpdateData(TRUE) with GetDlgItemInt in RG… by @j4y in #245
- feat(security): enable CFG and SafeSEH in Win32 build by @j4y in #246
- refactor(ui): centralize eyedropper cursor selection and remove redun… by @j4y in #247
- refactor(sampling): fix flag checks and unify sampling‑mode switching… by @j4y in #248
- feat: modernize hex‑case normalization and limit UI updates to hex field by @j4y in #249
- refactor(colorcop): move entire project into ColorCop/ subdirectory by @j4y in #252
- fix(build): write version.h and version.iss to ColorCop subdirectories by @j4y in #253
- docs: refine README and add generated version files to gitignore by @j4y in #254
- chore: remove legacy Release.dat artifact from project by @j4y in #255
- feat(theme): introduce dark mode support with owner‑drawn controls and themed status bar by @j4y in #256
Full Changelog: v5.5.13...v5.5.14