36 Commits

Author SHA1 Message Date
Yutaka-Sawada
3ffc9d484b Release note of version 1.3.2.1 2022-01-22 13:01:18 +09:00
Yutaka-Sawada
c9705d6cee add version 1.3.2.1 files 2022-01-22 12:55:08 +09:00
Yutaka-Sawada
7fbac2be16 Delete MultiPar_par2j_1320.7z 2022-01-22 12:54:10 +09:00
Yutaka-Sawada
b24afc1a24 Delete MultiPar_par1j_1318.7z 2022-01-22 12:54:04 +09:00
Yutaka-Sawada
95f35b14ac Delete MultiPar_sfv_md5_1318.7z 2022-01-22 12:53:56 +09:00
Yutaka-Sawada
2189612c65 Release note of version 1.3.2.0 2021-12-20 13:40:26 +09:00
Yutaka-Sawada
59d062ed77 Add files via upload 2021-12-20 13:14:14 +09:00
Yutaka-Sawada
5870f732c9 Delete MultiPar_par2j_1319.7z 2021-12-20 13:13:45 +09:00
Yutaka-Sawada
c0239c578c Delete MultiPar_ShlExt_1318.7z 2021-12-20 13:13:37 +09:00
Yutaka-Sawada
03e8567358 Delete MultiPar_Help_1319.7z 2021-12-20 13:13:29 +09:00
Yutaka-Sawada
774d716f23 Release note of version 1.3.1.9 2021-09-09 10:56:08 +09:00
Yutaka-Sawada
20066306c8 Add files via upload 2021-09-05 09:53:02 +09:00
Yutaka-Sawada
1ad52701fd Delete MultiPar_Help_1319.7z 2021-09-05 09:52:48 +09:00
Yutaka-Sawada
6e76cc44ac Add files via upload 2021-09-04 09:35:44 +09:00
Yutaka-Sawada
e5f9b0db4d Delete MultiPar_par2j_1319.7z 2021-09-04 09:35:13 +09:00
Yutaka-Sawada
6956f295d3 Add files via upload 2021-09-03 21:03:24 +09:00
Yutaka-Sawada
d8999fce08 Delete MultiPar_par2j_1319.7z 2021-09-03 21:02:57 +09:00
Yutaka-Sawada
e5fbb74426 Delete MultiPar_Help_1319.7z 2021-09-03 21:02:46 +09:00
Yutaka-Sawada
9136580dd8 Add files via upload 2021-09-02 20:17:53 +09:00
Yutaka-Sawada
6e67e9f64e Delete MultiPar_ResUI_1318.7z 2021-09-02 20:17:22 +09:00
Yutaka-Sawada
a896e06973 Delete MultiPar_Help_1319.7z 2021-09-02 20:17:14 +09:00
Yutaka-Sawada
a5127000a8 Add files via upload 2021-08-30 10:22:42 +09:00
Yutaka-Sawada
5455430856 Delete MultiPar_par2j_1318.7z 2021-08-30 10:22:07 +09:00
Yutaka-Sawada
fafae1f0bd Delete MultiPar_Help_1318.7z 2021-08-30 10:21:59 +09:00
Yutaka-Sawada
db5d41fedc Release note of version 1.3.1.8 2021-05-26 09:11:44 +09:00
Yutaka-Sawada
6bc59496b1 Update README.md 2021-05-26 09:06:52 +09:00
Yutaka-Sawada
b963271353 Release note of version 1.3.1.8 2021-05-25 11:55:39 +09:00
Yutaka-Sawada
85d79db345 Add files via upload 2021-05-25 11:47:33 +09:00
Yutaka-Sawada
1404cf758b Delete MultiPar_par2j_1317.7z 2021-05-25 11:47:18 +09:00
Yutaka-Sawada
bc96c87fa3 Add files via upload 2021-05-25 11:47:03 +09:00
Yutaka-Sawada
9eeb2e3af0 Delete MultiPar_sfv_md5_1314.7z 2021-05-25 11:46:31 +09:00
Yutaka-Sawada
81e5bb6985 Delete MultiPar_par1j_1314.7z 2021-05-25 11:46:26 +09:00
Yutaka-Sawada
d1c959d280 Delete MultiPar_ShlExt_1298.7z 2021-05-25 11:46:19 +09:00
Yutaka-Sawada
416087003c Delete MultiPar_ResUI_1315.7z 2021-05-25 11:46:06 +09:00
Yutaka-Sawada
5b344fe7ae Delete MultiPar_Help_1317.7z 2021-05-25 11:45:45 +09:00
Yutaka-Sawada
32ec4c06f6 Release note of version 1.3.1.7 2021-04-25 07:21:31 +09:00
13 changed files with 66 additions and 46 deletions

112
README.md
View File

