Skip to content

Commit

Permalink
v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Aug 31, 2014
1 parent af5fd44 commit 3630e2a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES
@@ -1,3 +1,11 @@
v2.4.1
- 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
- Separate dialog for user commands and global shortcuts
- Search for item by row number
Expand Down
2 changes: 1 addition & 1 deletion shared/copyq.iss
@@ -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.4.0"
#define AppVersion "2.4.1"

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

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

class QAction;
class QByteArray;
Expand Down

0 comments on commit 3630e2a

Please sign in to comment.