mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 03:33:29 +08:00
UXAssist 1.2.11
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
## Changlog
|
||||
|
||||
* 1.2.11
|
||||
+ `Construct only structure points but frames`: Fix a bug that frames are still not constructed when this function is disabled.
|
||||
+ Fix an issue caused by game update: tips are not shown when mouse hovering on tips button.
|
||||
* 1.2.10
|
||||
+ `Set enabled CPU threads`: Fix hybrid-architect check for CPUs without hyper-threading
|
||||
+ `Re-initialize Dyson Spheres` and `Quick dismantle Dyson Shells`: Fix possible crashes and a display issue, while Dyson Sphere panel is actived.
|
||||
@@ -224,6 +227,9 @@
|
||||
|
||||
## 更新日志
|
||||
|
||||
* 1.2.11
|
||||
+ `只建造节点不建造框架`:修复了关闭此功能时框架不进行建造的问题
|
||||
+ 修复了游戏更新导致的提示按钮鼠标悬停时不显示提示文字的问题
|
||||
* 1.2.10
|
||||
+ `设置使用的CPU线程`:修复了对没有超线程的CPU的大小核检查
|
||||
+ `初始化戴森球`和`快速拆除戴森壳`:修复了在戴森球面板激活时可能导致崩溃的问题,以及显示错误的问题。
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<TargetFramework>net472</TargetFramework>
|
||||
<BepInExPluginGuid>org.soardev.uxassist</BepInExPluginGuid>
|
||||
<Description>DSP MOD - UXAssist</Description>
|
||||
<Version>1.2.10</Version>
|
||||
<Version>1.2.11</Version>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<PackageId>UXAssist</PackageId>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "UXAssist",
|
||||
"version_number": "1.2.10",
|
||||
"version_number": "1.2.11",
|
||||
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/UXAssist",
|
||||
"description": "Some functions and patches for better user experience / 一些提升用户体验的功能和补丁",
|
||||
"dependencies": [
|
||||
|
||||
Reference in New Issue
Block a user