diff --git a/PAQCompress/Form1.Designer.vb b/PAQCompress/Form1.Designer.vb index b6efa0e..20f05dd 100644 --- a/PAQCompress/Form1.Designer.vb +++ b/PAQCompress/Form1.Designer.vb @@ -361,9 +361,9 @@ Partial Class Form1 Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(9, 392) Me.Label3.Name = "Label3" - Me.Label3.Size = New System.Drawing.Size(152, 13) + Me.Label3.Size = New System.Drawing.Size(161, 13) Me.Label3.TabIndex = 21 - Me.Label3.Text = "v0.3 - GUI by: Moisés Cardona" + Me.Label3.Text = "v0.3.1 - GUI by: Moisés Cardona" ' 'pxdThreadsGroupBox ' diff --git a/PAQCompress/Form1.vb b/PAQCompress/Form1.vb index 8875140..f00e1bf 100644 --- a/PAQCompress/Form1.vb +++ b/PAQCompress/Form1.vb @@ -81,7 +81,7 @@ PAQVersion.Items.AddRange({"v1", "v2", "v3", "v4", "v5", "v6"}) PAQVersion.Enabled = True ElseIf PAQSeries.SelectedItem Is "PAQ8PXd" Then - PAQVersion.Items.AddRange({"v60"}) + PAQVersion.Items.AddRange({"v60", "v61"}) CompressionLevel.Text = "s5" CompressionLevel.Items.AddRange({"s0", "s1", "s2", "s3", "s4", "s5", "s6", "s7", "s8", "s9", "s10", "s11", "s12", "s13", "s14", "s15"}) pxdThreads.Enabled = True diff --git a/PAQCompress/My Project/AssemblyInfo.vb b/PAQCompress/My Project/AssemblyInfo.vb index be77d12..864f747 100644 --- a/PAQCompress/My Project/AssemblyInfo.vb +++ b/PAQCompress/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' by using the '*' as shown below: ' - - + + diff --git a/PAQCompress/Resources/Changelog.txt b/PAQCompress/Resources/Changelog.txt index 5ca0a20..65410ab 100644 --- a/PAQCompress/Resources/Changelog.txt +++ b/PAQCompress/Resources/Changelog.txt @@ -1,10 +1,13 @@ -PAQCompress v0.3 +v0.3.1 +-Added paq8pxd_v61 + +v0.3 -Can now drag and drop a file into the software icon -PAQCompress v0.2 +v0.2 -Added paq8px v176 and v177 -PAQCompress v0.1 +v0.1 -Initial Release VERY OLD RELEASES