//
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
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;
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;
"-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";
"-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";
+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
//
// 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"