From 7cbaf65c394f7c1e4420b33fd67a1088dff48e21 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Tue, 17 Nov 2015 19:41:18 +0000 Subject: [PATCH] Updated CHANGES and version.h files for 0.04 release. --- source/CHANGES | 12 ++++++++++++ source/version.h | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/source/CHANGES b/source/CHANGES index 920c10b..3a28e46 100644 --- a/source/CHANGES +++ b/source/CHANGES @@ -1,3 +1,15 @@ +Version 0.04 +============ +17 November 2015 + +- Added -e support for direct editing without having to start XAB fully. The direct + editing process checks if the contact is in the user's settings/accounts directory + and refuses to load it if it is. Another check is made where if the file is not a + vCard 4.0 contact, it will refuse to load. +- Cleaned up Bitmap Code Helper removing all commented out references to Boost and + fixed the line tabbing. +- Cancel button for the Preferences window now works. + Version 0.03 ============ 03 November 2015 diff --git a/source/version.h b/source/version.h index 00f4140..252f227 100644 --- a/source/version.h +++ b/source/version.h @@ -6,7 +6,7 @@ // // THANK YOU FOR YOUR ATTENTION! -#define XSDAB_VERSION "0.03" -#define XSDAB_USERAGENT "XestiaAddressBook/0.03" +#define XSDAB_VERSION "0.04" +#define XSDAB_USERAGENT "XestiaAddressBook/0.04" #define XSDAB_SOURCE "source" #define XSDAB_RELEASE 0 -- 2.39.2