This commit is contained in:
monitor1394
2024-02-21 08:38:45 +08:00
parent 2505a48ac2
commit ce8b03b692
4 changed files with 12 additions and 3 deletions

View File

@@ -66,6 +66,11 @@
## master
## v3.10.1
* (2024.02.21) Release `v3.10.1`
* (2024.02.19) Fix to `Tooltip` dot markers not adapting to color
## v3.10.0
Highlights:

View File

@@ -6,6 +6,7 @@ slug: /changelog
# 更新日志
[master](#master)
[v3.10.1](#v3101)
[v3.10.0](#v3100)
[v3.9.0](#v390)
[v3.8.1](#v381)
@@ -71,6 +72,9 @@ slug: /changelog
## master
## v3.10.1
* (2024.02.21) 发布`v3.10.1`版本
* (2024.02.19) 修复`Tooltip`的圆点标记不会自适应颜色的问题
## v3.10.0

View File

@@ -21,8 +21,8 @@ namespace XCharts.Runtime
[ExecuteInEditMode]
public static class XChartsMgr
{
public static readonly string version = "3.10.0";
public static readonly int versionDate = 20240201;
public static readonly string version = "3.10.1";
public static readonly int versionDate = 20240221;
public static string fullVersion { get { return version + "-" + versionDate; } }
internal static List<BaseChart> chartList = new List<BaseChart>();

View File

@@ -3,7 +3,7 @@
"displayName": "XCharts",
"author": "monitor1394",
"license": "MIT",
"version": "3.10.0",
"version": "3.10.1",
"date": "20240201",
"checkdate": "20240201",
"unity": "2018.3",