Skip to content

Commit 73664de

Browse files
authored
New version: JayPrall.ColorCop version 5.5.11
1 parent 3a9eac0 commit 73664de

4 files changed

Lines changed: 92 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.11
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-10
14+
AppsAndFeaturesEntries:
15+
- DisplayName: Color Cop 5.5.11
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.11/colorcop-setup.exe
23+
InstallerSha256: EE83130AB1ED25174CAC20FD1A04289ADC912CA94CD24E65BA16FFB037112D14
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.11
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: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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.11
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.11.
24+
The changelog and commit summary appear below.
25+
What's Changed
26+
- refactor: replace magic numbers with shared constants and update READ… by @j4y in #193
27+
- refactor(gdi): introduce WindowDC RAII wrapper and apply it in OnPaint by @j4y in #194
28+
- docs(installer): add minimal README explaining admin-mode installer a… by @j4y in #195
29+
- refactor: modernize LoadPersistentVariables with virtual desktop boun… by @j4y in #196
30+
- refactor: replace raw GetDC/ReleaseDC with WindowDC RAII in mouse and… by @j4y in #197
31+
- refactor: remove unused HDC and rect members from CColorCopDlg by @j4y in #198
32+
- fix: apply automated corrections to improve code quality by @j4y in #199
33+
- refactor(menus): remove obsolete UpdateMenu() and rely on MFC built‑i… by @j4y in #200
34+
- feat(portable-mode): add command-line switch to enable portable setti… by @j4y in #201
35+
- Use GetSettingsFolder; support portable mode by @j4y in #202
36+
- fix: portable init logic by @j4y in #203
37+
- feat(docs): add portable mode to feature list and revision history by @j4y in #204
38+
Full Changelog: v5.5.10...v5.5.11
39+
ReleaseNotesUrl: https://github.com/ColorCop/ColorCop/releases/tag/v5.5.11
40+
ManifestType: defaultLocale
41+
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.11
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)