5 - Added check to see if a server is on the blacklist and to display a
6 dialog confirming that data loss could happen if that server is used.
7 - Added support for OS X. Support begins from OS X 10.11.4. Use of XAB
8 on OS X before this version is unsupported.
14 - This version is a maintenance release.
15 - All code is indented using tabs not spaces.
16 - Remove most of the unused variables from the code.
17 - Moved unit testing application building into a separate Makefile.
18 To build the unit test application, run make from the tests directory.
19 - Added unit tests for some of the common functions that can return
20 values or use pointers.
26 - Implemented support to run the application to display contact
27 information only using the -d switch.
28 - It takes one option which is the filename of the contact to display.
29 - Fixed issue where address book URL does not appear when server is using
30 self-signed SSL certificate.
31 - Fixed issue where the conflict resolution window kept coming up when a
32 contact was saved to a CardDAV server.
38 - Password was displayed as text in the Edit Account window when it
40 - Fixed top section of the contact information page so that the name
41 doesn't collapse into a line per word.
42 - Display error message if no accounts are selected when searching
44 - Resized the Edit Account window so that all controls appear properly
46 - Fixed issue with the add and remove search setting buttons in the
47 Search window after searching.
48 - Fixed issue with accounts that are reloaded after closing the edit
49 account window without making any changes. Clicking on either the
50 Edit or Delete buttons without selecting an account again caused XAB
52 - Fixed issue where SSL certificate window asserts due to MaxLength being
53 set for one of the controls.
59 - Fixed issue with checks not being made on iterators when editing data
60 which causes the application to crash.
61 - Fixed issue which causes the application to assert on multiline text
62 box controls (maxlength was set when it shouldn't have been).
63 - Resized add and edit properties dialogs that are use with the contact
64 editor so certain controls are not squashed.
65 - Contact editor now has a minimum window size of 800x500 set.
66 - Corrected Makefile so that compiling using -j now works.
72 - Fixed right click menu in the Search window when the mode is Search Only.
73 - New accounts now appear after creating an account through the new account
74 window. They didn't appear before due to a bug involving a boolean that
75 wasn't set as a pointer.
76 - Added support to do contact format conversion on the command line using the
78 - Takes three or four command switches:
79 -ifmt=<str>: Input format to convert form.
80 -ofmt=<str>: Output format to convert to.
81 -ifile: Input filename to read from.
82 -ofile: Output filename to write to. (don't use to pipe to console).
83 - Added unit tests for contact format conversion.
84 - Added unit tests for loading vCard 4 data.
85 - Moved loading of vCard 4 data when using frmContactEditor into
86 ContactDataObject. Saving will also move into ContactDataObject in a later
88 - vCard 3/4 conversion now supports CLIENTPIDMAP, XML and SOURCE.
94 - Added right click menus for the contact list in the main window and the search
95 results list in the search window.
96 - Added feature to save photos, logos and sounds from contacts.
97 - Fixed minor vCard version printing to console issue.
98 - Added copyright and licence headers to the source and header files as needed.
99 - Changed CardDAV into CardDAV* for the Activity Manager tasks which improves
100 memory efficiency as CardDAV object is now deleted each time a task is
102 - Splitted some source files down to make them more manageable.
108 - Click on the Close Window button on the main window on Win32 systems causes XAB
109 to crash. This hopefully has now been fixed.
110 - All tabbed forms now show the first page instead of the second page in some
112 - Initial unit testing application has been implemented. Additional unit tests
113 will be added over time.
119 - Added -e support for direct editing without having to start XAB fully. The direct
120 editing process checks if the contact is in the user's settings/accounts directory
121 and refuses to load it if it is. Another check is made where if the file is not a
122 vCard 4.0 contact, it will refuse to load.
123 - Cleaned up Bitmap Code Helper removing all commented out references to Boost and
124 fixed the line tabbing.
125 - Cancel button for the Preferences window now works.
131 - Fixed assert issues when opening frmContactEditorTemplate and frmContactEditorAddress
132 - Save Contact & Close within the contact editor is now implemented.
133 - Fixed more issues with compiling when using other Linux-based OSes other than OpenSuSE.
134 - Fixed issues when creating an account on a Win32 system.
140 - Added -s support for direct searching without having to start XAB fully.
141 - Fixed issues with compiling when using other Linux-based OSes other than OpenSuSE.