From 48ee61d1c6cba97515693a622c76a89f0a5e0af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A5=AD=E5=9B=A2?= <10727426+xiantuan@users.noreply.github.com> Date: Sat, 28 Jun 2025 20:40:56 +0800 Subject: [PATCH 1/4] Update SpineObject.cs add .skel.bytes Support add .skel.bytes Support #58 --- Spine/SpineObject.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Spine/SpineObject.cs b/Spine/SpineObject.cs index bf71753..2144676 100644 --- a/Spine/SpineObject.cs +++ b/Spine/SpineObject.cs @@ -20,6 +20,7 @@ namespace Spine public static readonly FrozenDictionary PossibleSuffixMapping = new Dictionary() { [".skel"] = ".atlas", + [".skel.bytes"] = ".atlas.txt", [".json"] = ".atlas", }.ToFrozenDictionary(); From 0f5539ad4194859d055f7cdf6495522d8d164889 Mon Sep 17 00:00:00 2001 From: ww-rm <43590561+ww-rm@users.noreply.github.com> Date: Sun, 29 Jun 2025 19:49:29 +0900 Subject: [PATCH 2/4] Update SpineViewer.csproj --- SpineViewer/SpineViewer.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpineViewer/SpineViewer.csproj b/SpineViewer/SpineViewer.csproj index 9c734d0..08a6c41 100644 --- a/SpineViewer/SpineViewer.csproj +++ b/SpineViewer/SpineViewer.csproj @@ -7,7 +7,7 @@ net8.0-windows $(SolutionDir)out false - 0.15.2 + 0.15.3 WinExe true From 58b13d00c1abf03a934bf61881791fbf6268380e Mon Sep 17 00:00:00 2001 From: ww-rm <43590561+ww-rm@users.noreply.github.com> Date: Sun, 29 Jun 2025 19:49:58 +0900 Subject: [PATCH 3/4] Update Spine.csproj --- Spine/Spine.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spine/Spine.csproj b/Spine/Spine.csproj index c219f8f..5c59bf5 100644 --- a/Spine/Spine.csproj +++ b/Spine/Spine.csproj @@ -7,7 +7,7 @@ net8.0-windows $(SolutionDir)out false - 0.15.2 + 0.15.3 From b01d112d63f5491fd49e66560be9db731e32bb37 Mon Sep 17 00:00:00 2001 From: ww-rm <43590561+ww-rm@users.noreply.github.com> Date: Sun, 29 Jun 2025 19:51:20 +0900 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85728e6..4b07de0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## v0.15.3 + +- 增加 skel.bytes 后缀识别 + ## v0.15.2 - 修复首选项文件读取为空时的提示信息