From: Steve Brokenshire Date: Sun, 13 Nov 2016 15:31:09 +0000 (+0000) Subject: Version 0.16 release X-Git-Tag: release-0.16 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=e9d134d2989f6d23faf661e3657525b0c24598e0 Version 0.16 release --- diff --git a/source/CHANGES b/source/CHANGES index d0420b4..ded89ba 100644 --- a/source/CHANGES +++ b/source/CHANGES @@ -1,3 +1,11 @@ +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 diff --git a/source/TODO b/source/TODO index f329e31..95da986 100644 --- a/source/TODO +++ b/source/TODO @@ -29,8 +29,6 @@ This file contains tasks that need to be done for future versions of Xestia Addr application stand out better. - Move the saving data process in frmContactEditor to ContactDataObject. This process will also need to be refactored so less code is used. -- Check that all text that can be used to translate is setup so that a "catalog editor" can be - used. - Take syncronisation code out of frmActivityMgr, place into a new "framework" and make it easily to test against through the unit testing application. - Implement the quit application function properly. diff --git a/source/version.h b/source/version.h index 5da46ae..73fe2c5 100644 --- a/source/version.h +++ b/source/version.h @@ -24,8 +24,8 @@ // // THANK YOU FOR YOUR ATTENTION! -#define XSDAB_VERSION "0.15" -#define XSDAB_USERAGENT "XestiaAddressBook/0.15" +#define XSDAB_VERSION "0.16" +#define XSDAB_USERAGENT "XestiaAddressBook/0.16" #define XSDAB_SOURCE "source" #define XSDAB_RELEASE 0 #define XSDAB_COPYRIGHT "(c)2012 - 2016 Xestia Software Development"