X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FCHANGES;h=ba50d930811d78a3d63ab9d6f676752c51555734;hb=bc023624d8a7053b2bda8ce10417fabb4757cfd5;hp=156bd654fd344a735f5d603ec23f9bf3df1d634f;hpb=983b75e10a5d8d7b98e8ef54d668251d36547292;p=xestiaab%2F.git diff --git a/source/CHANGES b/source/CHANGES index 156bd65..ba50d93 100644 --- a/source/CHANGES +++ b/source/CHANGES @@ -1,3 +1,106 @@ +Version 0.12 +============ +12 April 2016 + +- Added check to see if a server is on the blacklist and to display a + dialog confirming that data loss could happen if that server is used. +- Added support for OS X. Support begins from OS X 10.11.4. Use of XAB + on OS X before this version is unsupported. + +Version 0.11 +============ +23 March 2016 + +- This version is a maintenance release. +- All code is indented using tabs not spaces. +- Remove most of the unused variables from the code. +- Moved unit testing application building into a separate Makefile. + To build the unit test application, run make from the tests directory. +- Added unit tests for some of the common functions that can return + values or use pointers. + +Version 0.10 +============ +06 March 2016 + +- Implemented support to run the application to display contact + information only using the -d switch. + - It takes one option which is the filename of the contact to display. +- Fixed issue where address book URL does not appear when server is using + self-signed SSL certificate. +- Fixed issue where the conflict resolution window kept coming up when a + contact was saved to a CardDAV server. + +Version 0.09 +============ +24 February 2016 + +- Password was displayed as text in the Edit Account window when it + shouldn't have been. +- Fixed top section of the contact information page so that the name + doesn't collapse into a line per word. +- Display error message if no accounts are selected when searching + for contacts. +- Resized the Edit Account window so that all controls appear properly + in the window. +- Fixed issue with the add and remove search setting buttons in the + Search window after searching. +- Fixed issue with accounts that are reloaded after closing the edit + account window without making any changes. Clicking on either the + Edit or Delete buttons without selecting an account again caused XAB + to crash/assert. +- Fixed issue where SSL certificate window asserts due to MaxLength being + set for one of the controls. + +Version 0.08 +============ +10 February 2016 + +- Fixed issue with checks not being made on iterators when editing data + which causes the application to crash. +- Fixed issue which causes the application to assert on multiline text + box controls (maxlength was set when it shouldn't have been). +- Resized add and edit properties dialogs that are use with the contact + editor so certain controls are not squashed. +- Contact editor now has a minimum window size of 800x500 set. +- Corrected Makefile so that compiling using -j now works. + +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