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