Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9eeb820391 | ||
|
|
73690179fd | ||
|
|
c98ecc7365 | ||
|
|
b4bfc1181f | ||
|
|
0c9ba771e4 | ||
|
|
c6610f55b9 | ||
|
|
de8b6784d8 | ||
|
|
3f7969d8a2 | ||
|
|
1877038b93 | ||
|
|
2869f18bc5 | ||
|
|
c1b1f09d85 | ||
|
|
be43c340b2 | ||
|
|
71573c0149 | ||
|
|
9f5d97933b |
87
README.md
87
README.md
@@ -1,63 +1,42 @@
|
||||
# MultiPar
|
||||
|
||||
v1.3.2.1 is public
|
||||
### v1.3.2.4 is public
|
||||
|
||||
This includes some bug fix and a sample of new feature.
|
||||
I found a problem in my old code, and fixed them.
|
||||
Because they are 32-bit version PAR2 client and PAR1 client, nobody saw them for long time.
|
||||
Thanks [Safihre for finding the bug](https://github.com/Yutaka-Sawada/MultiPar/issues/55).
|
||||
This is a minor update version.
|
||||
When you don't see any problem in your using version, you don't need to replace.
|
||||
To decrease false positive at malware detection by some security vendors,
|
||||
I added VERSIONINFO in each application's resource.
|
||||
Now you see version information for console application.
|
||||
It may be useful to check version number on Windows Explorer.
|
||||
|
||||
I changed some behavior of handling invalid filenames on Windows OS.
|
||||
In previous version, those bad filenames were sanitized automatically.
|
||||
But, it might be strange and confused users of other OSes.
|
||||
Thanks [Danilo for reporting the issue](https://github.com/Yutaka-Sawada/MultiPar/issues/58).
|
||||
Now, this version warns such incompatible filenames only.
|
||||
Because it's difficult to rename some bad fileanames on Windows Explorer,
|
||||
I made a simple tool to rename invalid filenames, too.
|
||||
The [tool "Rename7" is available on my GitHub page](https://github.com/Yutaka-Sawada/Rename7).
|
||||
|
||||
Some [users requested a queue repair feature](https://github.com/Yutaka-Sawada/MultiPar/issues/57) ago.
|
||||
I didn't make such utility, because there were some tools for the usage.
|
||||
But, it seems to be old, or it's not updated so much.
|
||||
So, I implemented a feature to repair multiple PAR2 recovery sets in queue.
|
||||
Currently, it's a simple tool and will be changed more.
|
||||
If a user is interested in the feature,
|
||||
please read "Command_Queue.txt" in "help" folder.
|
||||
Because it's sample, there may be a problem or fault.
|
||||
I will improve later, when users tested the behavior.
|
||||
While MultiPar supports SFV and MD5 files as same as QuickPar, I didn't test so much.
|
||||
I improved the compatibility to recognize # as starting comment.
|
||||
Thanks [fooziex](https://github.com/Yutaka-Sawada/MultiPar/issues/62) for reporting the problem and samples.
|
||||
Because there are variety of SFV or MD5 file format, I may not know a minor style.
|
||||
If you see a problem, please tell me with ease.
|
||||
|
||||
|
||||
[ Changes from 1.3.2.0 to 1.3.2.1 ]
|
||||
|
||||
GUI update
|
||||
- New
|
||||
- For a folder with PAR2 files, MultiPar may invoke ParQueue.
|
||||
[ Changes from 1.3.2.3 to 1.3.2.4 ]
|
||||
|
||||
All client update
|
||||
- Change
|
||||
- In command-line, it uses "/" for each option instead of "-".
|
||||
- Failed result of Self-Test is shown in detail.
|
||||
- I added VERSIONINFO in each application's resource.
|
||||
|
||||
All clients update
|
||||
SFV/MD5 client update
|
||||
- Change
|
||||
- It will warn incompatible filenames on Windows OS.
|
||||
|
||||
PAR1 client update
|
||||
- Bug fix
|
||||
- Failure in setting a file pointer was fixed.
|
||||
|
||||
PAR2 client update
|
||||
- Bug fix
|
||||
- Possible stack overflow at searching missing files was fixed.
|
||||
- MD5 checker recognizes # as comment.
|
||||
|
||||
|
||||
[ Hash value ]
|
||||
|
||||
MultiPar1321.zip
|
||||
MD5: FC155A166F5C31F7FA2373F06A866427
|
||||
SHA1: 2E4DF4FF1DDEC301A51A9FA33C4F66B41D1F24C2
|
||||
MultiPar1324.zip
|
||||
MD5: 752D59DE3A91D41939B4040A07B32B0D
|
||||
SHA1: BA985FEC7FD3931F428B3620F692D0DF597232C2
|
||||
|
||||
MultiPar1321_setup.exe
|
||||
MD5: B4D94783D4CB3A72EEBF51A893C1ED39
|
||||
SHA1: B22AE13319FD3856BD4E9D7CC042119FDF6A4E34
|
||||
MultiPar1324_setup.exe
|
||||
MD5: 0EB83A033B68B32529D71356117DEEB6
|
||||
SHA1: 128A7D20C8D7871E080FD960A127B529E97C6F32
|
||||
To install under "Program Files" or "Program Files (x86)" directory,
|
||||
you must start the installer with administrative privileges by selecting
|
||||
"Run as administrator" on right-click menu.
|
||||
@@ -68,17 +47,17 @@ you must start the installer with administrative privileges by selecting
|
||||
[GitHub](https://github.com/Yutaka-Sawada/MultiPar/releases) or
|
||||
[OneDrive](https://1drv.ms/u/s!AtGhNMUyvbWOaSo1n_R8awJ_hg0?e=4V0gXu).
|
||||
|
||||
MultiPar_par2j_1321.7z
|
||||
MD5: 4853C852E6DAEB8BCC034595C46CFE87
|
||||
SHA1: 24027B8E91DD32EF3A16931091BBD84D88EDBDBF
|
||||
MultiPar_par2j_1324.7z
|
||||
MD5: ABDF853F7416B214F718EF91B87B4F53
|
||||
SHA1: DF94C8B57618DE93E06DF0E7BBA7D95AFD781CE8
|
||||
|
||||
MultiPar_par1j_1321.7z
|
||||
MD5: 2BE9BCCA25672BD7FC6773B6D5C3A831
|
||||
SHA1: 2F3759136922627ADFC6197D0CA3911508104694
|
||||
MultiPar_par1j_1324.7z
|
||||
MD5: A76530DFD9C3FC8779582E2A82F1D5F9
|
||||
SHA1: 7BEE4381D4328DB2E66CA82044F0CE4A6F036C3C
|
||||
|
||||
MultiPar_sfv_md5_1321.7z
|
||||
MD5: 5CD627C2D768290EF574230259A19487
|
||||
SHA1: E768B38783DF56289549BBAA3D65DBDAE679213B
|
||||
MultiPar_sfv_md5_1324.7z
|
||||
MD5: F3C9F14E2EFF31FD277F75991817B97F
|
||||
SHA1: A86A3F1212AA1B5A278FFB3194C88EAF28C60AFF
|
||||
|
||||
MultiPar_ShlExt_1320.7z
|
||||
MD5: C413655ABF85BCFF3D4B349BAAADC24B
|
||||
|
||||
Binary file not shown.
BIN
source/MultiPar_par1j_1324.7z
Normal file
BIN
source/MultiPar_par1j_1324.7z
Normal file
Binary file not shown.
Binary file not shown.
BIN
source/MultiPar_par2j_1324.7z
Normal file
BIN
source/MultiPar_par2j_1324.7z
Normal file
Binary file not shown.
Binary file not shown.
BIN
source/MultiPar_sfv_md5_1324.7z
Normal file
BIN
source/MultiPar_sfv_md5_1324.7z
Normal file
Binary file not shown.
Reference in New Issue
Block a user