mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-14 21:53:41 +08:00
Compare commits
2 Commits
f2a849c1af
...
7bd8abe7e6
| Author | SHA1 | Date | |
|---|---|---|---|
| 7bd8abe7e6 | |||
| b51cb326b7 |
@@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
## Changlog
|
## Changlog
|
||||||
|
|
||||||
|
* 1.3.4
|
||||||
|
+ `Auto-config logistic stations`: Fix a bug that some settings are not applied to Advanced Mining Machines and Logistics Distributors
|
||||||
* 1.3.3
|
* 1.3.3
|
||||||
+ Starmap filter: Hide top overlaping windows while the filter UI is shown.
|
+ Starmap filter: Hide top overlaping windows while the filter UI is shown.
|
||||||
+ `Auto-config logistic stations`: Can set Max. Charging Power for Battlefield Analysis Base now.
|
+ `Auto-config logistic stations`: Can set Max. Charging Power for Battlefield Analysis Base now.
|
||||||
@@ -309,6 +311,8 @@
|
|||||||
|
|
||||||
## 更新日志
|
## 更新日志
|
||||||
|
|
||||||
|
* 1.3.4
|
||||||
|
+ `自动配置物流站`:修复了高级采矿机和物流配送器的一些设置未被正确应用的问题
|
||||||
* 1.3.3
|
* 1.3.3
|
||||||
+ 星图过滤器:当过滤器UI显示时隐藏顶部重叠窗口
|
+ 星图过滤器:当过滤器UI显示时隐藏顶部重叠窗口
|
||||||
+ `自动配置物流站`:现在可以为战场分析基站设置最大充能功率
|
+ `自动配置物流站`:现在可以为战场分析基站设置最大充能功率
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<TargetFramework>net472</TargetFramework>
|
<TargetFramework>net472</TargetFramework>
|
||||||
<BepInExPluginGuid>org.soardev.uxassist</BepInExPluginGuid>
|
<BepInExPluginGuid>org.soardev.uxassist</BepInExPluginGuid>
|
||||||
<Description>DSP MOD - UXAssist</Description>
|
<Description>DSP MOD - UXAssist</Description>
|
||||||
<Version>1.3.3</Version>
|
<Version>1.3.4</Version>
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
<PackageId>UXAssist</PackageId>
|
<PackageId>UXAssist</PackageId>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "UXAssist",
|
"name": "UXAssist",
|
||||||
"version_number": "1.3.3",
|
"version_number": "1.3.4",
|
||||||
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/UXAssist",
|
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/UXAssist",
|
||||||
"description": "Some functions and patches for better user experience / 一些提升用户体验的功能和补丁",
|
"description": "Some functions and patches for better user experience / 一些提升用户体验的功能和补丁",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
|||||||
Reference in New Issue
Block a user