Skip to content

Commit fc0e9f9

Browse files
committed
Update CubePDF Utility 4.3.0
1 parent 5834c9c commit fc0e9f9

5 files changed

Lines changed: 11 additions & 3 deletions

File tree

Applications/Editor/Main/Cube.Pdf.Editor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>4.2.5</Version>
3+
<Version>4.3.0</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Product>CubePdfUtility</Product>

Applications/Editor/Readme.ja.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ CubePDF Utility は、以下のライブラリを利用しています。
125125

126126
## バージョン履歴
127127

128+
* 2025-06-13 version 4.3.0
129+
- サムネイルの表示サイズを追加 (1200px, 1500px, 1800px)
130+
- iText 9.2.0 に更新
131+
- PDFium を Chromium 137 相当に更新
128132
* 2025-05-14 version 4.2.5
129133
- PDFium を Chromium 136 相当に更新
130134
* 2025-04-11 version 4.2.4

Applications/Editor/Readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ Dependencies of the CubePDF Utility are as follows.
119119

120120
## History
121121

122+
* 2025-06-13 version 4.3.0
123+
- Add thumbnail display size.
124+
- Update iText to 9.2.0.
125+
- Update PDFium to Chromium 137 compatible.
122126
* 2025-05-14 version 4.2.5
123127
- Update PDFium to Chromium 136 compatible.
124128
* 2025-04-11 version 4.2.4

Tests/Editor/Cube.Pdf.Editor.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>4.2.5</Version>
3+
<Version>4.3.0</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Copyright>Copyright © 2013 CubeSoft, Inc.</Copyright>

Tests/Editor/Sources/Presenters/SettingTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ private void AssertObject(SettingViewModel src)
116116
{
117117
Assert.That(src.Title, Is.Not.Null.And.Not.Empty);
118118
Assert.That(src.Version.Text, Is.Not.Null.And.Not.Empty);
119-
Assert.That(src.Version.Value, Does.StartWith("CubePDF Utility 4.2.5 "));
119+
Assert.That(src.Version.Value, Does.StartWith("CubePDF Utility 4.3.0 "));
120120
Assert.That(src.Windows.Text, Does.StartWith("Microsoft Windows"));
121121
Assert.That(src.Framework.Text, Does.StartWith("Microsoft .NET Framework"));
122122
Assert.That(src.Link.Text, Is.EqualTo("Copyright © 2013 CubeSoft, Inc."));

0 commit comments

Comments
 (0)