Skip to content

Commit ac54a10

Browse files
authored
Update to 1.8.34 (#29)
* Update files for update * Update XMLs and version * Update UpdateManagerV2
1 parent a7bb32a commit ac54a10

33 files changed

Lines changed: 820 additions & 787 deletions
1.5 KB
Binary file not shown.
-512 Bytes
Binary file not shown.
2 KB
Binary file not shown.
1.5 KB
Binary file not shown.
0 Bytes
Binary file not shown.

update/Components/update.LiveSplit.AutoSplittingRuntime.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<updates>
3+
<update version="0.0.11">
4+
<files>
5+
<file path="Components/LiveSplit.AutoSplittingRuntime.dll" status="changed" />
6+
<file path="Components/x64/asr_capi.dll" status="changed" />
7+
<file path="Components/x86/asr_capi.dll" status="changed" />
8+
</files>
9+
<changelog>
10+
<change>Now allow autosplitters to detect split/skip/undo events, even if they were done manually by the user.</change>
11+
<change>Fixed an issue with the settings page flickering when a setting changed.</change>
12+
<change>Improved how WASM files are displayed in the settings.</change>
13+
</changelog>
14+
</update>
315
<update version="0.0.10">
416
<files>
517
<file path="Components/LiveSplit.AutoSplittingRuntime.dll" status="changed" />

update/Components/update.LiveSplit.ScriptableAutoSplit.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<updates>
3+
<update version="1.8.34">
4+
<files>
5+
<file path="Components/LiveSplit.ScriptableAutoSplit.dll" status="changed" />
6+
</files>
7+
<changelog>
8+
<change>Now allow switching between processes with the same name but different casing, by making the string comparison case insensitive.</change>
9+
</changelog>
10+
</update>
311
<update version="1.8.30">
412
<files>
513
<file path="Components/LiveSplit.ScriptableAutoSplit.dll" status="changed" />

update/Components/update.LiveSplit.Splits.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<updates>
3+
<update version="1.8.34">
4+
<files>
5+
<file path="Components/LiveSplit.Splits.dll" status="changed" />
6+
</files>
7+
<changelog>
8+
<change>Added Custom Variable as a column type.</change>
9+
<change>Columns now automatically expand to fit longer times.</change>
10+
</changelog>
11+
</update>
312
<update version="1.8.30">
413
<files>
514
<file path="Components/LiveSplit.Splits.dll" status="changed" />

update/Components/update.LiveSplit.Subsplits.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<updates>
3+
<update version="1.8.34">
4+
<files>
5+
<file path="Components/LiveSplit.Subsplits.dll" status="changed" />
6+
</files>
7+
<changelog>
8+
<change>Added Custom Variable as a column type.</change>
9+
<change>Columns now automatically expand to fit longer times.</change>
10+
</changelog>
11+
</update>
312
<update version="1.8.30">
413
<files>
514
<file path="Components/LiveSplit.Subsplits.dll" status="changed" />

update/Components/update.LiveSplit.Video.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<updates>
3+
<update version="1.8.34">
4+
<files>
5+
<file path="Components/LiveSplit.Video.dll" status="changed" />
6+
</files>
7+
<changelog>
8+
<change>Removed VLC branding when a video is not playing.</change>
9+
</changelog>
10+
</update>
311
<update version="1.8.30">
412
<files>
513
<file path="Components/LiveSplit.Video.dll" status="changed" />

0 commit comments

Comments
 (0)