Skip to content

Releases: hluk/CopyQ

v2.4.1

31 Aug 18:50
Compare
Choose a tag to compare
  • Added scriptable classes File and Dir
  • Added scriptable function settings() for saving custom user data
  • Improved dialog() command
  • Windows: Qt translated strings bundled with application
  • Fixed %1 in command
  • Fixed building with tests and Qt5

v2.4.0

16 Aug 04:12
Compare
Choose a tag to compare
  • Separate dialog for user commands and global shortcuts
  • Search for item by row number
  • Command highlighting
  • More shortcuts can be mapped on Windows and X11
  • New "copy" command to copy from current window to clipboard
  • New "dialog" command to show dialog with custom input fields
  • Fixed crash on log out on Windows
  • Fixed clipboard monitoring on Windows
  • Fixed argument encoding from client on Windows
  • Fixed log output when printing messages from multiple processes
  • GUI fixes

v2.3.0

22 Jun 18:45
Compare
Choose a tag to compare
  • Support for OS X
  • Japanese translation
  • Custom icons for tabs
  • Show item count next to each tab name (optional)
  • Added Process Manager for running and finished commands
  • Scripting improvements
  • Nicer format for copied user commands
  • GUI fixes

v2.2.0

25 May 11:01
Compare
Choose a tag to compare
  • Custom system shortcuts for any user command
  • Drag'n'drop items to tabs
  • Options to set position and maximum size for notifications
  • Option to open windows on same desktop
  • Weblate service for translations (https://hosted.weblate.org/projects/copyq/master/)
  • Commands input and output is UTF-8 only (this fixes encoding issues on Windows)
  • Scripting engine improvements
  • Various GUI improvements and fixes
  • Fix main window position in various X11 window managers
  • Fix crashing with Oxygen GUI style
  • Fix storing images from clipboard on Windows
  • Various GUI improvements and fixes

v2.1.0

06 Apr 09:59
Compare
Choose a tag to compare
  • French translation
  • Save/load and copy/paste user commands
  • Easier way to write longer commands and scripts
  • Remove formats in clipboard and item content dialogs
  • Command "toggle" focuses main window if unfocused (instead of closing)
  • Choose log file and amount of information to log
  • Lot of bugfixes and GUI improvements

v2.0.1

26 Jan 10:08
Compare
Choose a tag to compare
v2.0.1

v2.0.0

22 Jan 16:54
Compare
Choose a tag to compare
  • Synchronize items with files on disk
  • Faster tab loading and saving (data format was changed; only backward compatible)
  • User can limit size of text items
  • Opening external image editor fixed on Windows
  • New logo and website
  • Lot of other fixes