X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FCHANGES;h=d0420b40bd96372d4804b5c934ef930d619f7ce5;hb=fd3b6e1ce39125a4f9eecd9a9bcca0d2e004c5c8;hp=8a69c0d99011a91e6078720f86b4baec01f960be;hpb=274f4cd4b1b656e0ad4119e3969c9ccf59a2f209;p=xestiaab%2F.git diff --git a/source/CHANGES b/source/CHANGES index 8a69c0d..d0420b4 100644 --- a/source/CHANGES +++ b/source/CHANGES @@ -1,3 +1,30 @@ +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