Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Version 0.20 release
[xestiaab/.git] / source / CHANGES
1 Version 0.20
2 ============
3 09 September 2017
5 - Implemented single priority control for all contact editor subforms.
6 - Fixed issue with colour background still being displayed after disabling
7   it in preferences.
8 - Fixed issue with right click on a contact in the contact list when the 
9   account type is local.
10 - Close all windows before opening the preferences window.
11 - Fixed issue where modifying or deleting items from the Contact 
12   Editor will cause XAB to crash if there's no items in the list.
13 - Fixed separate issue where deleting a note from the Home tab in the 
14   Contact Editor will cause XAB to crash.
16 Version 0.19
17 ============
18 19 June 2017
20 - Added option to change the background colour of contact data when
21   being viewed.
22 - Updated Xcode project for macOS.
24 Version 0.18
25 ============
26 11 March 2017
28 - Fixed issue with audio device remaining open after opening the contact
29   editor for the first time.
30 - Fixed issue where prefix isn't detected on Linux systems when editing
31   an account.
32 - Quit application process properly implemented.
33 - Enhanced contact information screen properly formatting dates.
34 - Contact Editor subforms that use the language drop down box are now
35   pre-filled with the list of language codes from ISO 639-1.
36 - Added icons to the preferences window.
37 - Double clicking on an account in the preferences window opens up the
38   properties for that account.
40 Version 0.17
41 ============
42 18 January 2017
44 - Added icon to the search window.
45 - Win32: Status bar gripper has been removed from main window and search
46   window.
47 - Check that the default account exists each time XAB is started.
48 - Fixed bug where non-SSL connections are treated as SSL connections for
49   CardDAV connctions.
50 - Fixed bug where an assert happens when the search window is closed when
51   in search only mode (-s).
52 - Fixed bug where filename of contact to open in search window appears
53   in a dialog.
54 - Message saying 'n contacts found.' disappears when the reset button
55   is pressed in the search window.
56 - Added manual page. This page is installed/uninstalled on Linux-based 
57   systems into the share/man1 path. (e.g. /usr/local/share/man/man1)
59 Version 0.16
60 ============
61 13 November 2016
63 - Added toolbar to the main window with icons.
64 - Created the template translation file. This now allows Xestia Address Book
65   to be translated into other languages.
67 Version 0.15
68 ============
69 30 September 2016
71 - Implemented the Connection Object interface.  This now opens up the 
72   possibility of using other protocols.
73 - CardDAV2 class implemented using the Connection Object interface. This
74   has stopped the Win32 version of XAB from crashing.
75 - Removed old CardDAV code.
77 Version 0.14
78 ============
79 08 July 2016
81 - Unsupported accounts (neither local or CardDAV) are now displayed within 
82   XAB. Contact data from unsupported accounts can be viewed but not edited or
83   deleted. Account settings cannot be edited but the account can still be
84   deleted.
85 - Implemented Online/Offline feature. It can be used by double clicking on
86   the cable icon next to the SSL icon in the status bar or by selecting Sleep
87   Mode in the Activity Manager menu.
88 - Documentation changed to a flat OpenDocument text file for easier
89   management for the code repository.
90 - Moved contact saving in frmContactEditor to the ContactDataObject class.
91 - Unit testing added for Contact Saving in the ContactDataObject class.
92 - Fixed random number generation for directory naming when creating accounts.
94 Version 0.13
95 ============
96 28 May 2016
98 - Added support for Windows. Support begins from Windows 7. Use of
99   XAB on Windows Vista or before this version is unsupported.
100 - Added Visual Studio 2013 (Express) project files.
101 - Added Xcode project files.
102 - SSL verification is now done before sending or receiving any contact
103   data so that SSL context handles in Windows and OS X can be obtained.
104   Linux versions use certificate information from cURL's
105   CURLINFO_CERTINFO.
106 - Fixed code in frmActivityMgr so that proper cURL codes are used
107   instead of being lazy with integers that may change.
108 - Fixed issue where saving picture data in some cases may cause
109   XAB to crash.
111 Version 0.12
112 ============
113 12 April 2016
115 - Added check to see if a server is on the blacklist and to display a
116   dialog confirming that data loss could happen if that server is used.
117 - Added support for OS X. Support begins from OS X 10.11.4. Use of XAB
118   on OS X before this version is unsupported.
120 Version 0.11
121 ============
122 23 March 2016
124 - This version is a maintenance release.
125 - All code is indented using tabs not spaces.
126 - Remove most of the unused variables from the code.
127 - Moved unit testing application building into a separate Makefile. 
128   To build the unit test application, run make from the tests directory.
129 - Added unit tests for some of the common functions that can return
130   values or use pointers.
132 Version 0.10
133 ============
134 06 March 2016
136 - Implemented support to run the application to display contact
137   information only using the -d switch.
138     - It takes one option which is the filename of the contact to display.
139 - Fixed issue where address book URL does not appear when server is using
140   self-signed SSL certificate.
141 - Fixed issue where the conflict resolution window kept coming up when a
142   contact was saved to a CardDAV server.
144 Version 0.09
145 ============
146 24 February 2016
148 - Password was displayed as text in the Edit Account window when it
149   shouldn't have been.
150 - Fixed top section of the contact information page so that the name
151   doesn't collapse into a line per word.
152 - Display error message if no accounts are selected when searching 
153   for contacts.
154 - Resized the Edit Account window so that all controls appear properly
155   in the window.
156 - Fixed issue with the add and remove search setting buttons in the
157   Search window after searching.
158 - Fixed issue with accounts that are reloaded after closing the edit 
159   account window without making any changes. Clicking on either the 
160   Edit or Delete buttons without selecting an account again caused XAB 
161   to crash/assert.
162 - Fixed issue where SSL certificate window asserts due to MaxLength being
163   set for one of the controls.
165 Version 0.08
166 ============
167 10 February 2016
169 - Fixed issue with checks not being made on iterators when editing data
170   which causes the application to crash.
171 - Fixed issue which causes the application to assert on multiline text
172   box controls (maxlength was set when it shouldn't have been).
173 - Resized add and edit properties dialogs that are use with the contact
174   editor so certain controls are not squashed.
175 - Contact editor now has a minimum window size of 800x500 set.
176 - Corrected Makefile so that compiling using -j now works.
178 Version 0.07
179 ============
180 22 January 2016
182 - Fixed right click menu in the Search window when the mode is Search Only. 
183 - New accounts now appear after creating an account through the new account
184   window. They didn't appear before due to a bug involving a boolean that
185   wasn't set as a pointer.
186 - Added support to do contact format conversion on the command line using the
187   -c switch.
188   - Takes three or four command switches:
189         -ifmt=<str>: Input format to convert form.
190         -ofmt=<str>: Output format to convert to.
191         -ifile: Input filename to read from.
192         -ofile: Output filename to write to. (don't use to pipe to console).
193 - Added unit tests for contact format conversion.
194 - Added unit tests for loading vCard 4 data.
195 - Moved loading of vCard 4 data when using frmContactEditor into 
196   ContactDataObject. Saving will also move into ContactDataObject in a later
197   version.
198 - vCard 3/4 conversion now supports CLIENTPIDMAP, XML and SOURCE. 
200 Version 0.06
201 ============
202 01 December 2015
204 - Added right click menus for the contact list in the main window and the search
205   results list in the search window.
206 - Added feature to save photos, logos and sounds from contacts.
207 - Fixed minor vCard version printing to console issue.
208 - Added copyright and licence headers to the source and header files as needed.
209 - Changed CardDAV into CardDAV* for the Activity Manager tasks which improves
210   memory efficiency as CardDAV object is now deleted each time a task is
211   completed.
212 - Splitted some source files down to make them more manageable.
214 Version 0.05
215 ============
216 25 November 2015
218 - Click on the Close Window button on the main window on Win32 systems causes XAB
219   to crash. This hopefully has now been fixed.
220 - All tabbed forms now show the first page instead of the second page in some
221   forms.
222 - Initial unit testing application has been implemented. Additional unit tests
223   will be added over time.
225 Version 0.04
226 ============
227 17 November 2015
229 - Added -e support for direct editing without having to start XAB fully. The direct 
230   editing process checks if the contact is in the user's settings/accounts directory
231   and refuses to load it if it is. Another check is made where if the file is not a
232   vCard 4.0 contact, it will refuse to load.
233 - Cleaned up Bitmap Code Helper removing all commented out references to Boost and
234   fixed the line tabbing.
235 - Cancel button for the Preferences window now works.
237 Version 0.03
238 ============
239 03 November 2015
241 - Fixed assert issues when opening frmContactEditorTemplate and frmContactEditorAddress
242 - Save Contact & Close within the contact editor is now implemented.
243 - Fixed more issues with compiling when using other Linux-based OSes other than OpenSuSE.
244 - Fixed issues when creating an account on a Win32 system.
246 Version 0.02
247 ============
248 20 October 2015
250 - Added -s support for direct searching without having to start XAB fully.
251 - Fixed issues with compiling when using other Linux-based OSes other than OpenSuSE.
253 Version 0.01
254 ============
255 05 October 2015
257 - Initial Release
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy