From 8ed353f28fd2dea3338971129eb1df8313b64638 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Tue, 1 Dec 2015 08:56:27 +0000 Subject: [PATCH] Version 0.06 release. CHANGES updated. Version bump in version.h --- source/CHANGES | 14 ++++++++++++++ source/version.h | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/source/CHANGES b/source/CHANGES index 156bd65..05a8a47 100644 --- a/source/CHANGES +++ b/source/CHANGES @@ -1,3 +1,17 @@ +Version 0.06 +============ +01 December 2015 + +- Added right click menus for the contact list in the main window and the search + results list in the search window. +- Added feature to save photos, logos and sounds from contacts. +- Fixed minor vCard version printing to console issue. +- Added copyright and licence headers to the source and header files as needed. +- Changed CardDAV into CardDAV* for the Activity Manager tasks which improves + memory efficiency as CardDAV object is now deleted each time a task is + completed. +- Splitted some source files down to make them more manageable. + Version 0.05 ============ 25 November 2015 diff --git a/source/version.h b/source/version.h index 94e8371..805797e 100644 --- a/source/version.h +++ b/source/version.h @@ -24,7 +24,7 @@ // // THANK YOU FOR YOUR ATTENTION! -#define XSDAB_VERSION "0.05" -#define XSDAB_USERAGENT "XestiaAddressBook/0.05" +#define XSDAB_VERSION "0.06" +#define XSDAB_USERAGENT "XestiaAddressBook/0.06" #define XSDAB_SOURCE "source" #define XSDAB_RELEASE 0 -- 2.39.2