Skip to content

Commit 3e92616

Browse files
committed
*RELEASE 2.3.12
1 parent 6b4eece commit 3e92616

15 files changed

+81
-20
lines changed

cmd/MakeBin.cmd

+3-2
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@ rmdir %TMP_DIR% /q /s
3333
if not exist %TMP_DIR% mkdir %TMP_DIR%
3434

3535
xcopy %RELEASE_DIR%\data\* %TMP_DIR%\data\* /y /i /s
36-
xcopy %RELEASE_DIR%\*.exe %TMP_DIR%\* /y /i
37-
xcopy %RELEASE_DIR%\*.dll %TMP_DIR%\* /y /i
36+
xcopy %RELEASE_DIR%\AntiDupl*.exe %TMP_DIR%\* /y /i
37+
xcopy %RELEASE_DIR%\AntiDupl*.dll %TMP_DIR%\* /y /i
3838
xcopy %RELEASE_DIR%\AntiDupl.NET.WinForms.runtimeconfig.json %TMP_DIR%\* /y /i
3939

4040
erase %TMP_DIR%\data\resources\strings\English.xml /q /s /f
4141
erase %TMP_DIR%\data\resources\strings\Russian.xml /q /s /f
42+
erase %TMP_DIR%\AntiDupl.NET.WPF.* /q /s /f
4243

