From 14a0c51dcf191c8f3525edac1ce24929ecb91d2d Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Fri, 21 Jul 2017 20:50:14 +0100 Subject: [PATCH] Version 0.04 release --- CHANGES | 13 +++++++++++++ source/version.h | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) 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" -- 2.39.2