From e2d053909d9fd5c336bf3e5b359f01a8d4134fc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=80=A5=E6=80=A5=E5=A6=82=E5=BE=8B=E4=BB=A4?= Date: Sat, 14 Sep 2024 16:32:00 +0900 Subject: [PATCH] =?UTF-8?q?1.1.1b26Q=E3=83=93=E3=83=AB=E3=83=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README_Changes.txt | 4 ++++ src/AozoraEpub3.java | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README_Changes.txt b/README_Changes.txt index 297d26b..ad5d0f1 100644 --- a/README_Changes.txt +++ b/README_Changes.txt @@ -49,6 +49,10 @@ Changes    外字用1文字フォントの利用 ---- +1.1.1b26Q (2024/09/14) + - web小説の改行を減らした + - try-with-resourcesの使用などリファクタリング + - 表紙サイズ指定の修正 1.1.1b25Q (2024/08/25)  - 使用しているライブラリの更新  - IOUtils.copyをtransferToに書き換え diff --git a/src/AozoraEpub3.java b/src/AozoraEpub3.java index 4e66121..82a3fdf 100644 --- a/src/AozoraEpub3.java +++ b/src/AozoraEpub3.java @@ -33,7 +33,7 @@ /** コマンドライン実行用mainとePub3変換関数 */ public class AozoraEpub3 { - public static final String VERSION = "1.1.1b25Q"; + public static final String VERSION = "1.1.1b26Q"; /** コマンドライン実行用 */ public static void main(String[] args)