Skip to content

Releases: hluk/CopyQ

v3.7.1

18 Nov 07:57
v3.7.1
Compare
Choose a tag to compare
  • Store formats specified in Format field in automatic commands
  • Fix restoring geometry on screens with different scaling factors
  • X11: Fix restoring geometry on i3 window manager
  • X11: Fix the first clipboard/selection signal when unchanged

v3.7.0

04 Nov 10:13
v3.7.0
Compare
Choose a tag to compare
  • New option to show notes beside item content
  • Removed option to show icon instead of notes
  • Only plain text is Copied/Pasted from menu if Shift key is pressed
  • Customizable shortcut for Item context menu
  • Remove unmaintained Data plugin (can be replaced with a script)
  • Allow to set icon to tab groups in tree view
  • Allow export even if a tab group or an unloaded tab is selected
  • Automatic commands are no longer run in clipboard monitor context
  • Omit aborting monitor by calling abort() from automatic commands
  • Omit aborting automatic commands by changing configuration
  • Updated icons (Font Awesome 5.4.2)
  • Fix sizes of items with notes and when using Web plugin
  • Fix icons alignment
  • Fix setting different font weights in Appearance configuration
  • Fix button sizes in Appearance configuration
  • Fix position of the context menu for large items
  • Fix server crash when a client disconnected while processing its request
  • Fix crash when changing icon or renaming unloaded tab
  • Fix handling of incorrect editor command
  • X11: Faster and safer clipboard checking and synchronization
  • X11: Prioritize checking clipboard before selection

v3.6.1

25 Sep 19:02
v3.6.1
Compare
Choose a tag to compare
  • Omit displaying notes twice when "Show simple items" is enabled
  • Fix broken tab decryption

v3.6.0

23 Sep 10:04
v3.6.0
Compare
Choose a tag to compare
  • Invoking search with a shortcut reuses last search expression
  • Exiting from search (ESC) doesn't unselect found item
  • COPYQ_SETTINGS_PATH environment variable overrides default config path
  • Merge top item with same new clipboard text
  • Check clipboard after start
  • Animate app icon when a clipboard changes or a client calls some functions
  • Use gpg for encryption if gpg2 is unavailable
  • Faster tray and context menu updates
  • Close dialog() after client process exits
  • Display system, arch and compiler info when using version()
  • Tests are about 2x faster
  • Updated icons (Font Awesome 5.3.1)
  • Fix search field icon position
  • Fix overriding onClipboardChanged() and similar script functions
  • Fix closing client processes
  • Fix deleting temporary timer object
  • Fix handling return values and abort() in afterMilliseconds()
  • Fix icon font sizes and omit using system-installed font
  • Fix showing label
  • X11: Fix showing window after using close button on Qt 5.11
  • X11: Fix crash when UI scaling is too large
  • Windows: Fix removing old DLLs with installer

v3.5.0

17 Jun 10:21
Compare
Choose a tag to compare
  • Icon for global shortcuts in Shortcut configuration tab
  • Simpler icons (smaller installation footprint)
  • Faster copying and pasting from the application
  • Faster and simpler invocation for commands run automatically
  • More compact Process Manager dialog
  • Scriptable function select() waits for clipboard to be set
  • Image masks for colorizing icons ("icon-mask" and "icon-busy-mask")
  • Improved logging
  • Updated icons (Font Awesome 5.0.13)
  • Fix showing icons when "System icons" is enabled (Windows and OS X)
  • Fix initial setup for encryption
  • Fix storing SVG images and other XML formats with text
  • Fix stopping clipboard monitor and other processes at exit
  • Fix restarting monitor whenever script commands change
  • Fix updating status in Process Manager
  • Fix using tab() multiple times from script
  • Fix building for Qt 5.11
  • Windows: Use Qt 5.6 LTS version for released binaries
  • OSX: Fix URI list and UTF-16 text clipboard formats
  • X11: Faster clipboard/selection synchronization

v3.4.0

29 Apr 13:51
Compare
Choose a tag to compare
  • Fix icon sizes in menu
  • Fix showing dialog() above main window
  • Fix closing clipboard monitor and provider on exit
  • Safer data serialization and communication protocol
  • Smoother colorized application icon
  • Faster pasting to target window
  • Run script commands in own context
  • Omit showing same notification multiple times
  • Omit handling text/uri-list by default
  • OSX: Fix opening main window from tray menu
  • OSX: Fix exporting configuration
  • OSX: Fix focusing own windows for pasting
  • Linux: Fix crashing on Wayland
  • X11: Fix showing incorrect clipboard content

