Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f17d75f1bd | ||
|
|
a1d042bb38 | ||
|
|
895b3282dc | ||
|
|
1287e9f938 | ||
|
|
9eeb820391 | ||
|
|
73690179fd | ||
|
|
c98ecc7365 | ||
|
|
b4bfc1181f | ||
|
|
0c9ba771e4 | ||
|
|
c6610f55b9 | ||
|
|
de8b6784d8 | ||
|
|
3f7969d8a2 | ||
|
|
1877038b93 |
86
README.md
86
README.md
@@ -1,49 +1,53 @@
|
||||
# MultiPar
|
||||
|
||||
### v1.3.2.2 is public
|
||||
### v1.3.2.5 is public
|
||||
|
||||
This is an emergency update to fix some serious bugs.
|
||||
When I changed sanitizing function at previous version, I mistook some points.
|
||||
Then, it failed at handling sub directories.
|
||||
I updated par2j and others. (though PAR1 and checksumer don't support directory.)
|
||||
Thanks [Sam Lane for reporting the bug](https://github.com/Yutaka-Sawada/MultiPar/issues/60).
|
||||
Sometimes I might add a new bug, while I was trying to fix another bug.
|
||||
If someone sees a failure or strange behavior, please tell me with ease.
|
||||
I will solve as possible as I can.
|
||||
This is a minor update version.
|
||||
When you don't see any problem in your using version, you don't need to replace.
|
||||
I updated development environment from Visual Studio 2019 to Visual Studio 2022.
|
||||
The supported OS is same as previous version (Windows Vista or later).
|
||||
If you see a compatibility issue, please report with ease.
|
||||
|
||||
I added a feature to purge PAR2 files in my PAR2 client.
|
||||
Though I don't use such risky feature,
|
||||
[it was requested for batch repair](https://github.com/Yutaka-Sawada/MultiPar/issues/59).
|
||||
If a user is interested in this, refer "/p" option in "Command_par2j.txt".
|
||||
Be careful to set the option, because it may happen to remove un-intended PAR2 files.
|
||||
I test two new features on MultiPar GUI.
|
||||
They are [Fixed redundancy size](https://github.com/Yutaka-Sawada/MultiPar/issues/69)
|
||||
and [Add file status sorting function](https://github.com/Yutaka-Sawada/MultiPar/issues/71)
|
||||
on GitHub issues.
|
||||
I changed the behavior of "RedundancyMax" and "Sort" option on "MultiPar.ini".
|
||||
If many users like it, I may change the default behavior in future.
|
||||
|
||||
This year, I started to learn Python.
|
||||
It's useful than Batch script.
|
||||
It's possible to show GUI.
|
||||
I will use it to make simple tools.
|
||||
Python is much easier than C language, however it seems to be slow.
|
||||
I put some Python script files in `tool` folder of MultiPar.
|
||||
Users may edit them for thier usage.
|
||||
I added help documents for Python script, too.
|
||||
|
||||
|
||||
[ Changes from 1.3.2.1 to 1.3.2.2 ]
|
||||
[ Changes from 1.3.2.4 to 1.3.2.5 ]
|
||||
|
||||
Installer update
|
||||
- Inno Setup supports Windows 7 or later.
|
||||
Compiler update
|
||||
- Development environment is updated to Visual Studio 2022.
|
||||
|
||||
GUI update
|
||||
- New
|
||||
- I added /batch command to MultiPar.exe for batch scripting.
|
||||
- Change
|
||||
- ParQueue is removed, because I include tools by Python script.
|
||||
|
||||
PAR2 client update
|
||||
- New
|
||||
- A new option was added to remove recovery files.
|
||||
|
||||
- Bug fix
|
||||
- A fault of sanitizing function was fixed.
|
||||
- Bug fix
|
||||
- I fixed a failure of searching blocks in uniform data.
|
||||
|
||||
|
||||
[ Hash value ]
|
||||
|
||||
MultiPar1322.zip
|
||||
MD5: E9154665A4400559345F14DF53072626
|
||||
SHA1: 89AD517E65726F3A112AD7977A9CC9CB57FC2847
|
||||
MultiPar1325.zip
|
||||
MD5: 6870A1522E326A9945F3CBFE6006FA73
|
||||
SHA1: E75166BAA011F8E2DEA9A8EDFCFBE1E1F8B5BA6A
|
||||
|
||||
MultiPar1322_setup.exe
|
||||
MD5: 0DE12560C4414C0F52189D8BB7190477
|
||||
SHA1: E82B435201E3E403805B0C68AA1A5C47A3426E2A
|
||||
MultiPar1325_setup.exe
|
||||
MD5: 835074F6F5F4EF3FD3ECF22DA3D146DD
|
||||
SHA1: 7BEDF9E7F1F9563595A61D0C37939E55BEEAEBFF
|
||||
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.
|
||||
@@ -54,17 +58,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_1322.7z
|
||||
MD5: 21E90BB1C46E135DD88D76097BB290A1
|
||||
SHA1: 1DD2D2DCB9C5518ACE6DF8452066EC7C3B4B81FF
|
||||
MultiPar_par2j_1325.7z
|
||||
MD5: E7B911245E8B6051F9B80D54C94D2AE6
|
||||
SHA1: 577F928BE533DCC54334103C0E1D7D2EA290E8FB
|
||||
|
||||
MultiPar_par1j_1322.7z
|
||||
MD5: E80BEB9BBFEAC709B0647E97580CD107
|
||||
SHA1: 84F51338C2AB1D8B9179319F20EB159F27D9FA2A
|
||||
MultiPar_par1j_1324.7z
|
||||
MD5: A76530DFD9C3FC8779582E2A82F1D5F9
|
||||
SHA1: 7BEE4381D4328DB2E66CA82044F0CE4A6F036C3C
|
||||
|
||||
MultiPar_sfv_md5_1322.7z
|
||||
MD5: 468540C08059987573404A860B43979A
|
||||
SHA1: 2B8AD55E1DC626A9F152554637B71EBE32F7C474
|
||||
MultiPar_sfv_md5_1324.7z
|
||||
MD5: F3C9F14E2EFF31FD277F75991817B97F
|
||||
SHA1: A86A3F1212AA1B5A278FFB3194C88EAF28C60AFF
|
||||
|
||||
MultiPar_ShlExt_1320.7z
|
||||
MD5: C413655ABF85BCFF3D4B349BAAADC24B
|
||||
@@ -73,7 +77,3 @@ SHA1: 8552E6CCF647B065D91E494D2751567C144ABD36
|
||||
MultiPar_ResUI_1319.7z
|
||||
MD5: E03B90A433466C945D726B5A49B4E547
|
||||
SHA1: E30FB11B8F121D44CC1CC368E8D91F06CFC15551
|
||||
|
||||
MultiPar_Help_1320.7z
|
||||
MD5: 1F8CC009B1A5F11EFBA999C7225E4311
|
||||
SHA1: 6E392602F82A96E3015FEA65A590E08D2B6E39CB
|
||||
|
||||
Binary file not shown.
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_1325.7z
Normal file
BIN
source/MultiPar_par2j_1325.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