Skip to content

Commit

Permalink
Release 1.8.28 (#19)
Browse files Browse the repository at this point in the history
* Update components page

* Update version on downloads page

* Update XMLs

* Update LiveSplit files
  • Loading branch information
wooferzfg authored Mar 22, 2024
1 parent 65ae02a commit 82edfe1
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 7 deletions.
10 changes: 5 additions & 5 deletions components.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ order: 5
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://github.com/therungg/LiveSplit.TheRun/releases">LiveSplit.TheRun</a><br>by <a href="https://therun.gg">therun.gg</a></td>
<td>Uploads runs automatically to therun.gg and keeps track of live runs for The Run Live.</td>
</tr>
<tr>
<td><a href="https://github.com/fatalis/sourcesplit/releases">SourceSplit</a><br>by <a href="http://twitter.com/fatalis_">Fatalis</a></td>
<td>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.</td>
Expand All @@ -30,7 +26,7 @@ order: 5
</tr>
<tr>
<td><a href="https://github.com/LiveSplit/LiveSplit.Server/releases">LiveSplit Server</a></td>
<td>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.)</td>
<td>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.)</td>
</tr>
<tr>
<td><a href="https://www.nightgamedev.com/sgl">Speed Guides Live</a><br>by <a href="https://twitter.com/inightfaller">iNightfaller</a></td>
Expand Down Expand Up @@ -115,6 +111,10 @@ order: 5
<td>Run Prediction</td>
<td>Shows a predicted time for your current run based on a comparison that you choose.</td>
</tr>
<tr>
<td><a href="https://github.com/therungg/LiveSplit.TheRun/releases">LiveSplit.TheRun</a><br>by <a href="https://therun.gg">therun.gg</a></td>
<td>Uploads runs automatically to therun.gg and keeps track of live runs for The Run Live.</td>
</tr>
<tr>
<td>Hotkey Indicator</td>
<td>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.</td>
Expand Down
2 changes: 1 addition & 1 deletion downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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

Expand Down
Binary file modified update/Components/LiveSplit.Racetime.dll
Binary file not shown.
Binary file modified update/Components/LiveSplit.ScriptableAutoSplit.dll
Binary file not shown.
Binary file added update/Components/LiveSplit.TheRun.dll
Binary file not shown.
11 changes: 10 additions & 1 deletion update/Components/update.LiveSplit.Racetime.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<updates>
<update version="1.8.10">
<update version="1.8.28">
<files>
<file path="Components/LiveSplit.Racetime.dll" status="changed" />
</files>
<changelog>
<change>Fixed an issue with freezing if a race does not have an image associated with the game.</change>
<change>Fixed an issue with short comparison names not being set properly while racing.</change>
</changelog>
</update>
<update version="1.8.10">
<files>
<file path="Components/LiveSplit.Racetime.dll" status="changed" />
</files>
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.28">
<files>
<file path="Components/LiveSplit.ScriptableAutoSplit.dll" status="changed" />
</files>
<changelog>
<change>Fixed an issue with timer events not always being unsubscribed.</change>
</changelog>
</update>
<update version="1.8.26">
<files>
<file path="Components/LiveSplit.ScriptableAutoSplit.dll" status="changed" />
Expand Down
Binary file modified update/LiveSplit.Core.dll
Binary file not shown.
Binary file modified update/LiveSplit.View.dll
Binary file not shown.
12 changes: 12 additions & 0 deletions update/update.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="1.8.28">
<files>
<file path="LiveSplit.Core.dll" status="changed" />
<file path="LiveSplit.View.dll" status="changed" />
<file path="Components/LiveSplit.TheRun.dll" status="added" />
</files>
<changelog>
<change>Added a component to integrate with therun.gg. Go to https://therun.gg/livesplit to get started.</change>
<change>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.</change>
<change>Fixed an issue with attempt history timestamps not being in UTC internally, making it more difficult for components to work with them.</change>
</changelog>
</update>
<update version="1.8.27">
<files>
<file path="LiveSplit.Core.dll" status="changed" />
Expand Down

0 comments on commit 82edfe1

Please sign in to comment.