From: Steve Brokenshire Date: Tue, 17 Nov 2015 19:41:18 +0000 (+0000) Subject: Updated CHANGES and version.h files for 0.04 release. X-Git-Tag: release-0.05~9 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=7cbaf65c394f7c1e4420b33fd67a1088dff48e21 Updated CHANGES and version.h files for 0.04 release. --- 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