Skip to content

Commit

Permalink
54Qビルド
Browse files Browse the repository at this point in the history
  • Loading branch information
kyukyunyorituryo committed Jan 20, 2020
1 parent bca34bf commit 125125f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README_Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ Changes
   外字用1文字フォントの利用

----
1.1.0b53Q (2020/01/20)
 - 画像zipのEPUBを修正
 - 表紙をsvgかimg fitかを選べるようにした。
 - スタイルシートをfixed-layout-jp.cssに書き換え
1.1.0b53Q (2020/01/14)
 - 超縦書での画像表示に対応
 - カバー画像と単ページ画像のスタイルシートの書き換え
Expand Down
2 changes: 1 addition & 1 deletion ant.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!--define folder properties-->
<property name="dir.buildfile" value="."/>
<property name="dir.workspace" value="${dir.buildfile}/.."/>
<property name="dir.jarfile" value="C:/Users/user/Desktop/AozoraEpub3-1.1.0b53Q/"/>
<property name="dir.jarfile" value="C:/Users/user/Desktop/AozoraEpub3-1.1.0b54Q/"/>
<target name="create_run_jar">
<jar destfile="${dir.jarfile}/AozoraEpub3.jar">
<manifest>
Expand Down
2 changes: 1 addition & 1 deletion src/AozoraEpub3.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
/** コマンドライン実行用mainとePub3変換関数 */
public class AozoraEpub3
{
public static final String VERSION = "1.1.0b53Q";
public static final String VERSION = "1.1.0b54Q";

/** コマンドライン実行用 */
public static void main(String args[])
Expand Down

0 comments on commit 125125f

Please sign in to comment.