Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
- Added paq8pxd v95.
- Added paq8sk v39, v40 and v43.
  • Loading branch information
moisespr123 committed Jan 15, 2021
1 parent 7695d0a commit ad4dc6e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.5.1
- Added paq8pxd v95.
- Added paq8sk v39, v40 and v43.

v0.5.0
- Added paq8gen v1 and v2.
- Added paq8pxd v94.
Expand Down
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.

4 changes: 2 additions & 2 deletions PAQCompress/Form1.vb
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
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", "v73", "v74", "v75", "v76",
"v77", "v78", "v79", "v80", "v81", "v82", "v83", "v84", "v85", "v86", "v87", "v88", "v89", "v90", "v91", "v92",
"v93", "v94"})
"v93", "v94", "v95"})
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"
Expand All @@ -169,7 +169,7 @@
PAQVersion.Enabled = True
ElseIf PAQSeries.SelectedItem Is "PAQ8SK" Then
PAQVersion.Items.AddRange({"v2", "v5", "v7", "v9", "v10", "v13", "v14", "v15", "v18", "v19", "v22", "v23", "v25", "v26", "v28", "v29",
"v30", "v31", "v32"})
"v30", "v31", "v32", "v39", "v40", "v43"})
CompressionLevel.Text = "s5"
CompressionLevel.Items.AddRange({"s0", "s1", "s2", "s3", "s4", "s5", "s6", "s7", "s8", "s9", "s10", "s11", "s12", "s13", "s14", "s15",
"x0", "x1", "x2", "x3", "x4", "x5", "x6", "x7", "x8", "x9", "x10", "x11", "x12", "x13", "x14", "x15"})
Expand Down
4 changes: 2 additions & 2 deletions PAQCompress/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("0.5.0.0")>
<Assembly: AssemblyFileVersion("0.5.0.0")>
<Assembly: AssemblyVersion("0.5.1.0")>
<Assembly: AssemblyFileVersion("0.5.1.0")>
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/12/PAQCompress-v0.4.6.png)
![Screenshot](https://moisescardona.me/wp-content/uploads/2021/01/PAQCompress-v0.5.1.png)

Supported PAQ versions are:

Expand Down

0 comments on commit ad4dc6e

Please sign in to comment.