From 14bf26172da23646f7616dc4b2131c9ce932b9ff Mon Sep 17 00:00:00 2001 From: hluk Date: Tue, 30 Dec 2014 02:26:55 -0800 Subject: [PATCH] v2.4.3 --- CHANGES | 8 ++++++++ shared/copyq.iss | 2 +- src/common/common.h | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 13cfb5ea67..622df46a23 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/shared/copyq.iss b/shared/copyq.iss index a123f53027..665cd04952 100644 --- a/shared/copyq.iss +++ b/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.2" +#define AppVersion "2.4.3" ; Path with build #define Root "C:\dev\build-copyq-Desktop-Release" diff --git a/src/common/common.h b/src/common/common.h index df42f8f75c..7c66a7bdf9 100644 --- a/src/common/common.h +++ b/src/common/common.h @@ -27,7 +27,7 @@ #include // Application version -#define COPYQ_VERSION "2.4.2" +#define COPYQ_VERSION "2.4.3" class QAction; class QByteArray;