diff --git a/LiveSplit.TheRun.dll b/LiveSplit.TheRun.dll index 120183c..a039990 100644 Binary files a/LiveSplit.TheRun.dll and b/LiveSplit.TheRun.dll differ diff --git a/UI/Components/CollectorComponent.cs b/UI/Components/CollectorComponent.cs index ceb0e18..55f5e79 100644 --- a/UI/Components/CollectorComponent.cs +++ b/UI/Components/CollectorComponent.cs @@ -70,7 +70,8 @@ private object buildLiveRunData() category = CategoryName, platform = run.Metadata.PlatformName, region = run.Metadata.RegionName, - emulator = run.Metadata.UsesEmulator + emulator = run.Metadata.UsesEmulator, + variables = run.Metadata.VariableValueNames }; foreach (var segment in run) @@ -129,7 +130,8 @@ public async void HandleSplit(object sender, object e) try { await UpdateSplitsState(); - } catch { } + } + catch { } } public async void HandleReset(object sender, TimerPhase value) diff --git a/UI/Components/CollectorFactory.cs b/UI/Components/CollectorFactory.cs index 75727db..4953acb 100644 --- a/UI/Components/CollectorFactory.cs +++ b/UI/Components/CollectorFactory.cs @@ -21,6 +21,6 @@ public class CollectorFactory : IComponentFactory public string UpdateURL => "https://raw.githubusercontent.com/therungg/LiveSplit.TheRun/main/"; public string XMLURL => UpdateURL + "update.LiveSplit.TheRun.xml"; - public Version Version => Version.Parse("0.1.4"); + public Version Version => Version.Parse("0.1.5"); } } \ No newline at end of file diff --git a/update.LiveSplit.TheRun.xml b/update.LiveSplit.TheRun.xml index 925caec..7ce89c0 100644 --- a/update.LiveSplit.TheRun.xml +++ b/update.LiveSplit.TheRun.xml @@ -1,5 +1,5 @@ - +