Skip to content

Commit

Permalink
Showing 5 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion PAQCompress/Form1.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion PAQCompress/Form1.vb
Original file line number Diff line number Diff line change
@@ -106,7 +106,7 @@
PAQVersion.Enabled = True
ElseIf PAQSeries.SelectedItem Is "PAQ8PXd" Then
PAQVersion.Items.AddRange({"v45", "v46", "v47", "v48", "v49", "v50", "v51", "v52", "v53", "v54", "v55", "v56", "v57", "v58", "v59", "v60",
"v61", "v62", "v63", "v64", "v66", "v67", "v68", "v69f", "v69", "v70", "v71", "v72"})
"v61", "v62", "v63", "v64", "v66", "v67", "v68", "v69f", "v69", "v70", "v71", "v72", "v73"})
CompressionLevel.Text = "s5"
CompressionLevel.Items.AddRange({"s0", "s1", "s2", "s3", "s4", "s5", "s6", "s7", "s8", "s9", "s10", "s11", "s12", "s13", "s14", "s15"})
paq_other.Text = "Threads"
4 changes: 2 additions & 2 deletions PAQCompress/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("0.3.34.0")>
<Assembly: AssemblyFileVersion("0.3.34.0")>
<Assembly: AssemblyVersion("0.3.35.0")>
<Assembly: AssemblyFileVersion("0.3.35.0")>
19 changes: 11 additions & 8 deletions PAQCompress/Resources/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
v0.3.35
-Added paq8pxd v73.

v0.3.34
-Added paq8px_v184
-Added paq8px v185
-Added paq8pxd v72
-Added paq8px_v184.
-Added paq8px v185.
-Added paq8pxd v72.

v0.3.33
-Added paq8pxd v71
-Added paq8pxd v71.

v0.3.32
-Added paq8pxd v70.
@@ -14,20 +17,20 @@ v0.3.31
-Added paq8pxv v7, v9 to v11, v14, and v15.

v0.3.30
-Added paq8pxv_v16
-Added paq8pxv_v16.

v0.3.29
-Added paq8pxv_v13
-Added paq8pxv_v13.
-Validate the input and output fields.

v0.3.28
-Can now create batch files to compress or extract files later.

v0.3.27
-Added paq8pxd_v69
-Added paq8pxd_v69.

v0.3.26
-Fixed a bug on some compressors when the show cmd option is selected
-Fixed a bug on some compressors when the show cmd option is selected.
-Added and updated some paq8pxv v12 profiles.

v0.3.25
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

[PAQCompress](https://moisescardona.me/paqcompress) is a GUI of the powerful PAQ compression software. Originally written in 2009, it has been rewritten to provide a better GUI and include the latest and greatest PAQ versions.

![Screenshot](https://moisescardona.me/wp-content/uploads/2020/02/PAQCompress-v0.3.34.png)
![Screenshot](https://moisescardona.me/wp-content/uploads/2020/02/PAQCompress-v0.3.35.png)

Supported PAQ versions are:

0 comments on commit 7837b3f

Please sign in to comment.