Skip to content

Releases: hluk/CopyQ

v2.7.0

01 May 06:05
Compare
Choose a tag to compare
  • Log accessible from GUI
  • Performance and memory usage improvements
  • Added scriptable function to set current tab (setCurrentTab())
  • Added scriptable function to modify new items (setData())
  • Appearance fixes
  • Simplified window management
  • Improved pasting to current window on Windows
  • Window geometry fixes
  • Command with Enter shortcut overrides item activate action

v2.6.1

14 Feb 06:47
Compare
Choose a tag to compare
  • Moved configuration from registry on Windows
  • Fixed shortcuts on Windows
  • Fixed window geometry restoring

v2.6.0

06 Feb 08:15
Compare
Choose a tag to compare
  • Show item notes in tray and window title
  • Removed broken console executable on Windows
  • Dutch translation
  • Added env() and setEnv() to access and modify environment variables
  • Access shortcut which activated command
  • Fixed closing the application at shutdown on Windows
  • Fixed some global shortcuts on Windows
  • Fixed capturing some shortcuts

v2.5.0

14 Nov 09:18
Compare
Choose a tag to compare
  • Smarter tab name matching (ignore key hints '&')
  • Fixed omit passing global shortcuts to widgets
  • Fixed autostart option on Ubuntu
  • Fixed window geometry saving and restoring
  • Fixed reading binary input on Windows
  • Fixed clearing configuration

v2.4.9

30 Aug 11:07
Compare
Choose a tag to compare
  • Added new light theme
  • Added scriptable function focused() to test main window focus
  • Customizable shortcuts for tab navigation
  • Extended item selection
  • Fixed tab expiration and updating context menu
  • Fixed passing text to command from action dialog

v2.4.8

07 Jul 12:20
Compare
Choose a tag to compare
  • New command to show main window under mouse cursor or at a position with custom size
  • Hide clipboard content when "application/x-copyq-hidden" is "1"
  • "Copy next/previous item" command waits for clipboard to be set
  • Fixed updating window title and tray tool tip on X11
  • Fixed modifying multiple commands in Command dialog
  • Fixed implicit date to string convertions

v2.4.7

01 Jun 14:38
Compare
Choose a tag to compare
  • Separate dialog for command help
  • Added scriptable function visible() to check main window visibility
  • Linux: Install bitmap icons for menus
  • Linux: Install AppData file
  • Allow to search for specific MIME types stored in items
  • Menu items and customizable shortcut for cycling item format
  • Fixed icon alignment
  • Fixed moving tabs with Qt 5
  • Fixed overriding socket file path (Linux and OS X)
  • Fixed "Paste as Plain Text" command (Windows and OS X)
  • Fixed tab tree layout and changing icons for tab groups
  • Fixed URL encoding

v2.4.6

04 Apr 06:56
Compare
Choose a tag to compare
  • Fixed crash when removing command
  • Fixed encryption/decryption selected items
  • Fixed reading from standard input
  • GUI fixes for high-DPI displays

v2.4.5

21 Mar 08:55
Compare
Choose a tag to compare
  • Option to save/restore history for filtering items
  • Clipboard changes with unchanged content is ignored
  • Notify about unsaved changes in command dialog
  • Use application icons from current icon theme on Linux
  • Simple error checking for user scripts
  • Fix blocked system shutdown on Linux/X11

v2.4.4

24 Jan 11:57
Compare
Choose a tag to compare
  • Option to choose tab for storing clipboard
  • Fixed overriding mouse selection (Linux/X11)
  • Fixed window title updates from user commands
  • Fixed toggling window visibility with Qt 5
  • Minor GUI improvements and user command fixes