Skip to content

Commit 91ffe54

Browse files
authored
New version: JayPrall.ColorCop version 5.5.12
1 parent 91b386f commit 91ffe54

4 files changed

Lines changed: 107 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Created with WinGet Releaser using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: JayPrall.ColorCop
5+
PackageVersion: 5.5.12
6+
InstallerLocale: en-US
7+
InstallerType: inno
8+
Scope: machine
9+
Dependencies:
10+
PackageDependencies:
11+
- PackageIdentifier: Microsoft.VCRedist.2015+.x86
12+
ProductCode: '{197A931D-2802-405D-B53E-67DF09D5BE2E}}_is1'
13+
ReleaseDate: 2026-05-23
14+
AppsAndFeaturesEntries:
15+
- DisplayName: Color Cop 5.5.12
16+
ProductCode: '{197A931D-2802-405D-B53E-67DF09D5BE2E}}_is1'
17+
ElevationRequirement: elevatesSelf
18+
InstallationMetadata:
19+
DefaultInstallLocation: '%ProgramFiles(x86)%\ColorCop'
20+
Installers:
21+
- Architecture: x86
22+
InstallerUrl: https://github.com/ColorCop/ColorCop/releases/download/v5.5.12/colorcop-setup.exe
23+
InstallerSha256: 843FBE869697F7B87E9A3FC4AF4073B4C70E81F6CB85AF325A4424717AAA03CA
24+
ManifestType: installer
25+
ManifestVersion: 1.12.0
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Created with WinGet Releaser using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json
3+
4+
PackageIdentifier: JayPrall.ColorCop
5+
PackageVersion: 5.5.12
6+
PackageLocale: en-GB
7+
Publisher: Jay Prall
8+
PackageName: Color Cop
9+
PackageUrl: https://github.com/ColorCop/ColorCop
10+
License: MIT
11+
ShortDescription: A Windows-based colour picker utility built with Microsoft Foundation Classes (MFC).
12+
Tags:
13+
- color-picker
14+
- colorpicker
15+
- colour-picker
16+
- colourpicker
17+
ManifestType: locale
18+
ManifestVersion: 1.12.0
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Created with WinGet Releaser using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: JayPrall.ColorCop
5+
PackageVersion: 5.5.12
6+
PackageLocale: en-US
7+
Publisher: Jay Prall
8+
PublisherUrl: https://github.com/ColorCop
9+
PublisherSupportUrl: https://github.com/ColorCop/ColorCop/issues
10+
PackageName: Color Cop
11+
PackageUrl: https://github.com/ColorCop/ColorCop
12+
License: MIT
13+
LicenseUrl: https://github.com/ColorCop/ColorCop/blob/HEAD/LICENSE.txt
14+
ShortDescription: A Windows-based color picker utility built with Microsoft Foundation Classes (MFC).
15+
Moniker: colorcop
16+
Tags:
17+
- color-picker
18+
- colorpicker
19+
- colour-picker
20+
- colourpicker
21+
ReleaseNotes: |-
22+
ColorCop Release
23+
This release was generated automatically from tag v5.5.12.
24+
The changelog and commit summary appear below.
25+
What's Changed
26+
- fix(menus): restore CCmdUI updates for dialog-based menu handling by @j4y in #205
27+
- feat(workflow): add draft Microsoft Store publishing workflow by @j4y in #206
28+
- fix(readme): correct typos, spacing, and wording in documentation by @j4y in #208
29+
- chore(changelog): add Keep a Changelog–style CHANGELOG.md with full h… by @j4y in #209
30+
- style(colorcopdlg): reduce variable scope and clarify grayscale conve… by @j4y in #210
31+
- fix: clamp zoom level on load and replace remaining raw HWND usage wi… by @j4y in #211
32+
- feat(store): improve submission API debugging with full HTTP status a… by @j4y in #212
33+
- fix(store): include empty JSON body to satisfy API and prevent 411 error by @j4y in #213
34+
- refactor: introduce local zoom/UI constants and replace magic numbers by @j4y in #214
35+
- refactor: modernize file headers and clean up outdated comments by @j4y in #215
36+
- refactor(ColorCopDlg): streamline OnLButtonUp state resets and comments by @j4y in #216
37+
- chore(format): replace clang-format config with MFC-safe rules and di… by @j4y in #217
38+
- style: apply consistent formatting to ColorCop sources and .clang-format by @j4y in #218
39+
- refactor: replace wndTopMost with HWND_TOPMOST and modernize ToggleOnTop by @j4y in #219
40+
- fix(color-modes): remove incorrect XOR checks and centralize mode swi… by @j4y in #220
41+
- fixup by @j4y in #221
42+
- refactor: clean up websafe snapback logic and rename state flag by @j4y in #222
43+
- refactor(label): replace C-style casts with C++ casts by @j4y in #223
44+
- refactor(cmyk): eliminate shadowed RGB locals in UpdateCMYKFromRGB by @j4y in #224
45+
- refactor(magnifier): centralize default zoom level and remove redunda… by @j4y in #225
46+
- chore(build): simplify build output and remove noisy version logging by @j4y in #226
47+
- feat(colorcop): normalize numeric types, remove narrowing, and centra… by @j4y in #227
48+
- feat(colorcop): eliminate shadowed strStatus to resolve C4456 warning by @j4y in #228
49+
- last-warning by @j4y in #229
50+
- fix: use CString::GetString() in TRACE calls by @j4y in #230
51+
- Bring existing instance to foreground by @j4y in #231
52+
- docs(changelog): add 5.5.12 release notes with fixes, changes, and ne… by @j4y in #232
53+
Full Changelog: v5.5.11...v5.5.12
54+
ReleaseNotesUrl: https://github.com/ColorCop/ColorCop/releases/tag/v5.5.12
55+
ManifestType: defaultLocale
56+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Releaser using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: JayPrall.ColorCop
5+
PackageVersion: 5.5.12
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)