1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2026-03-22 07:13:24 +08:00

UXAssist 1.5.7

This commit is contained in:
2026-03-20 15:38:33 +08:00
parent a346778db9
commit a5b2bdedd4
4 changed files with 8 additions and 4 deletions

View File

@@ -100,8 +100,8 @@
<!-- Delete previous zip if present -->
<Delete Files="$(_ZipPath)" Condition="Exists('$(_ZipPath)')" />
<!-- Create zip using powershell.exe (explicit executable works from any shell) -->
<Exec Command="powershell.exe -NoProfile -Command &quot;Compress-Archive -Path '$(_StagingDir)\*' -DestinationPath '$(_ZipPath)'&quot;" />
<!-- Create zip using MSBuild ZipDirectory task no shell, no quoting issues -->
<ZipDirectory SourceDirectory="$(_StagingDir)" DestinationFile="$(_ZipPath)" />
<!-- Clean up staging directory -->
<RemoveDir Directories="$(_StagingDir)" />

View File

@@ -3,6 +3,8 @@
## Changlog
* 1.5.7
* Fix compatibility with game update 0.10.34.28505.
* 1.5.6
* `Initialize This Planet`: Fix known crashes and infinite loop.
* `Show recent milkyway upload results`: Fix an issue that it only shows earliest results but latest ones.
@@ -395,6 +397,8 @@
## 更新日志
* 1.5.7
* 修复了与游戏更新0.10.34.28505的兼容性。
* 1.5.6
* `初始化本行星`:修复已知的崩溃和无限循环问题。
* `显示最近银河系上传结果`:修复仅显示最早上传结果而非最新结果的问题。

View File

@@ -3,7 +3,7 @@
<PropertyGroup>
<BepInExPluginGuid>org.soardev.uxassist</BepInExPluginGuid>
<Description>DSP MOD - UXAssist</Description>
<Version>1.5.6</Version>
<Version>1.5.7</Version>
<PackageId>UXAssist</PackageId>
<RootNamespace>UXAssist</RootNamespace>
<PackHasChangelog>true</PackHasChangelog>

View File

@@ -1,6 +1,6 @@
{
"name": "UXAssist",
"version_number": "1.5.6",
"version_number": "1.5.7",
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/UXAssist",
"description": "Some functions and patches for better user experience / 一些提升用户体验的功能和补丁",
"dependencies": [