@@ -1,73 +1,93 @@
# MultiPar # MultiPar
v1.3.1.7 is public v1.3.2.1 is public
This is minor update version.   This includes some bug fix and a sample of new feature.
I changed some for new environments, Windows 10 and Visual Studio 2019. I found a problem in my old code, and fixed them.
If there is no serious problem, next version will be the last of v1.3.1 tree. Because they are 32-bit version PAR2 client and PAR1 client, nobody saw them for long time.
When you see a bug, odd incident, or strange behavior, please let me know. Thanks [Safihre for finding the bug](https://github.com/Yutaka-Sawada/MultiPar/issues/55).
I will fix before releasing a stable version.
Because Visual Studio 2019 supports new CPUs, I removed some obsolate code. I changed some behavior of handling invalid filenames on Windows OS.
It doesn't require par2j_extra.dll or par2j64_extra.dll to use AVX2 feature. In previous version, those bad filenames were sanitized automatically.
It may not require extra memory barrier (_mm_sfence) for multi-threading. But, it might be strange and confused users of other OSes.
But, I'm not sure about the memory barrier. Thanks [Danilo for reporting the issue](https://github.com/Yutaka-Sawada/MultiPar/issues/58).
Visual Studio 2008 required them to support new age multi-core CPUs. Now, this version warns such incompatible filenames only.
I think that Visual Studio 2019 should treat those recent CPUs well. Because it's difficult to rename some bad fileanames on Windows Explorer,
Though I tested with Intel i5 CPU on my PC, I don't know other CPUs. I made a simple tool to rename invalid filenames, too.
If you see "chacksum mismatch" error, please report the incident. 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.
[ Changes from 1.3.1.6 to 1.3.1.7 ] [ Changes from 1.3.2.0 to 1.3.2.1 ]
GUI update GUI update
- New
- For a folder with PAR2 files, MultiPar may invoke ParQueue.
- Change - Change
- Help documents are not compiled, but consist of plain html files. - In command-line, it uses "/" for each option instead of "-".
- More large icons are added for High DPI.
- The installer will send MultiPar.ini to the recycle bin at uninstallation. All clients 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 PAR2 client update
- Change - Bug fix
- AVX2 feature is implemented internally. - Possible stack overflow at searching missing files was fixed.
- Additional memory barrier is removed.
[ Hash value ] [ Hash value ]
MultiPar1317.zip MultiPar1321.zip
MD5: DFC81D79AA0EBF27DA8945C1EECB2019 MD5: FC155A166F5C31F7FA2373F06A866427
SHA1: AAED4AEF23A8C9643032A3E8D5B652C52AF081C4 SHA1: 2E4DF4FF1DDEC301A51A9FA33C4F66B41D1F24C2
MultiPar1317_setup.exe MultiPar1321_setup.exe
MD5: 16BC2DF7DF0033EDADF39D6D9F3BD2FE MD5: B4D94783D4CB3A72EEBF51A893C1ED39
SHA1: FFAA6C11912164F2A8C0305DE6231B7DFD409E56 SHA1: B22AE13319FD3856BD4E9D7CC042119FDF6A4E34
  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.
[ Hash value of other source code packages ] [ Hash value of other source code packages ]
Old versions and source code packages are available at   Old versions and source code packages are available at
[GitHub](https://github.com/Yutaka-Sawada/MultiPar/releases) or [GitHub](https://github.com/Yutaka-Sawada/MultiPar/releases) or
[OneDrive](https://1drv.ms/u/s!AtGhNMUyvbWOaSo1n_R8awJ_hg0?e=4V0gXu). [OneDrive](https://1drv.ms/u/s!AtGhNMUyvbWOaSo1n_R8awJ_hg0?e=4V0gXu).
MultiPar_par2j_1317.7z MultiPar_par2j_1321.7z
MD5: B46EDD4E3789E65712D50E6B59E355FB MD5: 4853C852E6DAEB8BCC034595C46CFE87
SHA1: D951E582EC2B7B6BA6947AA95F4176D816A18044 SHA1: 24027B8E91DD32EF3A16931091BBD84D88EDBDBF
MultiPar_par1j_1314.7z MultiPar_par1j_1321.7z
MD5: E082D8A598A262E64CBAE2C42283488A MD5: 2BE9BCCA25672BD7FC6773B6D5C3A831
SHA1: F706A3C1FCCAFCE225677BA0785CDB39870206A1 SHA1: 2F3759136922627ADFC6197D0CA3911508104694
MultiPar_sfv_md5_1314.7z MultiPar_sfv_md5_1321.7z
MD5: 355B0CC6B9613B422126EF9EDAC15F87 MD5: 5CD627C2D768290EF574230259A19487
SHA1: EFD2CF25C47851B86EB12FD5B709BFEEC73AC36D SHA1: E768B38783DF56289549BBAA3D65DBDAE679213B
MultiPar_ShlExt_1298.7z MultiPar_ShlExt_1320.7z
MD5: BE0F04DF1A6B936F23F6F01930562248 MD5: C413655ABF85BCFF3D4B349BAAADC24B
SHA1: 52818266B45ECE135EECFF12D8DA2640A6AD5075 SHA1: 8552E6CCF647B065D91E494D2751567C144ABD36
MultiPar_ResUI_1315.7z MultiPar_ResUI_1319.7z
MD5: B8B6A9DA4BD9D418CFA90FD01CCC615A MD5: E03B90A433466C945D726B5A49B4E547
SHA1: E5B4B16DBCAECACA2095A64006C117E04D3C9E74 SHA1: E30FB11B8F121D44CC1CC368E8D91F06CFC15551
MultiPar_Help_1316.7z MultiPar_Help_1320.7z
MD5: 0021DB7D2CA3B75912267E6D5DA70A3D MD5: 1F8CC009B1A5F11EFBA999C7225E4311
SHA1: AC436E130A112A58C60EA49ED8DCF9E2E19AACC3 SHA1: 6E392602F82A96E3015FEA65A590E08D2B6E39CB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.