From cb79659bb0371bec6b5ea65baa97af9129e89141 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sat, 9 Sep 2017 19:57:09 +0100 Subject: [PATCH] Version 0.20 release --- projects/msw/xestiaab.rc | 4 ++-- .../XestiaAddressBook.xcodeproj/project.pbxproj | 8 ++++---- source/CHANGES | 15 +++++++++++++++ source/version.h | 4 ++-- 4 files changed, 23 insertions(+), 8 deletions(-) diff --git a/projects/msw/xestiaab.rc b/projects/msw/xestiaab.rc index 42a1122..faf20f9 100644 --- a/projects/msw/xestiaab.rc +++ b/projects/msw/xestiaab.rc @@ -23,8 +23,8 @@ XAB_MAINICON ICON "xestiaab_win32icon.ico" // LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL 1 VERSIONINFO - FILEVERSION 0,19,0,0 - PRODUCTVERSION 0,19,0,0 + FILEVERSION 0,20,0,0 + PRODUCTVERSION 0,20,0,0 FILEOS VOS__WINDOWS32 FILETYPE VFT_APP FILESUBTYPE VFT2_UNKNOWN diff --git a/projects/osx/XestiaAddressBook.xcodeproj/project.pbxproj b/projects/osx/XestiaAddressBook.xcodeproj/project.pbxproj index e337b7c..df6c86d 100644 --- a/projects/osx/XestiaAddressBook.xcodeproj/project.pbxproj +++ b/projects/osx/XestiaAddressBook.xcodeproj/project.pbxproj @@ -1064,7 +1064,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.10; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; - PRODUCT_VERSION = 0.19; + PRODUCT_VERSION = 0.20; SDKROOT = macosx; }; name = Debug; @@ -1103,7 +1103,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.10; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_VERSION = 0.19; + PRODUCT_VERSION = 0.20; SDKROOT = macosx; }; name = Release; @@ -1183,7 +1183,7 @@ "-lz", ); PRODUCT_NAME = "Xestia Address Book"; - PRODUCT_VERSION = 0.19; + PRODUCT_VERSION = 0.20; SFML_FRAMEWORKPATH = "/Users/kiri/Build/SFML-2.4.2-build/"; WXPLATFORM = __WXOSX_COCOA__; WXROOT = "/Users/kiri/Build/wxWidgets-3.0.3"; @@ -1265,7 +1265,7 @@ "-lz", ); PRODUCT_NAME = "Xestia Address Book"; - PRODUCT_VERSION = 0.19; + PRODUCT_VERSION = 0.20; SFML_FRAMEWORKPATH = "/Users/kiri/Build/SFML-2.4.2-build/"; WXPLATFORM = __WXOSX_COCOA__; WXROOT = "/Users/kiri/Build/wxWidgets-3.0.3"; diff --git a/source/CHANGES b/source/CHANGES index 9c7f221..efda301 100644 --- a/source/CHANGES +++ b/source/CHANGES @@ -1,3 +1,18 @@ +Version 0.20 +============ +09 September 2017 + +- Implemented single priority control for all contact editor subforms. +- Fixed issue with colour background still being displayed after disabling + it in preferences. +- Fixed issue with right click on a contact in the contact list when the + account type is local. +- Close all windows before opening the preferences window. +- Fixed issue where modifying or deleting items from the Contact + Editor will cause XAB to crash if there's no items in the list. +- Fixed separate issue where deleting a note from the Home tab in the + Contact Editor will cause XAB to crash. + Version 0.19 ============ 19 June 2017 diff --git a/source/version.h b/source/version.h index e05018e..79084a9 100644 --- a/source/version.h +++ b/source/version.h @@ -24,8 +24,8 @@ // // THANK YOU FOR YOUR ATTENTION! -#define XSDAB_VERSION "0.19" -#define XSDAB_USERAGENT "XestiaAddressBook/0.19" +#define XSDAB_VERSION "0.20" +#define XSDAB_USERAGENT "XestiaAddressBook/0.20" #define XSDAB_SOURCE "source" #define XSDAB_RELEASE 0 #define XSDAB_COPYRIGHT "(c)2012 - 2017 Xestia Software Development" -- 2.39.2