Skip to content

Commit 1d8cce0

Browse files
author
isayan
committed
update help
1 parent be03fca commit 1d8cce0

File tree

7 files changed

+17
-3
lines changed

7 files changed

+17
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ dependencies {
9191
// https://github.com/raise-isayan/BurpExtensionCommons
9292
implementation fileTree(dir: 'libs', include: ['*.jar'])
9393
// https://mvnrepository.com/artifact/com.google.code.gson/gson
94-
implementation 'com.google.code.gson:gson:2.9.0'
94+
implementation 'com.google.code.gson:gson:2.9.1'
9595
// https://mvnrepository.com/artifact/com.googlecode.juniversalchardet/juniversalchardet
9696
implementation 'com.googlecode.juniversalchardet:juniversalchardet:1.0.3'
9797

help/help-ja.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1466,6 +1466,10 @@ <h5 id="_encodedecode">Encode/Decode</h5>
14661466
<dd>
14671467
<p>Unicode形式によるエンコード、デコードを行います。</p>
14681468
</dd>
1469+
<dt class="hdlist1">$hhhh;</dt>
1470+
<dd>
1471+
<p>$形式によるエンコード、デコードを行います。</p>
1472+
</dd>
14691473
<dt class="hdlist1">Gzip</dt>
14701474
<dd>
14711475
<p>Gzipによる圧縮、解凍を行います。</p>
@@ -2071,7 +2075,7 @@ <h3 id="_version">2.9. Version</h3>
20712075
</div>
20722076
<div id="footer">
20732077
<div id="footer-text">
2074-
Last updated 2022-05-31 19:32:19 +0900
2078+
Last updated 2022-09-04 22:30:03 +0900
20752079
</div>
20762080
</div>
20772081
</body>

help/help.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1483,6 +1483,10 @@ <h5 id="_encodedecode">Encode/Decode</h5>
14831483
<dd>
14841484
<p>Encodes and decodes in Unicode format.</p>
14851485
</dd>
1486+
<dt class="hdlist1">$hhhh;</dt>
1487+
<dd>
1488+
<p>Encodes and decodes in $ format.</p>
1489+
</dd>
14861490
<dt class="hdlist1">Gzip</dt>
14871491
<dd>
14881492
<p>Gzip compression and decompression.</p>
@@ -2097,7 +2101,7 @@ <h3 id="_version">2.9. Version</h3>
20972101
</div>
20982102
<div id="footer">
20992103
<div id="footer-text">
2100-
Last updated 2022-05-31 19:32:19 +0900
2104+
Last updated 2022-09-04 22:30:26 +0900
21012105
</div>
21022106
</div>
21032107
</body>
Binary file not shown.

release/YaguraExtender-v2.2.jar

15.4 KB
Binary file not shown.

src/main/help/help-ja.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,9 @@ HTML(<,>,",')::
602602
\uhhhh;::
603603
Unicode形式によるエンコード、デコードを行います。
604604

605+
$hhhh;::
606+
$形式によるエンコード、デコードを行います。
607+
605608
Gzip::
606609
Gzipによる圧縮、解凍を行います。
607610

src/main/help/help.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,9 @@ HTML(<,>,",')::
607607
\uhhhh;::
608608
Encodes and decodes in Unicode format.
609609

610+
$hhhh;::
611+
Encodes and decodes in $ format.
612+
610613
Gzip::
611614
Gzip compression and decompression.
612615

0 commit comments

Comments
 (0)