diff --git a/components.md b/components.md index 3ff242c..1b3b18c 100644 --- a/components.md +++ b/components.md @@ -16,10 +16,6 @@ order: 5 - - LiveSplit.TheRun
by therun.gg - Uploads runs automatically to therun.gg and keeps track of live runs for The Run Live. - SourceSplit
by Fatalis SourceSplit is a component that helps out Source engine speedrunning. It can automatically split for you when a map changes, and it keeps track of in-game time so you don't have to record demos. It works by reading the game's memory, and it should work on every Source engine game. @@ -30,7 +26,7 @@ order: 5 LiveSplit Server - Allows a remote connection and control of LiveSplit by starting a small server within LiveSplit. (Note: this component will be deprecated in LiveSplit 1.8.28, with its functionality built in to LiveSplit directly.) + Allows a remote connection and control of LiveSplit by starting a small server within LiveSplit. (Note: this component will be deprecated in LiveSplit 1.8.29, with its functionality built in to LiveSplit directly.) Speed Guides Live
by iNightfaller @@ -115,6 +111,10 @@ order: 5 Run Prediction Shows a predicted time for your current run based on a comparison that you choose. + + LiveSplit.TheRun
by therun.gg + Uploads runs automatically to therun.gg and keeps track of live runs for The Run Live. + Hotkey Indicator Displays a separator that changes color depending on whether or not global hotkeys are enabled. It will show green when global hotkeys are enabled and red when they are disabled. diff --git a/downloads.md b/downloads.md index ecfe109..10406a2 100644 --- a/downloads.md +++ b/downloads.md @@ -4,7 +4,7 @@ title: Downloads permalink: /downloads/ order: 2 --- -### [LiveSplit 1.8.27](https://github.com/LiveSplit/LiveSplit/releases/download/1.8.27/LiveSplit_1.8.27.zip) +### [LiveSplit 1.8.28](https://github.com/LiveSplit/LiveSplit/releases/download/1.8.28/LiveSplit_1.8.28.zip)
diff --git a/update/Components/LiveSplit.Racetime.dll b/update/Components/LiveSplit.Racetime.dll index 6e45e59..41b3290 100644 Binary files a/update/Components/LiveSplit.Racetime.dll and b/update/Components/LiveSplit.Racetime.dll differ diff --git a/update/Components/LiveSplit.ScriptableAutoSplit.dll b/update/Components/LiveSplit.ScriptableAutoSplit.dll index fd5921d..743e04f 100644 Binary files a/update/Components/LiveSplit.ScriptableAutoSplit.dll and b/update/Components/LiveSplit.ScriptableAutoSplit.dll differ diff --git a/update/Components/LiveSplit.TheRun.dll b/update/Components/LiveSplit.TheRun.dll new file mode 100644 index 0000000..20a8d2c Binary files /dev/null and b/update/Components/LiveSplit.TheRun.dll differ diff --git a/update/Components/update.LiveSplit.Racetime.xml b/update/Components/update.LiveSplit.Racetime.xml index 85cb9be..c57a246 100644 --- a/update/Components/update.LiveSplit.Racetime.xml +++ b/update/Components/update.LiveSplit.Racetime.xml @@ -1,6 +1,15 @@ - + + + + + + Fixed an issue with freezing if a race does not have an image associated with the game. + Fixed an issue with short comparison names not being set properly while racing. + + + diff --git a/update/Components/update.LiveSplit.ScriptableAutoSplit.xml b/update/Components/update.LiveSplit.ScriptableAutoSplit.xml index a173a41..f709c6c 100644 --- a/update/Components/update.LiveSplit.ScriptableAutoSplit.xml +++ b/update/Components/update.LiveSplit.ScriptableAutoSplit.xml @@ -1,5 +1,13 @@ + + + + + + Fixed an issue with timer events not always being unsubscribed. + + diff --git a/update/LiveSplit.Core.dll b/update/LiveSplit.Core.dll index f949b63..edd923f 100644 Binary files a/update/LiveSplit.Core.dll and b/update/LiveSplit.Core.dll differ diff --git a/update/LiveSplit.View.dll b/update/LiveSplit.View.dll index ced109d..04ae343 100644 Binary files a/update/LiveSplit.View.dll and b/update/LiveSplit.View.dll differ diff --git a/update/update.xml b/update/update.xml index c7a3132..b5f9c5b 100644 --- a/update/update.xml +++ b/update/update.xml @@ -1,5 +1,17 @@ + + + + + + + + Added a component to integrate with therun.gg. Go to https://therun.gg/livesplit to get started. + Fixed an issue with not being able to upload to Speedrun.com when a category allows up to 2-4 players but still allows solo runs. + Fixed an issue with attempt history timestamps not being in UTC internally, making it more difficult for components to work with them. + +