Skip to content

Commit 7c6daec

Browse files
committed
Version 1.2.3
Updated AssemblyInfo version and new benchmark results.
1 parent 74502b9 commit 7c6daec

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

HPIZ Archiver/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// É possível especificar todos os valores ou usar como padrão os Números de Build e da Revisão
3232
// usando o "*" como mostrado abaixo:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.2.2.0")]
35-
[assembly: AssemblyFileVersion("1.2.2.0")]
34+
[assembly: AssemblyVersion("1.2.3.0")]
35+
[assembly: AssemblyFileVersion("1.2.3.0")]

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# HPIZ Archiver
22
A new tool for a great old game. View, extract and compress HPI files faster using multithreading and achieve maximum compression with Zopfli DEFLATE.
33

4-
## Compression Benchmark r1.2.2
4+
## Compression Benchmark r1.2.3
55

66
| File | Original Size (zlib) | New Size (Zopfli) | Reduction | Time Elapsed |
77
|------------------|----------------------|-------------------|-----------|--------------|
8-
| TA_Zero_Maps.ufo | 157 314 655 bytes | 142 374 697 bytes | -9.5% | ~30 minutes |
9-
| TAESC.gp3 | 98 026 180 bytes | 87 266 530 bytes | -11.0% | ~59 minutes |
10-
| ccmaps.ccx | 153 714 300 bytes | 139 267 730 bytes | -9.4% | ~44 minutes |
11-
| totala4.hpi | 147 577 290 bytes* | 111 132 309 bytes | -24.7% | ~21 minutes |
8+
| TA_Zero_Maps.ufo | 157 314 655 bytes | 142 374 334 bytes | -9.5% | ~22 minutes |
9+
| TAESC.gp3 | 98 026 180 bytes | 87 266 719 bytes | -11.0% | ~45 minutes |
10+
| ccmaps.ccx | 153 714 300 bytes | 139 269 843 bytes | -9.4% | ~34 minutes |
11+
| totala4.hpi | 147 577 290 bytes* | 111 133 356 bytes | -24.7% | ~16 minutes |
1212

1313
**totala4.hpi uses LZ77 compression method*
1414

1515
## Dependencies
16-
Requires NET Framework 4.6 or higher.
16+
Requires NET Framework 4.8
1717

1818
## Screenshot
1919
![Screenshot](screenshot.png)

0 commit comments

Comments
 (0)