From 00024a53c03ca28b549b84ce048d0ba6a3841f9f Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Sat, 19 Sep 2020 18:05:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83`v1.6.1`=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++-- Runtime/Internal/Utility/XChartsMgr.cs | 4 ++-- package.json | 4 ++-- version.json | 6 +++--- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2644fb8..86036ff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # 更新日志 -* (2020.09.18) 增加`Remove All Chart Object`移除图表下的所有子节点(会自动重新初始化) +* (2020.09.19) 发布`v1.6.1`版本 +* (2020.09.19) 增加`Remove All Chart Object`移除图表下的所有子节点(会自动重新初始化) * (2020.09.18) 修复`SerieLabel`在点击图例隐藏`Serie`后还显示的问题#94 -* (2020.09.18) 优化坐标轴刻度和文本显示#93 +* (2020.09.18) 优化`Axis`的类目轴刻度和文本显示#93 * (2020.09.17) 修复`Package`导入时缺失`meta`文件导致失败的问题#92 * (2020.09.08) 优化`Legend`的颜色可自动匹配`ItemStyle`的自定义颜色#89 * (2020.09.05) 优化`LineChart`在不使用`XAxis1`时也能显示`XAxis1` diff --git a/Runtime/Internal/Utility/XChartsMgr.cs b/Runtime/Internal/Utility/XChartsMgr.cs index 8a6730df..1f0c2497 100644 --- a/Runtime/Internal/Utility/XChartsMgr.cs +++ b/Runtime/Internal/Utility/XChartsMgr.cs @@ -29,8 +29,8 @@ namespace XCharts [ExecuteInEditMode] public class XChartsMgr : MonoBehaviour { - public const string version = "1.6.0"; - public const int date = 20200824; + public const string version = "1.6.1"; + public const int date = 20200919; [SerializeField] private string m_NowVersion; [SerializeField] private string m_NewVersion; diff --git a/package.json b/package.json index a5196c88..46965111 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "com.monitor1394.xcharts", "displayName": "XCharts", - "version": "1.6.0", - "date": "20200824", + "version": "1.6.1", + "date": "20200919", "checkdate": "20200824", "desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!", "unity": "2018.3", diff --git a/version.json b/version.json index 4464ecc4..06ae96d6 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { - "version": "1.6.0", - "date": "20200824", - "checkdate": "20200824", + "version": "1.6.1", + "date": "20200919", + "checkdate": "20200919", "desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!", "homepage": "https://github.com/monitor1394/unity-ugui-XCharts" } \ No newline at end of file