Skip to content

Commit 1f019c6

Browse files
committed
update README and version numbers for new release R7
1 parent 8a6108d commit 1f019c6

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

C/7zVersion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#define MY_VER_MAJOR 17
22
#define MY_VER_MINOR 00
33
#define MY_VER_BUILD 0
4-
#define MY_VERSION_NUMBERS "17.00 ZS v1.2.0 R6"
4+
#define MY_VERSION_NUMBERS "17.00 ZS v1.2.0 R7"
55
#define MY_VERSION MY_VERSION_NUMBERS
66

77
#ifdef MY_CPU_NAME
@@ -10,7 +10,7 @@
1010
#define MY_VERSION_CPU MY_VERSION
1111
#endif
1212

13-
#define MY_DATE "2017-05-28"
13+
#define MY_DATE "2017-06-18"
1414
#undef MY_COPYRIGHT
1515
#undef MY_VERSION_COPYRIGHT_DATE
1616
#define MY_AUTHOR_NAME "Igor Pavlov, Tino Reichardt"

C/7zVersionTr.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#define MY_VER_MAJOR 1
22
#define MY_VER_MINOR 2
33
#define MY_VER_BUILD 0
4-
#define MY_VERSION_NUMBERS "1.2.0 R6"
4+
#define MY_VERSION_NUMBERS "1.2.0 R7"
55
#define MY_VERSION MY_VERSION_NUMBERS
6-
#define MY_DATE "2017-05-28"
6+
#define MY_DATE "2017-06-18"
77
#undef MY_COPYRIGHT
88
#undef MY_VERSION_COPYRIGHT_DATE
99
#define MY_AUTHOR_NAME "Tino Reichardt"

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ You can install it in two ways:
77
1. full setup with additions within the GUI and an modified an Explorer context menu
88
2. just the codec plugin, which goes to your existing 7-Zip installation
99

10+
# Status
11+
12+
[![Build status](https://ci.appveyor.com/api/projects/status/j9cwlxqe1g21c4dj?svg=true)](https://ci.appveyor.com/project/mcmilk/7-zip-zstd)
13+
[![Latest stable release](https://img.shields.io/github/release/mcmilk/7-Zip-zstd.svg)](https://github.com/mcmilk/7-Zip-zstd/releases)
14+
1015
## Codec overview
1116
1. [Zstandard] v1.2.0 is a real-time compression algorithm, providing high compression ratios. It offers a very wide range of compression / speed trade-off, while being backed by a very fast decoder.
1217
- Levels: 1..22
@@ -188,6 +193,14 @@ Codecs:
188193
7z a archiv.7z -m0=bcj -m1=zstd -mx21 2nd Slowest Mode, with BCJ preprocessor on executables
189194
7z a archiv.7z -m0=bcj -m1=zstd -mx22 Ultra Mode, with BCJ preprocessor on executables
190195
```
196+
197+
## Codec Plugin for Total Commander
198+
- download [TotalCmd.7z](https://github.com/mcmilk/7-Zip-zstd/releases)
199+
- install it, by replacing the files `tc7z.dll` and `tc7z64.dll` with the new ones
200+
- you can check the Total Commander Forum for more information about this [DLL Files](http://ghisler.ch/board/viewtopic.php?p=319216)
201+
- decompression for [Brotli], [Lizard], [LZ4], [LZ5] and [ZStandard] ot the 7-Zip `.7z` format
202+
will work out of the box with Total Commander now :-)
203+
191204
## Benchmarks
192205

193206
For the benchmarks I am using Windows 7 64bit on my Laptop which has the following Hardware:
@@ -198,6 +211,8 @@ For the benchmarks I am using Windows 7 64bit on my Laptop which has the followi
198211
- the testfile is generated via [generate-mcorpus](https://github.com/mcmilk/7-Zip-Benchmarking/blob/master/generate-mcorpus)
199212
![Compression Speed vs Ratio](https://mcmilk.de/projects/7-Zip-zstd/dl/compr-v120.png "Compression Speed vs Ratio")
200213
![Decompression Speed](https://mcmilk.de/projects/7-Zip-zstd/dl/decomp-v120.png "Decompression Speed per Level")
214+
![Memory at Compression](https://mcmilk.de/projects/7-Zip-zstd/dl/MemCompr.png "Memory usage at Compression")
215+
![Memory at Decompression](https://mcmilk.de/projects/7-Zip-zstd/dl/MemDecomp.png "Memory usage at Decompression")
201216

202217
## License and redistribution
203218

@@ -211,7 +226,8 @@ For the benchmarks I am using Windows 7 64bit on my Laptop which has the followi
211226
- result, will currently not included :(
212227

213228
## Donate
214-
If you find this project useful, you can...
229+
230+
You find this project useful, maybe you consider a donation ;-)
215231

216232
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.me/TinoReichardt)
217233

@@ -224,7 +240,7 @@ If you find this project useful, you can...
224240
- [LZ5] Version 1.5
225241
- [ZStandard] Version 1.2.0
226242

227-
/TR 2017-05-28
243+
/TR 2017-06-18
228244

229245
[7-Zip]:http://www.7-zip.org/
230246
[lzip]:http://www.nongnu.org/lzip/

0 commit comments

Comments
 (0)