v3.3.1

06 Apr 12:56
Compare
Choose a tag to compare
  • Mark tray menu item in clipboard
  • Scroll view when dragging items to top or bottom
  • Always use current tab name in new tab dialog
  • Update clipboard label in tray menu immediately
  • Raise last window after menu is closed
  • Paste commands correctly even if pasted into text edit widget
  • Unload unneeded tabs after exported/imported
  • Omit slow data compression on export
  • Fix queryKeyboardModifiers() script function
  • Fix settings autostart option from script
  • Fix warnings when trying to load bitmap icons as SVG
  • OSX: Fix settings global shortcuts with some keyboard layouts
  • OSX: Fix tray menu icon size
  • X11: Fix Autostart option
  • X11: Fix crash when icon is too big
  • X11: Omit resetting empty clipboard and selection
  • X11: Omit overriding new clipboard with older selection content

v3.3.0

17 Mar 19:21
Compare
Choose a tag to compare
  • Add option for searching numbers in item list and tray menu
  • Use exception instead of return code for exportData()/importData()
  • Draw icon shadow (for internal icon font)
  • Remove support for Qt 4, require Qt >= 5.1.0
  • Fix storing only non-empty clipboard items
  • Fix opening web browser from script with open()
  • Fix exiting clipboard provider process when not needed
  • Fix exportData()/importData() with relative file paths
  • Fix SVG app icon resolution in some panels
  • Fix closing window after a menu is closed and window is unfocused
  • Fix icons for command error notifications
  • Fix warnings when using system icons
  • Linux: Fixes for AppData, desktop and flatpak files
  • OSX: Fix pasting items
  • OSX: Log errors when global shortcut registration fails

v3.2.0

18 Feb 07:05
Compare
Choose a tag to compare
  • Add option to close main window when unfocused
  • Add script command type for enhancing scripting API and CLI
  • Add display command type for overriding item display data
  • Add documentation for plugins scripting API
  • Add script function afterMilliseconds()
  • Add isGlobalShortcut property to commands
  • Allow to set global and menu command shortcuts in preferences
  • New icon appearance (Font Awesome 5)
  • Search in icon dialog (just start typing text)
  • Improve scripting API for plugins
  • Show command type with icon in command dialog
  • Allow to set tray and window icon tag
  • Allow to store MIME types with spaces
  • Allow to set negative offsets for notifications
  • Allow to override clipboard handling with script commands
  • Script functions add() and insert() can add multiple items
  • Hide vertical scroll bar in text items if not needed
  • Hide main tool bar when internal editor is visible
  • Run scripts safely in client process
  • Omit closing internal editor if item changes
  • Smoother scrolling and item browsing
  • Fix accepting dialog() on Ctrl+Enter and Enter
  • Fix sleep() timing out before interval
  • Fix Dir().separator() return value type
  • Fix item rendering
  • Fix window title and tool tip for multi-line clipboard
  • Fix tool bar rendering while editing an item
  • Fix scaling pixel font sizes in HTML items
  • Fix rendering item number in top left corner
  • Fix rendering drag'n'drop preview on high-DPI screens
  • Fix rendering notification icon on high-DPI screens
  • Fix disabling antialiasing
  • Fix opening menu/window on left screen (negative coordinates)
  • Linux: Fix merging X11 selection if the first item is pinned
  • Linux: Fix displaying tray menu on KDE/Plasma
  • Windows: Fix negative item size warnings

v3.1.2

21 Oct 07:34
Compare
Choose a tag to compare
  • Don't show mouse cursor for selecting text after clicking on item
  • Fix rendering background for item preview dock
  • Fix showing main window under mouse pointer
  • Fix loading tray icon
  • Fix scrollbar interaction in items
  • Fix performance for eliding huge text
  • Fix correct mouse pointer in text items
  • itemtext: Render plain text instead of empty HTML
  • itemtext: Always limit text size in items
  • itemweb: Use some sane settings for items
  • itemencrypted: Copy to selection with copyEncryptedItems()