发布v1.4.0版本

This commit is contained in:
monitor1394
2020-04-11 22:44:50 +08:00
parent c8e9c72486
commit a7c158e9c3
4 changed files with 7 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
# 更新日志
* (2020.04.11) 发布`v1.4.0`版本
* (2020.04.11) 增加`Check warning`检测功能
* (2020.04.09) 修复`Legend`初始化异常的问题
* (2020.04.08) 增加`PieChart`通过`ItemStyle`设置边框的支持

View File

@@ -25,8 +25,8 @@ namespace XCharts
public class XChartsMgr : MonoBehaviour
{
public const string version = "1.3.1";
public const int date = 20200314;
public const string version = "1.4.0";
public const int date = 20200411;
[SerializeField] private string m_NowVersion;
[SerializeField] private string m_NewVersion;

View File

@@ -1,7 +1,7 @@
{
"name": "com.monitor1394.xcharts",
"displayName": "XCharts",
"version": "1.3.1",
"version": "1.4.0",
"unity": "2018.3",
"description": "A charting and data visualization library for Unity.",
"keywords": [

View File

@@ -1,7 +1,7 @@
{
"version": "1.3.1",
"date": "20200314",
"checkdate": "20200314",
"version": "1.4.0",
"date": "20200411",
"checkdate": "20200411",
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
"homepage": "https://github.com/monitor1394/unity-ugui-XCharts"
}