Skip to content

Commit 1b443eb

Browse files
New version: hluk.CopyQ version 12.0.0 (microsoft#298815)
1 parent 6fa4b61 commit 1b443eb

File tree

3 files changed

+105
-0
lines changed

3 files changed

+105
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Created with komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: hluk.CopyQ
5+
PackageVersion: 12.0.0
6+
InstallerLocale: en-US
7+
InstallerType: inno
8+
ProductCode: '{9DF1F443-EA0B-4C75-A4D3-767A7783228E}_is1'
9+
ReleaseDate: 2025-09-29
10+
AppsAndFeaturesEntries:
11+
- DisplayName: CopyQ 12.0.0
12+
ProductCode: '{9DF1F443-EA0B-4C75-A4D3-767A7783228E}_is1'
13+
ElevationRequirement: elevatesSelf
14+
Installers:
15+
- Architecture: x64
16+
Scope: user
17+
InstallerUrl: https://github.com/hluk/CopyQ/releases/download/v12.0.0/copyq-12.0.0-setup.exe
18+
InstallerSha256: 8B6FF5BB90DA0CA281D59C2CA38D069AE15E3F36958F662708595A0BCDEB61FA
19+
InstallerSwitches:
20+
Custom: /CURRENTUSER
21+
- Architecture: x64
22+
Scope: machine
23+
InstallerUrl: https://github.com/hluk/CopyQ/releases/download/v12.0.0/copyq-12.0.0-setup.exe
24+
InstallerSha256: 8B6FF5BB90DA0CA281D59C2CA38D069AE15E3F36958F662708595A0BCDEB61FA
25+
InstallerSwitches:
26+
Custom: /ALLUSERS
27+
InstallationMetadata:
28+
DefaultInstallLocation: '%ProgramFiles%\CopyQ'
29+
ManifestType: installer
30+
ManifestVersion: 1.10.0
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# Created with komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: hluk.CopyQ
5+
PackageVersion: 12.0.0
6+
PackageLocale: en-US
7+
Publisher: Lukas Holecek
8+
PublisherUrl: https://github.com/hluk
9+
PublisherSupportUrl: https://github.com/hluk/CopyQ/issues
10+
Author: hluk
11+
PackageName: CopyQ
12+
PackageUrl: https://github.com/hluk/CopyQ
13+
License: GPL-3.0
14+
LicenseUrl: https://github.com/hluk/CopyQ/blob/HEAD/LICENSE
15+
ShortDescription: Clipboard manager with advanced features
16+
Tags:
17+
- clipboard
18+
- tray
19+
ReleaseNotes: |-
20+
Added
21+
- Wayland: Global shortcuts are now registered using Portal if available.
22+
- Black theme (#3142). Thanks to @FadeMind.
23+
- Adds attributes for controlling the dialog window created via dialog()
24+
(#2947): .onTop makes the dialog stay on top of other windows, .modal
25+
makes the dialog modal (blocks interaction with other windows in the
26+
application until closed).
27+
- Adds support showing icon font symbol in notes using
28+
application/x-copyq-item-icon format.
29+
- Adds support for setting colors in theme files by name. For example:
30+
edit_bg=white.
31+
Changed
32+
- Temporary tabs that are not stored on disk will now not expire if
33+
configuration changes (#3172).
34+
- Pinned and locked items will not be dropped if tab size (maximum item count)
35+
changes (#3008).
36+
- The app now propagates exit code properly if it is aborted or receives a
37+
Unix signal (SIGINT, SIGTERM).
38+
- Support for Qt older than 5.15 has been dropped.
39+
- The build now uses Qt 6 by default. Use cmake -DWITH_QT6=OFF ... to build
40+
the app for Qt 5.
41+
- Windows: The application will be now hidden from screenshots and screen
42+
recordings by default (#3165). This can be disabled using option "Hide from
43+
screenshots and recordings".
44+
- Logs are now stored in multiple files based on the process and the log
45+
records have a slightly different format (start with timestamp).
46+
Fixes
47+
- Drops unsafe sanitizing QTextDocument fonts (#3156). Qt 6 should handle any
48+
rich texts safely now.
49+
- Logging now does not use lock files and avoids crashes if the application
50+
loop was not yet started.
51+
- Avoids resetting properties of a tab if it is renamed.
52+
- Fixes setting color for item counter (#2717).
53+
- Fixes editing and providing UTF-8 text by default (#3093).
54+
- Fixes updating item preview if when window is shown.
55+
- Fixes changing synchronization directory for a tab.
56+
- Fixes possible crash if calling a function with unexpected function argument.
57+
- Fixes background of the command line in some themes in FakeVim plugin.
58+
- Fixes renaming tabs with item storing disabled.
59+
- Avoids collapsing tab in the tab tree after it is moved.
60+
- Fixes item counter value after moving the tab in the tab tree.
61+
- Fixes moving tab group with items in the tab tree.
62+
- Linux: Fixes storing the first clipboard change after starting the app and
63+
modifying configuration.
64+
- Linux: Avoids exiting on commit data request from the session manager (#3145).
65+
ReleaseNotesUrl: https://github.com/hluk/CopyQ/releases/tag/v12.0.0
66+
ManifestType: defaultLocale
67+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: hluk.CopyQ
5+
PackageVersion: 12.0.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)