From 5bbec6485902eab5202fb8d89c0ec8d5c4ddd891 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sat, 9 Jul 2016 23:12:15 +0100 Subject: [PATCH] Version 0.14 release --- source/CHANGES | 17 +++++++++++++++++ source/version.h | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/source/CHANGES b/source/CHANGES index 8a69c0d..b3666b9 100644 --- a/source/CHANGES +++ b/source/CHANGES @@ -1,3 +1,20 @@ +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 diff --git a/source/version.h b/source/version.h index 3e4b6d1..439a801 100644 --- a/source/version.h +++ b/source/version.h @@ -24,8 +24,8 @@ // // THANK YOU FOR YOUR ATTENTION! -#define XSDAB_VERSION "0.13" -#define XSDAB_USERAGENT "XestiaAddressBook/0.13" +#define XSDAB_VERSION "0.14" +#define XSDAB_USERAGENT "XestiaAddressBook/0.14" #define XSDAB_SOURCE "source" #define XSDAB_RELEASE 0 #define XSDAB_COPYRIGHT "(c)2012 - 2016 Xestia Software Development" -- 2.39.2