Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified update/Components/LiveSplit.AutoSplittingRuntime.dll
Binary file not shown.
Binary file modified update/Components/LiveSplit.ScriptableAutoSplit.dll
Binary file not shown.
Binary file modified update/Components/LiveSplit.Splits.dll
Binary file not shown.
Binary file modified update/Components/LiveSplit.Subsplits.dll
Binary file not shown.
Binary file modified update/Components/LiveSplit.Video.dll
Binary file not shown.
12 changes: 12 additions & 0 deletions update/Components/update.LiveSplit.AutoSplittingRuntime.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<updates>
<update version="0.0.11">
<files>
<file path="Components/LiveSplit.AutoSplittingRuntime.dll" status="changed" />
<file path="Components/x64/asr_capi.dll" status="changed" />
<file path="Components/x86/asr_capi.dll" status="changed" />
</files>
<changelog>
<change>Now allow autosplitters to detect split/skip/undo events, even if they were done manually by the user.</change>
<change>Fixed an issue with the settings page flickering when a setting changed.</change>
<change>Improved how WASM files are displayed in the settings.</change>
</changelog>
</update>
<update version="0.0.10">
<files>
<file path="Components/LiveSplit.AutoSplittingRuntime.dll" status="changed" />
Expand Down
8 changes: 8 additions & 0 deletions update/Components/update.LiveSplit.ScriptableAutoSplit.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<updates>
<update version="1.8.34">
<files>
<file path="Components/LiveSplit.ScriptableAutoSplit.dll" status="changed" />
</files>
<changelog>
<change>Now allow switching between processes with the same name but different casing, by making the string comparison case insensitive.</change>
</changelog>
</update>
<update version="1.8.30">
<files>
<file path="Components/LiveSplit.ScriptableAutoSplit.dll" status="changed" />
Expand Down
9 changes: 9 additions & 0 deletions update/Components/update.LiveSplit.Splits.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<updates>
<update version="1.8.34">
<files>
<file path="Components/LiveSplit.Splits.dll" status="changed" />
</files>
<changelog>
<change>Added Custom Variable as a column type.</change>
<change>Columns now automatically expand to fit longer times.</change>
</changelog>
</update>
<update version="1.8.30">
<files>
<file path="Components/LiveSplit.Splits.dll" status="changed" />
Expand Down
9 changes: 9 additions & 0 deletions update/Components/update.LiveSplit.Subsplits.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<updates>
<update version="1.8.34">
<files>
<file path="Components/LiveSplit.Subsplits.dll" status="changed" />
</files>
<changelog>
<change>Added Custom Variable as a column type.</change>
<change>Columns now automatically expand to fit longer times.</change>
</changelog>
</update>
<update version="1.8.30">
<files>
<file path="Components/LiveSplit.Subsplits.dll" status="changed" />
Expand Down
8 changes: 8 additions & 0 deletions update/Components/update.LiveSplit.Video.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<updates>
<update version="1.8.34">
<files>
<file path="Components/LiveSplit.Video.dll" status="changed" />
</files>
<changelog>
<change>Removed VLC branding when a video is not playing.</change>
</changelog>
</update>
<update version="1.8.30">
<files>
<file path="Components/LiveSplit.Video.dll" status="changed" />
Expand Down
Binary file modified update/Components/x64/asr_capi.dll
Binary file not shown.
Binary file modified update/Components/x86/asr_capi.dll
Binary file not shown.
Binary file modified update/CustomFontDialog.dll
Binary file not shown.
1,500 changes: 721 additions & 779 deletions update/Licenses.txt

Large diffs are not rendered by default.

Binary file modified update/LiveSplit.Core.dll
Binary file not shown.
Binary file modified update/LiveSplit.Register.exe
Binary file not shown.
12 changes: 12 additions & 0 deletions update/LiveSplit.Register.exe.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,17 @@
<bindingRedirect oldVersion="0.0.0.0-1.3.3.11" newVersion="1.3.3.11" />
</dependentAssembly>
</assemblyBinding>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
</dependentAssembly>
</assemblyBinding>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
Binary file modified update/LiveSplit.View.dll
Binary file not shown.
Binary file modified update/LiveSplit.exe
Binary file not shown.
12 changes: 12 additions & 0 deletions update/LiveSplit.exe.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,17 @@
<bindingRedirect oldVersion="0.0.0.0-1.3.3.11" newVersion="1.3.3.11" />
</dependentAssembly>
</assemblyBinding>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
</dependentAssembly>
</assemblyBinding>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
Binary file added update/Microsoft.Bcl.AsyncInterfaces.dll
Binary file not shown.
Binary file modified update/SpeedrunComSharp.dll
Binary file not shown.
Binary file added update/System.IO.Pipelines.dll
Binary file not shown.
Binary file modified update/System.Memory.dll
Binary file not shown.
Binary file modified update/System.Runtime.CompilerServices.Unsafe.dll
Binary file not shown.
Binary file added update/System.Text.Encodings.Web.dll
Binary file not shown.
Binary file added update/System.Text.Json.dll
Binary file not shown.
Binary file added update/System.Threading.Tasks.Extensions.dll
Binary file not shown.
Binary file added update/System.ValueTuple.dll
Binary file not shown.
Binary file modified update/UpdateManagerV2.exe
Binary file not shown.
8 changes: 0 additions & 8 deletions update/UpdateManagerV2.exe.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,4 @@
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8.1" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Resources.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
Binary file modified update/WinFormsColor.dll
Binary file not shown.
29 changes: 29 additions & 0 deletions update/update.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<updates>
<update version="1.8.34">
<files>
<file path="CustomFontDialog.dll" status="changed" />
<file path="LiveSplit.Core.dll" status="changed" />
<file path="LiveSplit.Register.exe" status="changed" />
<file path="LiveSplit.Register.exe.config" status="changed" />
<file path="LiveSplit.View.dll" status="changed" />
<file path="LiveSplit.exe" status="changed" />
<file path="LiveSplit.exe.config" status="changed" />
<file path="Microsoft.Bcl.AsyncInterfaces.dll" status="added" />
<file path="SpeedrunComSharp.dll" status="changed" />
<file path="System.IO.Pipelines.dll" status="added" />
<file path="System.Memory.dll" status="changed" />
<file path="System.Runtime.CompilerServices.Unsafe.dll" status="changed" />
<file path="System.Text.Encodings.Web.dll" status="added" />
<file path="System.Text.Json.dll" status="added" />
<file path="System.Threading.Tasks.Extensions.dll" status="added" />
<file path="System.ValueTuple.dll" status="added" />
<file path="WinFormsColor.dll" status="changed" />
</files>
<changelog>
<change>Added a setting for DPI awareness, which is off by default.</change>
<change>Slightly improved the lag when the Splits Editor is first opened, due to the list of games being added to the Game dropdown.</change>
<change>Added Golf HCP as a comparison to choose from in the Choose Active Comparisons window in the Settings.</change>
<change>Removed the integration with Splits.io, which has shut down.</change>
<change>Added getattemptcount and getcompletedcount commands to the server.</change>
<change>Added a setting to automatically start a server on startup.</change>
</changelog>
</update>
<update version="1.8.33">
<files>
<file path="LiveSplit.exe" status="changed" />
Expand Down