From 0ae9be9c637c4683f4be0e1d57f1b8d616da6edd Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Sun, 13 Jun 2021 12:10:50 +0800 Subject: [PATCH] v2.2.1 --- Assets/XCharts/CHANGELOG-EN.md | 7 +++++-- Assets/XCharts/CHANGELOG.md | 9 ++++++--- Assets/XCharts/Runtime/XChartsMgr.cs | 4 ++-- Assets/XCharts/package.json | 6 +++--- Assets/XCharts/version.json | 6 +++--- 5 files changed, 19 insertions(+), 13 deletions(-) diff --git a/Assets/XCharts/CHANGELOG-EN.md b/Assets/XCharts/CHANGELOG-EN.md index 8805f7be..7db5bc95 100644 --- a/Assets/XCharts/CHANGELOG-EN.md +++ b/Assets/XCharts/CHANGELOG-EN.md @@ -2,6 +2,7 @@ # 更新日志 [master](#master) +[v2.2.1](#v2.2.1) [v2.2.0](#v2.2.0) [v2.1.1](#v2.1.1) [v2.1.0](#v2.1.0) @@ -35,12 +36,14 @@ ## master +## v2.2.1 + +* (2021.06.13) Release `v2.2.1` version * (2021.06.13) Improved support for multiple screens * (2021.06.12) Add `iconStyle` `align` parameter to set the horizontal alignment of the icon -* (2021.06.12) Optimized import of `Theme` and automatic font refresh (#148) +* (2021.06.12) Improve `Theme` import (#148) * (2021.06.10) Fixed compatibility issues with `Unity` version (#154) * (2021.06.05) Improved Candlestickchart support for inverse (#152) -* (2021.06.04) Optimized auto-refresh of custom `Theme` (#148) * (2021.06.04) Fixed `Gauge` having an abnormal pointer position when the minimum value is negative (#153) ## v2.2.0 diff --git a/Assets/XCharts/CHANGELOG.md b/Assets/XCharts/CHANGELOG.md index 80e57d4b..d871044f 100644 --- a/Assets/XCharts/CHANGELOG.md +++ b/Assets/XCharts/CHANGELOG.md @@ -2,6 +2,7 @@ # 更新日志 [master](#master) +[v2.2.1](#v2.2.1) [v2.2.0](#v2.2.0) [v2.1.1](#v2.1.1) [v2.1.0](#v2.1.0) @@ -35,17 +36,19 @@ ## master +## v2.2.1 + +* (2021.06.13) 发布`v2.2.1`版本 * (2021.06.13) 完善对多屏幕的支持 * (2021.06.12) 增加`IconStyle`的`align`参数设置图标的水平对齐 -* (2021.06.12) 优化主题`Theme`的导入和字体自动刷新 (#148) +* (2021.06.12) 完善`Theme`主题导入 (#148) * (2021.06.10) 修复`Unity`版本兼容问题 (#154) * (2021.06.05) 完善`CandlestickChart`对`inverse`的支持 (#152) -* (2021.06.04) 优化自定义主题`Theme`的自动刷新 (#148) * (2021.06.04) 修复`Gauge`在最小值为负数时指针指示位置异常的问题 (#153) ## v2.2.0 -* (2021.05.30) 发布`v2.0.0`版本 +* (2021.05.30) 发布`v2.2.0`版本 * (2021.05.25) 完善`TextStyle`的`alignment`的支持 (#150) * (2021.05.24) 修复`PieChart`数据全为`0`时`Label`无法正常显示的问题 * (2021.05.24) 修复`Add Serie`面板上`Serie Name`不生效的问题 (#149) diff --git a/Assets/XCharts/Runtime/XChartsMgr.cs b/Assets/XCharts/Runtime/XChartsMgr.cs index 942fd3c7..6e049d9b 100644 --- a/Assets/XCharts/Runtime/XChartsMgr.cs +++ b/Assets/XCharts/Runtime/XChartsMgr.cs @@ -33,8 +33,8 @@ class XChartsVersion [ExecuteInEditMode] public class XChartsMgr : MonoBehaviour { - internal static string _version = "2.2.0"; - internal static int _versionDate = 20210530; + internal static string _version = "2.2.1"; + internal static int _versionDate = 20210613; public static string version { get { return _version; } } public static int versionDate { get { return _versionDate; } } public static string fullVersion { get { return version + "-" + versionDate; } } diff --git a/Assets/XCharts/package.json b/Assets/XCharts/package.json index ab6a86c0..61040b8c 100644 --- a/Assets/XCharts/package.json +++ b/Assets/XCharts/package.json @@ -1,9 +1,9 @@ { "name": "com.monitor1394.xcharts", "displayName": "XCharts", - "version": "2.2.0", - "date": "20210530", - "checkdate": "20210530", + "version": "2.2.1", + "date": "20210613", + "checkdate": "20210613", "desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!", "unity": "2018.3", "description": "A charting and data visualization library for Unity.", diff --git a/Assets/XCharts/version.json b/Assets/XCharts/version.json index ab3ca781..8feeb7ed 100644 --- a/Assets/XCharts/version.json +++ b/Assets/XCharts/version.json @@ -1,7 +1,7 @@ { - "version": "2.2.0", - "date": "20210530", - "checkdate": "20210530", + "version": "2.2.1", + "date": "20210613", + "checkdate": "20210613", "desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!", "homepage": "https://github.com/monitor1394/unity-ugui-XCharts" } \ No newline at end of file