diff --git a/Doc/ReadMe.adoc b/Doc/ReadMe.adoc index e4d5487e233c2bea9dcf9c35a325d3924282bffd..4b085edd6aeccda9b3201e8a39478ee1644a5e75 100644 --- a/Doc/ReadMe.adoc +++ b/Doc/ReadMe.adoc @@ -38,6 +38,7 @@ image:V300UI.png[] [cols="a,a,a", options="header, autowidth"] |=== | Version | 日付 | 内容 +| Ver3.0.2 | 2026/04/20 | Nativeフォーマット追加、日付フォルダ作成を追加 | Ver3.0.1 | 2026/01/25-03/19| 微修正 | Ver3.0.0 | 2024/11/28|GUI更新、drawio作成、ヘルプページOPEN追加 | Ver2.0.0 | 2023/9/13 |GUI更新、雛形フォーマット追加 @@ -48,6 +49,12 @@ image:V300UI.png[] |=== == Detail + +=== Ver 3.0.2 + +* Nativeフォーマット追加、config.adoc不要のシンプルなもの +* 日付フォルダ作成オプション追加 + === Ver 3.0.1 * doctypeをbookからarticleに初期値を変更 diff --git a/Release/GetADocGUI.exe b/Release/GetADocGUI.exe index 6564089fdf2ac602862aa48ad49ca63f70edb1b7..0746070f58f0b82726f3f43299d0a7145e88b41f 100644 Binary files a/Release/GetADocGUI.exe and b/Release/GetADocGUI.exe differ diff --git a/Release/ReadMe.html b/Release/ReadMe.html index af52b9d6311891843f7afaa217eeadf100e62f80..03e77196795564c797663b2022b53f1f651f6831 100644 --- a/Release/ReadMe.html +++ b/Release/ReadMe.html @@ -444,13 +444,14 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
  • 1. Summary
  • 2. Detail
  • @@ -649,6 +650,17 @@ img, .imageblock.bordered img {
    +

    Ver3.0.2

    +
    +
    +

    2026/04/20

    +
    +
    +

    Nativeフォーマット追加、日付フォルダ作成を追加

    +
    + + +

    Ver3.0.1

    @@ -732,7 +744,20 @@ img, .imageblock.bordered img {

    2. Detail

    -

    2.1. Ver 3.0.1

    +

    2.1. Ver 3.0.2

    +
    +
      +
    • +

      Nativeフォーマット追加、config.adoc不要のシンプルなもの

      +
    • +
    • +

      日付フォルダ作成オプション追加

      +
    • +
    +
    +
    +
    +

    2.2. Ver 3.0.1

    • @@ -745,7 +770,7 @@ img, .imageblock.bordered img {
    -

    2.2. Ver 3.0.0

    +

    2.3. Ver 3.0.0

    • @@ -787,7 +812,7 @@ Pathを1つ記憶する機能を廃止し、UI上の「保存Path」のチェッ
    -

    2.3. Ver 2.0.0

    +

    2.4. Ver 2.0.0

    • @@ -848,7 +873,7 @@ Ver1.2.0で対応した、右クリックショートカットのインストー
    -

    2.4. Ver 1.2.0

    +

    2.5. Ver 1.2.0

    • @@ -904,7 +929,7 @@ Ver1.2.0で対応した、右クリックショートカットのインストー
    -

    2.5. ver 1.1.1

    +

    2.6. ver 1.1.1

    • @@ -922,7 +947,7 @@ Ver1.2.0で対応した、右クリックショートカットのインストー
    -

    2.6. ver 1.1.0

    +

    2.7. ver 1.1.0

    • @@ -957,7 +982,7 @@ Ver1.2.0で対応した、右クリックショートカットのインストー
    -

    2.7. ver 1.0.0

    +

    2.8. ver 1.0.0

    images V200

    @@ -1015,7 +1040,7 @@ ADocファイルの出力先を指定するメニューです以下の手順で
    diff --git a/Src_UI/MainWindow.xaml b/Src_UI/MainWindow.xaml index 6c272fed867dfe20088980dcf36005c65617f385..5793eebd2cd00cbbca716d613fcbee54ed0a5b6a 100644 --- a/Src_UI/MainWindow.xaml +++ b/Src_UI/MainWindow.xaml @@ -6,9 +6,9 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:GetADoc" mc:Ignorable="d" - Title="GetADoc" Height="380" Width="590" MinWidth="590" MinHeight="380" MaxHeight="380" MaxWidth="590" + Title="GetADoc" Height="291" Width="495" MinWidth="590" MinHeight="426" MaxHeight="426" MaxWidth="590" Loaded="Window_Loaded"> - + @@ -17,20 +17,21 @@ - - - + + + + -