From: Steve Brokenshire Date: Fri, 21 Jul 2017 19:50:14 +0000 (+0100) Subject: Version 0.04 release X-Git-Tag: release-0.04 X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=commitdiff_plain;h=14a0c51dcf191c8f3525edac1ce24929ecb91d2d Version 0.04 release --- diff --git a/CHANGES b/CHANGES index cbe7aeb..02d32c6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,16 @@ +Version 0.04 +============ +21 July 2017 + +- Implemented Win32 support. +- Fixed issue when creating/editing/deleting calendars in the + default account. +- An error message causes the "Save and New" menu optin in the + event editor to stop and not setup a blank event causing the + previous event information to be lost. +- Moved events to modern event handling used by wxWidgets. +- Removed painting of form controls as it causes issues on Win32. + Version 0.03 ============ 16 April 2017 diff --git a/source/version.h b/source/version.h index 3f83c6f..9807f96 100644 --- a/source/version.h +++ b/source/version.h @@ -24,8 +24,8 @@ // // THANK YOU FOR YOUR ATTENTION! -#define XSDCAL_VERSION "0.03" -#define XSDCAL_USERAGENT "XestiaCalendar/0.03" +#define XSDCAL_VERSION "0.04" +#define XSDCAL_USERAGENT "XestiaCalendar/0.04" #define XSDCAL_SOURCE "source" #define XSDCAL_RELEASE 0 #define XSDCAL_COPYRIGHT "(c)2016-2017 Xestia Software Development"