Merge pull request #102 from ww-rm/dev/wpf

v0.15.17
This commit is contained in:
ww-rm
2025-09-21 10:09:56 +08:00
committed by GitHub
6 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# CHANGELOG # CHANGELOG
## v0.15.17
- 修改图标配色
## v0.15.16 ## v0.15.16
- 修改模型添加顺序, 每次向顶层添加 - 修改模型添加顺序, 每次向顶层添加

View File

@@ -28,6 +28,7 @@ A simple and user-friendly Spine file viewer and exporter with multi-language su
* Automatic resolution batch export. * Automatic resolution batch export.
* FFmpeg custom export support. * FFmpeg custom export support.
* Program parameter saving. * Program parameter saving.
* File name extension association.
* ... * ...
### Supported Spine Versions ### Supported Spine Versions

View File

@@ -28,6 +28,7 @@
- 支持自动分辨率批量导出 - 支持自动分辨率批量导出
- 支持 FFmpeg 自定义导出 - 支持 FFmpeg 自定义导出
- 支持程序参数保存 - 支持程序参数保存
- 支持文件后缀关联
- ...... - ......
### Spine 版本支持 ### Spine 版本支持

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 KiB

After

Width:  |  Height:  |  Size: 190 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

View File

@@ -7,7 +7,7 @@
<TargetFramework>net8.0-windows</TargetFramework> <TargetFramework>net8.0-windows</TargetFramework>
<BaseOutputPath>$(SolutionDir)out</BaseOutputPath> <BaseOutputPath>$(SolutionDir)out</BaseOutputPath>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion> <IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<Version>0.15.16</Version> <Version>0.15.17</Version>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<UseWPF>true</UseWPF> <UseWPF>true</UseWPF>
</PropertyGroup> </PropertyGroup>