Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Aug 16, 2014
1 parent 66d5aa3 commit a125c38
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
v2.4.0
- 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
- Support for OS X
- Japanese translation
Expand Down
2 changes: 1 addition & 1 deletion shared/copyq.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; 1. Open this file with Inno Setup with Unicode support and preprocessor.
; 2. Change "#defines" below (or see below how to use COPYQ_INNO_SETUP environment variable).
; 3. Compile "setup.exe".
#define AppVersion "2.3.0"
#define AppVersion "2.4.0"

; Path with build
#define Root "C:\dev\build-copyq-Desktop-Release"
Expand Down
2 changes: 1 addition & 1 deletion src/common/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <QVariantMap>

// Application version
#define COPYQ_VERSION "2.3.0"
#define COPYQ_VERSION "2.4.0"

class QAction;
class QByteArray;
Expand Down

0 comments on commit a125c38

Please sign in to comment.