Skip to content

Commit

Permalink
v0.4.3: Added paq8px v197
Browse files Browse the repository at this point in the history
  • Loading branch information
moisespr123 committed Nov 15, 2020
1 parent 6f2c059 commit e6ccdf7
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 12 deletions.
12 changes: 9 additions & 3 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
v0.4.3
- Added paq8px v197.

v0.4.2
- Added paq8px v196.

v0.4.1
- Added paq8px v194 and v195
- Added paq8pxd v90
- Added paq8px v194 and v195.
- Added paq8pxd v90.

v0.4
- Added new Use AVX2-optimized build" (Native CPU) option to use AVX2-optimized paq8px builds (v190 and up)
- Added new Use AVX2-optimized build" (Native CPU) option to use AVX2-optimized paq8px builds (v190 and up).
- Files compressed with "Native CPU" versions will have .native appended to the filename before the paq8px version.
- NOTE that native CPU versions must be used to extract the files if initially compressed with a native CPU compressor.
- Some versions may have issues on different CPU architectures.
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 @@ -11,7 +11,7 @@
Private Const paq8pxd_add_x_levels As Integer = 28
Private Const paq8px_nativecpus As Integer = 100
Private DistributedPAQCompressors As New Dictionary(Of String, String())() From {{"PAQ8PX", {"v185", "v186", "v186fix1", "v187",
"v187fix3", "v187fix5", "v188", "v189", "v193fix2", "v196"}},
"v187fix3", "v187fix5", "v188", "v189", "v193fix2", "v197"}},
{"PAQ8PXd", {"v85", "v86"}}}

Private Sub Form1_Load(ByVal sender As Object, ByVal e As EventArgs) Handles MyBase.Load
Expand Down Expand Up @@ -184,7 +184,7 @@
"v168", "v169", "v170", "v171", "v172", "v173", "v174", "v175", "v176", "v177", "v178", "v179", "v179fix1",
"v179fix2", "v179fix3", "v179fix4", "v179fix5", "v180", "v181", "v181fix1", "v182", "v182fix1", "v182fix2",
"v183", "v183fix1", "v184", "v185", "v186", "v186fix1", "v187", "v187fix1", "v187fix2", "v187fix3", "v187fix4", "v187fix5",
"v188", "v189", "v190", "v191", "v191a", "v192", "v193", "v193fix1", "v193fix2", "v194", "v195", "v196"})
"v188", "v189", "v190", "v191", "v191a", "v192", "v193", "v193fix1", "v193fix2", "v194", "v195", "v196", "v197"})
PAQVersion.Enabled = True
End If
If PAQVersion.Enabled Then
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.4.2.0")>
<Assembly: AssemblyFileVersion("0.4.2.0")>
<Assembly: AssemblyVersion("0.4.3.0")>
<Assembly: AssemblyFileVersion("0.4.3.0")>
2 changes: 1 addition & 1 deletion PAQCompress/My Project/Settings.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/My Project/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<Value Profile="(Default)">1</Value>
</Setting>
<Setting Name="PAQVersion" Type="System.String" Scope="User">
<Value Profile="(Default)">v196</Value>
<Value Profile="(Default)">v197</Value>
</Setting>
<Setting Name="compiler" Type="System.String" Scope="User">
<Value Profile="(Default)">jit</Value>
Expand Down
2 changes: 1 addition & 1 deletion PAQCompress/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<value>1</value>
</setting>
<setting name="PAQVersion" serializeAs="String">
<value>v196</value>
<value>v197</value>
</setting>
<setting name="compiler" serializeAs="String">
<value>jit</value>
Expand Down
7 changes: 6 additions & 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/08/PAQCompress-v0.3.54.png)
![Screenshot](https://moisescardona.me/wp-content/uploads/2020/11/PAQCompress-v0.4.3.png)

Supported PAQ versions are:

Expand All @@ -19,3 +19,8 @@ Supported PAQ versions are:
The software appends the PAQ series and version to the output filename and this allows the GUI to select the proper version to use when extracting the file.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

## Support the project
If you are enjoying this project, consider buying me a coffee! It will keep me energized so that I can continue developing this and other awesome projects.

<a href="https://www.buymeacoffee.com/moisespr"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=moisespr&button_colour=FF5F5F&font_colour=ffffff&font_family=Cookie&outline_colour=000000&coffee_colour=FFDD00"></a>

0 comments on commit e6ccdf7

Please sign in to comment.