Skip to content

Commit

Permalink
v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Dec 30, 2014
1 parent 0d13b11 commit 14bf261
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v2.4.3
- Plugin for tagging items
- Plugins can provide script functions and commands
- Improved automatic commands execution
- Fixed gradients, transparency and other style improvements
- Fixed decryption with newer version of GnuPG
- Fixes for Qt 5 version

v2.4.2
- Send input data to execute()
- Better clipboard encoding guessing
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.4.2"
#define AppVersion "2.4.3"

; 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.4.2"
#define COPYQ_VERSION "2.4.3"

class QAction;
class QByteArray;
Expand Down

0 comments on commit 14bf261

Please sign in to comment.