X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FCHANGES;h=1fc000889941ca53e00730126a19b1c69b612420;hb=658dff4a92e3b0cd971cceb29be887f4f22517e2;hp=3a28e46ad26478abeaa829227f9924d598f216c7;hpb=7cbaf65c394f7c1e4420b33fd67a1088dff48e21;p=xestiaab%2F.git diff --git a/source/CHANGES b/source/CHANGES index 3a28e46..1fc0008 100644 --- a/source/CHANGES +++ b/source/CHANGES @@ -1,3 +1,50 @@ +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=: Input format to convert form. + -ofmt=: 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 + +- 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 + +- Click on the Close Window button on the main window on Win32 systems causes XAB + to crash. This hopefully has now been fixed. +- All tabbed forms now show the first page instead of the second page in some + forms. +- Initial unit testing application has been implemented. Additional unit tests + will be added over time. + Version 0.04 ============ 17 November 2015