From: Steve Brokenshire <sbrokenshire@xestia.co.uk>
Date: Fri, 22 Jan 2016 22:11:50 +0000 (+0000)
Subject: Added changes that have taken place for 0.07.
X-Git-Tag: release-0.09~36
X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=658dff4a92e3b0cd971cceb29be887f4f22517e2;p=xestiaab%2F.git

Added changes that have taken place for 0.07.
---

diff --git a/source/CHANGES b/source/CHANGES
index 05a8a47..1fc0008 100644
--- a/source/CHANGES
+++ b/source/CHANGES
@@ -1,3 +1,25 @@
+Version 0.07
+============
+22 January 2016
+
+- Fixed right click menu in the Search window when the mode is Search Only. 
+- New accounts now appear after creating an account through the new account
+  window. They didn't appear before due to a bug involving a boolean that
+  wasn't set as a pointer.
+- Added support to do contact format conversion on the command line using the
+  -c switch.
+  - Takes three or four command switches:
+	-ifmt=<str>: Input format to convert form.
+	-ofmt=<str>: Output format to convert to.
+	-ifile: Input filename to read from.
+	-ofile: Output filename to write to. (don't use to pipe to console).
+- Added unit tests for contact format conversion.
+- Added unit tests for loading vCard 4 data.
+- Moved loading of vCard 4 data when using frmContactEditor into 
+  ContactDataObject. Saving will also move into ContactDataObject in a later
+  version.
+- vCard 3/4 conversion now supports CLIENTPIDMAP, XML and SOURCE. 
+
 Version 0.06
 ============
 01 December 2015