Advanced clipboard manager with editing and scripting features

CopyQ for Mac

Join our mailing list

Stay up to date with latest software releases, news, software discounts, deals and more.

Subscribe

CopyQ 3.12.0

  -  18.51 MB  -  Open Source
  • Latest Version

    CopyQ 7.0.0

  • Operating System

    Mac OS X 10.9 or later

  • User Rating

    Click to vote
  • Author / Product

    CopyQ Team / External Link

  • Filename

    CopyQ.dmg

  • MD5 Checksum

    799457e8d025e7a1162db4be2184a9a3

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system. Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of CopyQ 3.12.0.


For those interested in downloading the most recent release of CopyQ for Mac or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

  • CopyQ 3.12.0 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

What's new in this version:

- Application icon will no longer automatically change when there is an ongoing operation (i.e. the icon snip animation). This caused performance issues in some environments and it was not tested automatically so it often broke. When clipboard storing is disabled the icon only changes opacity slightly.
- New `preview()` script function shows/hides item preview
- Avoid terminating application on SIGHUP
- Use brighter bar for pinned items with a dark theme
- Improved notification text line wrapping (#1409)
- Improved layout when showing many shortcut buttons
- Fix indentation when importing commands with CRLF
- Fix using the configured notification font
- Fix initial item size (avoid scroll bars)
- Fix decrypting item with note
- Fix hiding windows after changing "Always on Top" option
- Fix tool bar flickering when browsing items
- Fix crash when destroying main window
- Fix rare crash when menu items change
- FakeVim: Improved completion menu control with Vim emulation
- FakeVim: Always start in normal mode
- FakeVim: Fix searching backwards
- Windows: Paste operation is now postponed until user releases shortcut (#1412). This works better than releasing the shortcut keys automatically and is consistent with behavior on Linux
- Windows: Fix SSL/TLS errors; `networkGet()` should now work with `https` protocol
- Windows: Fix native GUI style

Unsaved data are now saved whenever application is unfocused, otherwise immediately after an item is edited and saved or after ~5 minute intervals if items change. These intervals can be configured - use `copyq config` to list options with `save_delay_` prefix. For example, disable storing after an item is added (only when app is unfocused, exits or tab is unloaded):
- copyq config save_delay_ms_on_item_added -1

Filter field in commands can now modify menu items. This is done by setting properties to "menuItem" object. Example:
copyq:
- MenuItem['checkable'] = true
- if (plugins.itempinned.isPinned.apply(this, selectedItems())) {
- menuItem['checked'] = true
- menuItem['text'] = 'Unpin'
- menuItem['color'] = '#f00'
- menuItem['tag'] = 'X'
- } else {
- menuItem['checked'] = false
- menuItem['text'] = 'Pin'
- menuItem['icon'] = ''

Join our mailing list

Stay up to date with latest software releases, news, software discounts, deals and more.

Subscribe