This repository has been archived by the owner on Mar 15, 2022. It is now read-only.
forked from LiveSplit/LiveSplit.Minecraft
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUpdates.xml
48 lines (48 loc) · 1.53 KB
/
Updates.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<updates>
<update version="1.0.4">
<files>
<file path="Components/LiveSplit.Minecraft.dll" status="changed"/>
</files>
<changelog>
<change>Fixed the IGT to work for the latest game version(1.17).</change>
<change>Allowed users to paste in a saves directory as an alternative to the folder GUI.</change>
</changelog>
</update>
<update version="1.0.3">
<files>
<file path="Components/LiveSplit.Minecraft.dll" status="changed"/>
</files>
<changelog>
<change>Added basic autosplitting support.</change>
<change>Added new video with improved installation instructions and FAQ.</change>
<change>Fixed IGT not updating while the timer was paused (hi dimeax__).</change>
<change>Fixed other minor stuff.</change>
</changelog>
</update>
<update version="1.0.2">
<files>
<file path="Components/LiveSplit.Minecraft.dll" status="changed"/>
</files>
<changelog>
<change>Fixed the auto-update system.</change>
</changelog>
</update>
<update version="1.0.1">
<files>
<file path="Components/LiveSplit.Minecraft.dll" status="changed"/>
<file path="Components/fNbt.dll" status="changed"/>
</files>
<changelog>
<change>IGT is now obtained from stats.json instead of level.dat for consistency with other timers.</change>
</changelog>
</update>
<update version="1.0.0">
<files>
<file path="Components/LiveSplit.Minecraft.dll" status="changed"/>
<file path="Components/fNbt.dll" status="changed"/>
</files>
<changelog>
<change>Initial release.</change>
</changelog>
</update>
</updates>