Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit e690999

Browse files
Fix Queuing and Extracting Issues
* Memory leaks are fixed now. * Queuing system is more advanced, will now check if a file is completely downloaded. * Error window is harder to miss. * Updated SevenZip package
1 parent d8fc775 commit e690999

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

PenumbraModForwarder.UI/PenumbraModForwarder.UI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Nullable>enable</Nullable>
77
<UseWindowsForms>true</UseWindowsForms>
88
<ImplicitUsings>enable</ImplicitUsings>
9-
<Version>1.0.1.3</Version>
9+
<Version>1.0.1.4</Version>
1010
<AssemblyTitle>Penumbra Mod Forwarder</AssemblyTitle>
1111
<AssemblyName>PenumbraModForwarder</AssemblyName>
1212
<PackageId>PenumbraModForwarder</PackageId>

update.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<item>
3-
<version>1.0.1.3</version>
4-
<url>https://github.com/Sebane1/PenumbraModForwarder/releases/download/v1.0.1.3/PenumbraModForwarder.zip</url>
3+
<version>1.0.1.4</version>
4+
<url>https://github.com/Sebane1/PenumbraModForwarder/releases/download/v1.0.1.4/PenumbraModForwarder.zip</url>
55
<changelog></changelog>
66
<mandatory>true</mandatory>
77
</item>

0 commit comments

Comments
 (0)