//
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
1 VERSIONINFO
- FILEVERSION 0,21,0,0
- PRODUCTVERSION 0,21,0,0
+ FILEVERSION 0,22,0,0
+ PRODUCTVERSION 0,22,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.21;
+ PRODUCT_VERSION = 0.22;
SDKROOT = macosx;
};
name = Debug;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = NO;
- PRODUCT_VERSION = 0.21;
+ PRODUCT_VERSION = 0.22;
SDKROOT = macosx;
};
name = Release;
"-lz",
);
PRODUCT_NAME = "Xestia Address Book";
- PRODUCT_VERSION = 0.21;
+ PRODUCT_VERSION = 0.22;
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.21;
+ PRODUCT_VERSION = 0.22;
SFML_FRAMEWORKPATH = "/Users/kiri/Build/SFML-2.4.2-build/";
WXPLATFORM = __WXOSX_COCOA__;
WXROOT = "/Users/kiri/Build/wxWidgets-3.0.3";
+Version 0.22
+============
+18 January 2017
+
+- UTF-8 support for contact data now implemented.
+- Check if save was successful before closing the contact editor window
+ if using the Save and Close Contact menu item.
+- Fix issue of vCard 3.0 compatability. A value in either the title,
+ forename, surname, other names and suffix text boxes in the contact
+ editor is now required.
+- Fix issue of not being able to connect properly via SSL due to
+ recent curl (library used for communication between client/server)
+ changes.
+- Minimum version of curl required is now 7.54.1
+
Version 0.21
============
07 November 2017
- Add icons (within the contact editor and search) to make the 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.
+- Investigate issues with vCard 3<->4 conversion as some values appear to be missing (add unit tests).
- 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.
//
// THANK YOU FOR YOUR ATTENTION!
-#define XSDAB_VERSION "0.21"
-#define XSDAB_USERAGENT "XestiaAddressBook/0.21"
+#define XSDAB_VERSION "0.22"
+#define XSDAB_USERAGENT "XestiaAddressBook/0.22"
#define XSDAB_SOURCE "source"
#define XSDAB_RELEASE 0
#define XSDAB_COPYRIGHT "(c)2012 - 2017 Xestia Software Development"