X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FCHANGES;h=ded89bafb1c3af6125697bc56d4f7e0364529ae3;hb=e9d134d2989f6d23faf661e3657525b0c24598e0;hp=86b617cf2358d728baad3cd25a83ad7cf2fc6aa6;hpb=44a82606782052f7867110b9b541db62c356ceb1;p=xestiaab%2F.git diff --git a/source/CHANGES b/source/CHANGES index 86b617c..ded89ba 100644 --- a/source/CHANGES +++ b/source/CHANGES @@ -1,3 +1,64 @@ +Version 0.16 +============ +13 November 2016 + +- Added toolbar to the main window with icons. +- Created the template translation file. This now allows Xestia Address Book + to be translated into other languages. + +Version 0.15 +============ +30 September 2016 + +- Implemented the Connection Object interface. This now opens up the + possibility of using other protocols. +- CardDAV2 class implemented using the Connection Object interface. This + has stopped the Win32 version of XAB from crashing. +- Removed old CardDAV code. + +Version 0.14 +============ +08 July 2016 + +- Unsupported accounts (neither local or CardDAV) are now displayed within + XAB. Contact data from unsupported accounts can be viewed but not edited or + deleted. Account settings cannot be edited but the account can still be + deleted. +- Implemented Online/Offline feature. It can be used by double clicking on + the cable icon next to the SSL icon in the status bar or by selecting Sleep + Mode in the Activity Manager menu. +- Documentation changed to a flat OpenDocument text file for easier + management for the code repository. +- Moved contact saving in frmContactEditor to the ContactDataObject class. +- Unit testing added for Contact Saving in the ContactDataObject class. +- Fixed random number generation for directory naming when creating accounts. + +Version 0.13 +============ +28 May 2016 + +- Added support for Windows. Support begins from Windows 7. Use of + XAB on Windows Vista or before this version is unsupported. +- Added Visual Studio 2013 (Express) project files. +- Added Xcode project files. +- SSL verification is now done before sending or receiving any contact + data so that SSL context handles in Windows and OS X can be obtained. + Linux versions use certificate information from cURL's + CURLINFO_CERTINFO. +- Fixed code in frmActivityMgr so that proper cURL codes are used + instead of being lazy with integers that may change. +- Fixed issue where saving picture data in some cases may cause + XAB to crash. + +Version 0.12 +============ +12 April 2016 + +- Added check to see if a server is on the blacklist and to display a + dialog confirming that data loss could happen if that server is used. +- Added support for OS X. Support begins from OS X 10.11.4. Use of XAB + on OS X before this version is unsupported. + Version 0.11 ============ 23 March 2016