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