Skip to content

Commit

Permalink
1.7.5 (#78)
Browse files Browse the repository at this point in the history
* Bump version, add notes. Add removed and added files to update xml.
  • Loading branch information
FrankvdStam authored Jan 11, 2025
1 parent 67e2360 commit a1952e3
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 1 deletion.
Binary file modified Components/SoulMemory.dll
Binary file not shown.
Binary file modified Components/SoulSplitter.dll
Binary file not shown.
19 changes: 19 additions & 0 deletions Components/Updates.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<updates>
<update version="1.7.5">
<files>
<file path="Components/soulinjectee.dll" status="removed"/>
<file path="Components/MaterialDesignThemes.Wpf.xml" status="removed"/>
<file path="Components/SoulMemory.dll" status="changed"/>
<file path="Components/SoulSplitter.dll" status="changed"/>
<file path="Components/soulmods_x86.dll" status="added"/>
<file path="Components/soulmods_x64.dll" status="added"/>
<file path="Components/soulmemory_rs_x86.dll" status="added"/>
<file path="Components/soulmemory_rs_x64.dll" status="added"/>
<file path="Components/launcher_x86.dll" status="added"/>
<file path="Components/launcher_x64.dll" status="added"/>
</files>
<changelog>
<change>Injectable .dll's no longer embedded with soulsplitter. Instead they are downloaded via livesplit. Hopefully this helps with windows defender false flagging</change>
<change>Fix event flag logger not launching</change>
<change>Elden Ring: Add version compatibility for the Japanese executable (1.10.0)</change>
</changelog>
</update>
<update version="1.7.4">
<files>
<file path="Components/SoulMemory.dll" status="changed"/>
Expand Down
Binary file modified Components/launcher_x64.exe
Binary file not shown.
Binary file modified Components/launcher_x86.exe
Binary file not shown.
Binary file modified Components/soulmemory_rs_x64.dll
Binary file not shown.
Binary file modified Components/soulmemory_rs_x86.dll
Binary file not shown.
Binary file modified Components/soulmods_x64.dll
Binary file not shown.
Binary file modified Components/soulmods_x86.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.7.4</Version>
<Version>1.7.5</Version>
</PropertyGroup>
</Project>

0 comments on commit a1952e3

Please sign in to comment.