From e9d134d2989f6d23faf661e3657525b0c24598e0 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 13 Nov 2016 15:31:09 +0000 Subject: [PATCH] Version 0.16 release --- source/CHANGES | 8 ++++++++ source/TODO | 2 -- source/version.h | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) 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" -- 2.39.2