X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FCHANGES;h=3a28e46ad26478abeaa829227f9924d598f216c7;hb=e7eaa503e46395e1126c901b1ff0d25388259ba5;hp=fa0c0a431d5cce878c34922248bb043882ea911a;hpb=4e0e172f3b1cb1a1911f43ee0ef11d000c79b038;p=xestiaab%2F.git diff --git a/source/CHANGES b/source/CHANGES index fa0c0a4..3a28e46 100644 --- a/source/CHANGES +++ b/source/CHANGES @@ -1,6 +1,28 @@ +Version 0.04 +============ +17 November 2015 + +- Added -e support for direct editing without having to start XAB fully. The direct + editing process checks if the contact is in the user's settings/accounts directory + and refuses to load it if it is. Another check is made where if the file is not a + vCard 4.0 contact, it will refuse to load. +- Cleaned up Bitmap Code Helper removing all commented out references to Boost and + fixed the line tabbing. +- Cancel button for the Preferences window now works. + +Version 0.03 +============ +03 November 2015 + +- Fixed assert issues when opening frmContactEditorTemplate and frmContactEditorAddress +- Save Contact & Close within the contact editor is now implemented. +- Fixed more issues with compiling when using other Linux-based OSes other than OpenSuSE. +- Fixed issues when creating an account on a Win32 system. + Version 0.02 ============ 20 October 2015 + - Added -s support for direct searching without having to start XAB fully. - Fixed issues with compiling when using other Linux-based OSes other than OpenSuSE.