4344
if exist %RAR_EXE% (
4445
%RAR_EXE% a -ep1 -s -m5 -r -sfx %OUT_DIR%\AntiDupl.NET-%VERSION%.exe %TMP_DIR%

docs/data/help/english/developers.html

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ <h3>Developers</h3>
5858
<li><p align="justify">
5959
Yurii Chornyi for the translation into Ukrainian language for version <b>2.2.11</b>.
6060
</p></li>
61+
<li><p align="justify">
62+
Edi61 for creation of versions <b>2.3.11-2.3.12</b>.
63+
</p></li>
6164
</ul>
6265

6366
<p align="justify">

docs/data/help/russian/developers.html

+3
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ <h3>Разработчики</h3>
5757
<li><p align="justify">
5858
Юрию Черному за перевод на украинский язык для версии <b>2.2.11</b>.
5959
</p></li>
60+
<li><p align="justify">
61+
Edi61 за создание версий <b>2.3.11-2.3.12</b>.
62+
</p></li>
6063
</ul>
6164

6265
<p align="justify">

docs/english/download.html

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ <h2>Download</h2>
1717

1818
<table width=1012 border="1" style='border-collapse:collapse'>
1919
<tr> <th>Release date</th> <th>Binary version</th> <th>Size</th> <th>Support of additional languages</th> <th>Source code</th> <th>Size</th></tr>
20+
<tr> <td align="center">10/10/2023</td>
21+
<td align="center"><a href="https://github.com/ermig1979/AntiDupl/releases/download/v2.3.12/AntiDupl.NET-2.3.12.exe" target="_parent">AntiDupl.NET-2.3.12.exe</a></td> <td align="center">1.9 Mb</td>
22+
<td align="center">German, Chinese, Greek, Spanish and French</td>
23+
<td align="center"><a href="https://github.com/ermig1979/AntiDupl/archive/refs/tags/v2.3.12.zip" target="_parent">AntiDupl.NET-2.3.12.zip</a></td> <td align="center">4.2 Mb</td></tr>
2024
<tr> <td align="center">15/03/2023</td>
2125
<td align="center"><a href="https://github.com/ermig1979/AntiDupl/releases/download/v2.3.11/AntiDupl.NET-2.3.11.exe" target="_parent">AntiDupl.NET-2.3.11.exe</a></td> <td align="center">3.4 Mb</td>
2226
<td align="center">Greek, Spanish and French</td>

docs/english/news.html

+27-7
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,27 @@
88
<h2>News</h2>
99

1010
<p align=justify>
11-
<b>15/03/2023</b> - The program <a href="index.html?page=download.html" target="_top">AntiDupl.NET-2.3.11</a>.
11+
<b>10/10/2023</b> - The program <a href="index.html?page=download.html" target="_top">AntiDupl.NET-2.3.12</a>.
12+
</p>
13+
The following changes were happened in it:
14+
</p>
15+
<ul>
16+
<li><p align="justify">
17+
Add supporting of AVIF/JXL image format.
18+
</p></li>
19+
<li><p align="justify">
20+
Added or improved Simplified Chinese language support.
21+
</p></li>
22+
<li><p align="justify">
23+
Updated versions of third party libriries.
24+
</p></li>
25+
<li><p align="justify">
26+
Fixed bugs.
27+
</p></li>
28+
</ul>
29+
30+
<p align=justify>
31+
<b>03/15/2023</b> - The program <a href="index.html?page=download.html" target="_top">AntiDupl.NET-2.3.11</a>.
1232
</p>
1333
The following changes were happened in it:
1434
</p>
@@ -17,22 +37,22 @@ <h2>News</h2>
1737
Add supporting of HEIC/HEIF image format.
1838
</p></li>
1939
<li><p align="justify">
20-
Added Greek, Spanish and French language support
40+
Added Greek, Spanish and French language support.
2141
</p></li>
2242
<li><p align="justify">
23-
Implemented new folder picker
43+
Implemented new folder picker.
2444
</p></li>
2545
<li><p align="justify">
26-
New feature: drag-select in results grid
46+
New feature: drag-select in results grid.
2747
</p></li>
2848
<li><p align="justify">
29-
New button: Open both folders/images
49+
New button: Open both folders/images.
3050
</p></li>
3151
<li><p align="justify">
32-
Updated versions of libwebp, openjpeg and libjpeg-turbo
52+
Updated versions of libwebp, openjpeg and libjpeg-turbo.
3353
</p></li>
3454
<li><p align="justify">
35-
Fixed bugs
55+
Fixed bugs.
3656
</p></li>
3757
</ul>
3858

docs/russian/download.html

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ <h2>Скачать</h2>
1717

1818
<table width=1012 border="1" style='border-collapse:collapse'>
1919
<tr> <th>Дата выхода</th> <th>Бинарная версия</th> <th>Размер</th> <th>Поддержка дополнительных языков</th> <th>Исходные коды</th> <th>Размер</th></tr>
20+
<tr> <td align="center">10.10.2023</td>
21+
<td align="center"><a href="https://github.com/ermig1979/AntiDupl/releases/download/v2.3.11/AntiDupl.NET-2.3.12.exe" target="_parent">AntiDupl.NET-2.3.12.exe</a></td> <td align="center">1.9 Mb</td>
22+
<td align="center">немецкий, китайский, греческий, испанский и французский</td>
23+
<td align="center"><a href="https://github.com/ermig1979/AntiDupl/archive/refs/tags/v2.3.12.zip" target="_parent">AntiDupl.NET-2.3.12.zip</a></td> <td align="center">4.2 Mb</td></tr>
2024
<tr> <td align="center">15.03.2023</td>
2125
<td align="center"><a href="https://github.com/ermig1979/AntiDupl/releases/download/v2.3.11/AntiDupl.NET-2.3.11.exe" target="_parent">AntiDupl.NET-2.3.11.exe</a></td> <td align="center">3.4 Mb</td>
2226
<td align="center">греческий, испанский и французский</td>

docs/russian/news.html

+20
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@
77

88
<h2>Новости</h2>
99

10+
<p align=justify>
11+
<b>10.10.2023</b> - Программа <a href="index.html?page=download.html" target="_top">AntiDupl.NET-2.3.12</a>.
12+
</p>
13+
В ней произошли следующие изменения:
14+
</p>
15+
<ul>
16+
<li><p align="justify">
17+
Добавлена поддержка формата изображений AVIF/JXL.
18+
</p></li>
19+
<li><p align="justify">
20+
Добавлена/улучшена поддержка немецкого, китайского языков.
21+
</p></li>
22+
<li><p align="justify">
23+
Обновлены версии сторонних библиотек.
24+
</p></li>
25+
<li><p align="justify">
26+
Исправлены ошибки
27+
</p></li>
28+
</ul>
29+
1030
<p align=justify>
1131
<b>15.03.2023</b> - Программа <a href="index.html?page=download.html" target="_top">AntiDupl.NET-2.3.11</a>.
1232
</p>

docs/version.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<Version xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
33
<major>2</major>
44
<minor>3</minor>
5-
<release>11</release>
5+
<release>12</release>
66
</Version>

src/AntiDupl.NET.WinForms/Form/AboutProgramForm.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public AboutProgramForm(CoreLib core)
4747

4848
private void InitializeComponent()
4949
{
50-
ClientSize = new System.Drawing.Size(350, 400);
50+
ClientSize = new System.Drawing.Size(350, 430);
5151
FormBorderStyle = FormBorderStyle.FixedDialog;
5252
StartPosition = FormStartPosition.CenterScreen;
5353
ShowInTaskbar = false;

src/AntiDupl.NET.WinForms/Form/StartFinishForm.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public StartFinishForm(CoreLib core, Options options)
7171

7272
private void InitializeComponent()
7373
{
74-
ClientSize = new System.Drawing.Size(330, 350);
74+
ClientSize = new System.Drawing.Size(330, 380);
7575
FormBorderStyle = FormBorderStyle.FixedDialog;
7676
StartPosition = FormStartPosition.CenterScreen;
7777
ShowInTaskbar = false;

src/AntiDupl.NET.WinForms/GUIControl/AboutProgramPanel.cs

+7-4
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public AboutProgramPanel(CoreLib core)
4848

4949
private void InitializeComponent()
5050
{
51-
TableLayoutPanel layout = InitFactory.Layout.Create(1, 4, 5, 0);
51+
TableLayoutPanel layout = InitFactory.Layout.Create(1, 5, 5, 0);
5252
layout.RowStyles.Add(new RowStyle(SizeType.AutoSize));
5353
layout.RowStyles.Add(new RowStyle(SizeType.AutoSize));
5454
layout.RowStyles.Add(new RowStyle(SizeType.AutoSize));
@@ -59,9 +59,11 @@ private void InitializeComponent()
5959

6060
layout.Controls.Add(GetCoopyrightLabel(0), 0, 1);
6161

62-
layout.Controls.Add(GetCoopyrightLabel(1), 0, 2);
62+
layout.Controls.Add(GetCoopyrightLabel(1), 0, 2);
63+
64+
layout.Controls.Add(GetCoopyrightLabel(2), 0, 3);
6365

64-
layout.Controls.Add(CreateInfoTable(Font), 0, 3);
66+
layout.Controls.Add(CreateInfoTable(Font), 0, 4);
6567

6668
Controls.Add(layout);
6769
}
@@ -73,9 +75,10 @@ private Label GetCoopyrightLabel(int index)
7375
{
7476
case 0: text = Resources.Strings.Current.AboutProgramPanel_CopyrightLabel0_Text; break;
7577
case 1: text = Resources.Strings.Current.AboutProgramPanel_CopyrightLabel1_Text; break;
78+
case 2: text = Resources.Strings.Current.AboutProgramPanel_CopyrightLabel2_Text; break;
7679
}
7780
Label label = CreateLabel(text, new Font(this.Font.FontFamily, this.Font.Size * 1.2f));
78-
label.Margin = new Padding(0, (index == 0 ? 10 : 0), 0, (index == 1 ? 10 : 0));
81+
label.Margin = new Padding(0, (index == 0 ? 10 : 0), 0, (index == 2 ? 10 : 0));
7982
return label;
8083
}
8184

src/AntiDupl.NET.WinForms/Strings.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ public Strings()
4747
public string WarningMessage_ChangeFileExtension;
4848

4949
public string AboutProgramPanel_CopyrightLabel0_Text;
50-
public string AboutProgramPanel_CopyrightLabel1_Text;
50+
public string AboutProgramPanel_CopyrightLabel1_Text;
51+
public string AboutProgramPanel_CopyrightLabel2_Text;
5152
public string AboutProgramPanel_ComponentLabel_Text;
5253
public string AboutProgramPanel_VersionLabel_Text;
5354

src/AntiDupl.NET.WinForms/StringsDefaultEnglish.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ static public void CopyTo(Strings s)
4444
s.WarningMessage_ChangeFileExtension = "Do you really want to change file extension?";
4545

4646
s.AboutProgramPanel_CopyrightLabel0_Text = "Copyright (c) 2002-2023 Yermalayeu Ihar, ";
47-
s.AboutProgramPanel_CopyrightLabel1_Text = "2013-2023 Borisov Dmitry.";
47+
s.AboutProgramPanel_CopyrightLabel1_Text = "2013-2023 Borisov Dmitry,";
48+
s.AboutProgramPanel_CopyrightLabel2_Text = "2023-2023 Edi61.";
4849
s.AboutProgramPanel_ComponentLabel_Text = "Component";
4950
s.AboutProgramPanel_VersionLabel_Text = "Version";
5051

src/AntiDupl.NET.WinForms/StringsDefaultRussian.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ static public void CopyTo(Strings s)
4444
s.WarningMessage_ChangeFileExtension = "Вы действительно хотите изменить расширение файла?";
4545

4646
s.AboutProgramPanel_CopyrightLabel0_Text = "Copyright (c) 2002-2023 Ермолаев Игорь,";
47-
s.AboutProgramPanel_CopyrightLabel1_Text = "2013-2023 Борисов Дмитрий.";
47+
s.AboutProgramPanel_CopyrightLabel1_Text = "2013-2023 Борисов Дмитрий,";
48+
s.AboutProgramPanel_CopyrightLabel2_Text = "2023-2023 Edi61.";
4849
s.AboutProgramPanel_ComponentLabel_Text = "Компонент";
4950
s.AboutProgramPanel_VersionLabel_Text = "Версия";
5051

src/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.11
1+
2.3.12

0 commit comments

Comments
 (0)