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