diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ddc7272..acc3d1d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -15,4 +15,4 @@ assignees: '' 如果有必要,提供报错时的有关截图。/If applicable, add screenshots to help explain your problem. ## 附件(可选)/Attachments (Optional) -请将会**出现问题的文件**以及**日志文件**打包成一个 ZIP 后作为附件贴在 issue 内。/Please compress the problematic files and the log files into a single ZIP archive and attach it to this issue. +请将会**出现问题的文件**以及**日志文件**打包成一个 ZIP 后作为附件贴在 issue 内,日志文件位于程序目录下的 `logs` 文件夹内。/Please compress the problematic files and the log files into a single ZIP archive and attach it to this issue. The log files are located in the `logs` folder under the program directory. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bdaeaa..e9604df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## v0.16.0 + +- 增加最小化至托盘图标功能 +- 调整部分参数项的顺序 +- 增加开机自启和自启文件设置 +- 切换桌面投影时自动设置预览分辨率为主屏幕分辨率 +- 修复 3.4 版本下可能存在的附件残留问题 + ## v0.15.19 - 模型重载后选中最后一个重载模型 diff --git a/NLog.Windows.Wpf/NLog.Windows.Wpf.csproj b/NLog.Windows.Wpf/NLog.Windows.Wpf.csproj index 3359c0f..48e2058 100644 --- a/NLog.Windows.Wpf/NLog.Windows.Wpf.csproj +++ b/NLog.Windows.Wpf/NLog.Windows.Wpf.csproj @@ -7,7 +7,7 @@ net8.0-windows $(SolutionDir)out false - 0.15.18 + 0.16.0 true diff --git a/README.en.md b/README.en.md index 2de873b..a8b3510 100644 --- a/README.en.md +++ b/README.en.md @@ -8,29 +8,32 @@ A simple and user-friendly Spine file viewer and exporter with multi-language support (Chinese/English/Japanese). -![previewer](img/preview.webp) +![previewer](https://github.com/user-attachments/assets/697ae86f-ddf0-445d-951c-cf04f5206e40) + +