|
| 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 |
0 commit comments