//
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
1 VERSIONINFO
- FILEVERSION 0,13,0,0
- PRODUCTVERSION 0,13,0,0
+ FILEVERSION 0,18,0,0
+ PRODUCTVERSION 0,18,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 = "";
+ PRODUCT_VERSION = 0.18;
SDKROOT = macosx;
};
name = Debug;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = NO;
- PRODUCT_VERSION = "";
+ PRODUCT_VERSION = 0.18;
SDKROOT = macosx;
};
name = Release;
"-lz",
);
PRODUCT_NAME = "Xestia Address Book";
- PRODUCT_VERSION = 0.13;
+ PRODUCT_VERSION = 0.18;
SFML_FRAMEWORKPATH = "/Volumes/XestiaDevel/Library/SFML-2.3-osx-clang-universal/";
WXPLATFORM = __WXOSX_COCOA__;
WXROOT = "/Volumes/XestiaDevel/Library/wxWidgets-3.0.2";
"-lz",
);
PRODUCT_NAME = "Xestia Address Book";
- PRODUCT_VERSION = 0.13;
+ PRODUCT_VERSION = 0.18;
SFML_FRAMEWORKPATH = "/Volumes/XestiaDevel/Library/SFML-2.3-osx-clang-universal/";
WXPLATFORM = __WXOSX_COCOA__;
WXROOT = "/Volumes/XestiaDevel/Library/wxWidgets-3.0.2";
+Version 0.18
+============
+11 March 2017
+
+- Fixed issue with audio device remaining open after opening the contact
+ editor for the first time.
+- Fixed issue where prefix isn't detected on Linux systems when editing
+ an account.
+- Quit application process properly implemented.
+- Enhanced contact information screen properly formatting dates.
+- Contact Editor subforms that use the language drop down box are now
+ pre-filled with the list of language codes from ISO 639-1.
+- Added icons to the preferences window.
+- Double clicking on an account in the preferences window opens up the
+ properties for that account.
+
Version 0.17
============
18 January 2017
//
// THANK YOU FOR YOUR ATTENTION!
-#define XSDAB_VERSION "0.17"
-#define XSDAB_USERAGENT "XestiaAddressBook/0.17"
+#define XSDAB_VERSION "0.18"
+#define XSDAB_USERAGENT "XestiaAddressBook/0.18"
#define XSDAB_SOURCE "source"
#define XSDAB_RELEASE 0
#define XSDAB_COPYRIGHT "(c)2012 - 2017 Xestia Software Development"