Path to this page:
./
x11/copyq,
Qt based clipboard manager
Branch: CURRENT,
Version: 16.0.0nb1,
Package name: copyq-16.0.0nb1,
Maintainer: kikadf.01CopyQ is an advanced clipboard manager with powerful editing
and scripting features.
Master sites:
Filesize: 3632.717 KB
Version history: (Expand)
- (2026-06-11) Updated to version: copyq-16.0.0nb1
- (2026-06-02) Updated to version: copyq-16.0.0
- (2026-05-14) Updated to version: copyq-15.0.0nb1
- (2026-04-18) Updated to version: copyq-15.0.0
- (2026-03-27) Updated to version: copyq-14.0.0
- (2026-02-06) Updated to version: copyq-13.0.0nb3
CVS history: (Expand)
| 2026-06-11 09:18:01 by Thomas Klausner | Files touched by this commit (788) |
Log message:
gtk3: bump PKGREVISION for wayland option default change
Recursive bump to hopefully fix bulk build fallout due to the
unversioned change.
|
2026-06-02 13:49:23 by Robert Bagdan | Files touched by this commit (2) |  |
Log message:
copyq: update to 16.0.0
* Added
- Per-MIME clipboard size limits and OOM protection via clipboard_mime_size_limit
config option and COPYQ_CLIPBOARD_MIME_SIZE_LIMIT environment variable. For
example text/html.*:0;.*:100M disables storing HTML and sets 100MiB max
size for all other formats (this size limit is the default: .*:100M).
- AppImage support (WITH_APPIMAGE CMake build option).
* Fixed
- Fixed thumbnails hidden for tagged image items if "Show simple \
items" option
is enabled (#3602).
- Fixed window invisible in remote desktop sessions (#3593, #3582, #3400).
- Fixed null characters in concatenated selected items breaking paste in
other applications.
- Handle possible file operation errors and locks when synchronizing items to
files on disk and shared storage (#3368, #3579).
- Avoids potential crash on fetching very large data in clipboard.
- Wayland: Fixed portal shortcuts handling in non-default app sessions.
- Wayland: Fixed main window shown on startup with tray disabled on wlroots
compositors (#3567).
|
| 2026-05-14 18:42:34 by Ryo ONODERA | Files touched by this commit (1335) |
Log message:
*: Recursive revbump from security/nettle-4.0
|
2026-04-18 11:23:29 by Robert Bagdan | Files touched by this commit (4) |  |
Log message:
copyq: update to 15.0.0
* Added
- CSS properties for pinned/notes indicator color and width. See
Plugin Indicators.
- One Dark theme. Thanks to @jetm (Javier Tia).
- Diagnostic information in About dialog and version output for easier
troubleshooting.
- Script function stats() now includes per-process memory information.
* Changed
- "Show under mouse cursor" shortcut now hides the window if it is already
visible (#2272).
- Updated icon font to Font Awesome 7.2.0.
- Dropped private Qt header usage (replaced with public QNativeInterface API).
- Dropped support for unmaintained Qt 5 version of the app.
- Improved performance of scripts.
* Fixed
- Fixed blank items appearing in search results.
- Fixed rounded item corners showing wrong background color.
- Fixed item background rendering on some systems and themes (#3495).
- Fixed item vertical misalignment (missing top margin).
- Fixed tray icon not showing before encryption password prompt (#3502).
- Fixed tray menu not showing on Wayland when triggered via shortcut (#3325).
- Fixed version string (#3516).
- Fixed crash when accessing invalid ItemSelection.
- Fixed item scrollbar colors.
- Fixed a memory leak in clipboard monitor process and other long running
client processes.
- Windows: Excludes unnecessary test executable and some libraries from
installer and portable zip.
|
2026-03-27 12:09:20 by Robert Bagdan | Files touched by this commit (3) |  |
Log message:
x11/copyq: update to 14.0.0
Added
- Tab encryption support. Allows encrypting all tab data on disk using a single
custom password. Common keychain software to store the password can be also
enabled with password expiration (locking tabs).
- Note for packagers: This requires QCA and QtKeychain libraries, but it can be
disabled at build time with CMake options WITH_QCA_ENCRYPTION and
WITH_KEYCHAIN (#2617).
- Audio playback via playSound() script function for playing WAV, MP3 and
FLAC files.
- Note for packagers: This requires miniaudio library, but it can be disabled
at build time with CMake option WITH_AUDIO.
- New script function stats() for gathering runtime statistics (memory usage,
UI elements, tab state, loaded plugins, running actions).
- Nord themes. Thanks to @ArtyomBabiy.
- Theme is applied to the About dialog (#3296).
- Log directory can be changed using COPYQ_LOG_DIR environment variable
(if COPYQ_LOG_FILE is not used).
- GNOME: Clipboard monitoring support using a custom GNOME extension
(#2342, #1243).
- X11: Portal for global shortcuts can be enabled with COPYQ_USE_PORTAL
environment variable.
Changed
- Long texts in the editor are no longer syntax-highlighted to avoid
slowdowns (#3340).
- ItemSelection() and selectItems() preserve the original selection
order (#3271).
- "Show the tray menu" command is excluded from the tray menu (#3353).
- Content dialog now shows data for the first format when opened (#3404).
- Option close_on_unfocus_extra_delay_ms can now be changed via config() (#3286).
- Use COPYQ_LOG_FILE for logging into single file without adding extra suffix
for process PID.
- Tests are no longer part of the application (#3274).
- X11: Reduced blocking calls when showing the main window, improving
responsiveness after idle (#2877).
Fixed
- Fixes pinned item duplication on clipboard re-read (#3131, #3042).
- Fixes potential data loss on partial tab rename failure during drag-and-drop.
- Fixes drag-and-drop expanding collapsed tab groups.
- Fixes window becoming invisible when started minimized (#3440).
- Fixes showAt() when the main window is maximized; restores original
geometry afterward (#3412, #3384).
- Fixes hiding the main window from the tray menu (#3352).
- Fixes overriding selection data in automatic commands (#3324).
- Fixes "Hide from screenshots" option state in Preferences.
- Fixes reading environment variables in correct encoding.
- Fixes copy/paste error handling (#3428).
- Synchronize plugin: Fixes updating items after they are moved (#3424).
- macOS: Fixes tray menu not appearing and crash on paste.
- Windows: Fixes copy/paste with the Win modifier held (#3398).
- Windows: Fixes default installation folder for single-user mode (#3358).
- Windows: Fixes overriding custom COPYQ_LOG_FILE.
|
| 2026-02-06 11:06:21 by Thomas Klausner | Files touched by this commit (1305) |
Log message:
*: recursive bump for nettle 4.0 shlib major bump
|
| 2026-01-27 09:41:10 by Thomas Klausner | Files touched by this commit (1344) |
Log message:
*: recursive bump for removal of cairo's xcb option
|
| 2026-01-07 09:49:50 by Thomas Klausner | Files touched by this commit (2525) |
Log message:
*: recursive bump for icu 78.1
|