From: Steve Brokenshire Date: Sat, 23 Sep 2017 21:26:19 +0000 (+0100) Subject: Version 0.05 release X-Git-Tag: release-0.05 X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=commitdiff_plain;h=90b3201d52ff069368bf7b76d1164837c260540a;hp=8c3ffd801b8a316dcaf51f988002e324979d9bbd Version 0.05 release --- diff --git a/CHANGES b/CHANGES index 02d32c6..286fe92 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,12 @@ +Version 0.05 +============ +23 September 2017 + +- Implemented macOS support. +- Fixed issue where event description wasn't being loaded properly. +- Fixed issue where accounts tab was appearing first in the Preferences + window. + Version 0.04 ============ 21 July 2017 diff --git a/projects/osx/XestiaCalendar.xcodeproj/project.pbxproj b/projects/osx/XestiaCalendar.xcodeproj/project.pbxproj index ac84a9a..f943484 100644 --- a/projects/osx/XestiaCalendar.xcodeproj/project.pbxproj +++ b/projects/osx/XestiaCalendar.xcodeproj/project.pbxproj @@ -786,7 +786,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.10; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; - PRODUCT_VERSION = 0.19; + PRODUCT_VERSION = 0.05; SDKROOT = macosx; }; name = Debug; @@ -825,7 +825,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.10; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_VERSION = 0.19; + PRODUCT_VERSION = 0.05; SDKROOT = macosx; }; name = Release; diff --git a/source/version.h b/source/version.h index 9807f96..c8a7f95 100644 --- a/source/version.h +++ b/source/version.h @@ -24,8 +24,8 @@ // // THANK YOU FOR YOUR ATTENTION! -#define XSDCAL_VERSION "0.04" -#define XSDCAL_USERAGENT "XestiaCalendar/0.04" +#define XSDCAL_VERSION "0.05" +#define XSDCAL_USERAGENT "XestiaCalendar/0.05" #define XSDCAL_SOURCE "source" #define XSDCAL_RELEASE 0 #define XSDCAL_COPYRIGHT "(c)2016-2017 Xestia Software Development"