From ed5d860efae31691063dc715416000c8be0897ba Mon Sep 17 00:00:00 2001 From: clown Date: Thu, 22 Feb 2024 12:20:22 +0900 Subject: [PATCH] update CubePDF Utility 2.6.1 --- Applications/Editor/Main/Cube.Pdf.Editor.csproj | 2 +- Applications/Editor/Readme.ja.md | 4 ++++ Applications/Editor/Readme.md | 4 ++++ Tests/Editor/Cube.Pdf.Editor.Tests.csproj | 2 +- Tests/Editor/Sources/Presenters/SettingTest.cs | 2 +- 5 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Applications/Editor/Main/Cube.Pdf.Editor.csproj b/Applications/Editor/Main/Cube.Pdf.Editor.csproj index 6410abaa..2e5121ba 100644 --- a/Applications/Editor/Main/Cube.Pdf.Editor.csproj +++ b/Applications/Editor/Main/Cube.Pdf.Editor.csproj @@ -1,6 +1,6 @@  - 2.6.0 + 2.6.1 clown;cube-soft CubeSoft CubePdfUtility diff --git a/Applications/Editor/Readme.ja.md b/Applications/Editor/Readme.ja.md index 034338d6..efc9253e 100644 --- a/Applications/Editor/Readme.ja.md +++ b/Applications/Editor/Readme.ja.md @@ -125,6 +125,10 @@ CubePDF Utility は、以下のライブラリを利用しています。 ## バージョン履歴 +* 2024-02-22 version 2.6.1 + - 選択ファイル自動ソート機能の有効・無効オプションをテスト導入 + - iText 8.0.3 に更新 + - PDFium を Chromium 122 相当に更新 * 2024-01-23 version 2.6.0 - ファイル入出力関係の処理を改善 - PDFium を Chromium 121 相当に更新 diff --git a/Applications/Editor/Readme.md b/Applications/Editor/Readme.md index e40b8c75..871f0e93 100644 --- a/Applications/Editor/Readme.md +++ b/Applications/Editor/Readme.md @@ -119,6 +119,10 @@ Dependencies of the CubePDF Utility are as follows. ## History +* 2024-02-22 version 2.6.1 + - Add an option to enable/disable automatic sorting of selected files. + - Update iText to 8.0.3. + - Update PDFium to Chromium 122 compatible. * 2024-01-23 version 2.6.0 - Improve I/O processing. - Update PDFium to Chromium 121 compatible. diff --git a/Tests/Editor/Cube.Pdf.Editor.Tests.csproj b/Tests/Editor/Cube.Pdf.Editor.Tests.csproj index 6ae00245..b3d5fbe5 100644 --- a/Tests/Editor/Cube.Pdf.Editor.Tests.csproj +++ b/Tests/Editor/Cube.Pdf.Editor.Tests.csproj @@ -1,6 +1,6 @@  - 2.6.0 + 2.6.1 clown;cube-soft CubeSoft Copyright © 2013 CubeSoft, Inc. diff --git a/Tests/Editor/Sources/Presenters/SettingTest.cs b/Tests/Editor/Sources/Presenters/SettingTest.cs index ed29ab59..25ecfc51 100644 --- a/Tests/Editor/Sources/Presenters/SettingTest.cs +++ b/Tests/Editor/Sources/Presenters/SettingTest.cs @@ -115,7 +115,7 @@ private void AssertObject(SettingViewModel src) { Assert.That(src.Title, Is.Not.Null.And.Not.Empty); Assert.That(src.Version.Text, Is.Not.Null.And.Not.Empty); - Assert.That(src.Version.Value, Does.StartWith("CubePDF Utility 2.6.0 ")); + Assert.That(src.Version.Value, Does.StartWith("CubePDF Utility 2.6.1 ")); Assert.That(src.Windows.Text, Does.StartWith("Microsoft Windows")); Assert.That(src.Framework.Text, Does.StartWith("Microsoft .NET Framework")); Assert.That(src.Link.Text, Is.EqualTo("Copyright © 2013 CubeSoft, Inc."));