Skip to content

Commit c0e9e2e

Browse files
authored
Update to 1.8.34 (#23)
* Update files for 1.8.34 * Update change XMLs * Update to 1.8.34
2 parents 6a8d54a + f0489de commit c0e9e2e

33 files changed

+822
-780
lines changed

downloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Downloads
44
permalink: /downloads/
55
order: 2
66
---
7-
### [LiveSplit 1.8.33](https://github.com/LiveSplit/LiveSplit/releases/download/1.8.33/LiveSplit_1.8.33.zip)
7+
### [LiveSplit 1.8.34](https://github.com/LiveSplit/LiveSplit/releases/download/1.8.34/LiveSplit_1.8.34.zip)
88

99
<div id="download-count"></div>
1010

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" />

0 commit comments

Comments
 (0)