Skip to content

Commit

Permalink
update help
Browse files Browse the repository at this point in the history
  • Loading branch information
isayan committed Sep 4, 2022
1 parent be03fca commit 1d8cce0
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dependencies {
// https://github.com/raise-isayan/BurpExtensionCommons
implementation fileTree(dir: 'libs', include: ['*.jar'])
// https://mvnrepository.com/artifact/com.google.code.gson/gson
implementation 'com.google.code.gson:gson:2.9.0'
implementation 'com.google.code.gson:gson:2.9.1'
// https://mvnrepository.com/artifact/com.googlecode.juniversalchardet/juniversalchardet
implementation 'com.googlecode.juniversalchardet:juniversalchardet:1.0.3'

Expand Down
6 changes: 5 additions & 1 deletion help/help-ja.html
Original file line number Diff line number Diff line change
Expand Up @@ -1466,6 +1466,10 @@ <h5 id="_encodedecode">Encode/Decode</h5>
<dd>
<p>Unicode形式によるエンコード、デコードを行います。</p>
</dd>
<dt class="hdlist1">$hhhh;</dt>
<dd>
<p>$形式によるエンコード、デコードを行います。</p>
</dd>
<dt class="hdlist1">Gzip</dt>
<dd>
<p>Gzipによる圧縮、解凍を行います。</p>
Expand Down Expand Up @@ -2071,7 +2075,7 @@ <h3 id="_version">2.9. Version</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2022-05-31 19:32:19 +0900
Last updated 2022-09-04 22:30:03 +0900
</div>
</div>
</body>
Expand Down
6 changes: 5 additions & 1 deletion help/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -1483,6 +1483,10 @@ <h5 id="_encodedecode">Encode/Decode</h5>
<dd>
<p>Encodes and decodes in Unicode format.</p>
</dd>
<dt class="hdlist1">$hhhh;</dt>
<dd>
<p>Encodes and decodes in $ format.</p>
</dd>
<dt class="hdlist1">Gzip</dt>
<dd>
<p>Gzip compression and decompression.</p>
Expand Down Expand Up @@ -2097,7 +2101,7 @@ <h3 id="_version">2.9. Version</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2022-05-31 19:32:19 +0900
Last updated 2022-09-04 22:30:26 +0900
</div>
</div>
</body>
Expand Down
Binary file not shown.
Binary file modified release/YaguraExtender-v2.2.jar
Binary file not shown.
3 changes: 3 additions & 0 deletions src/main/help/help-ja.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,9 @@ HTML(<,>,",')::
\uhhhh;::
Unicode形式によるエンコード、デコードを行います。

$hhhh;::
$形式によるエンコード、デコードを行います。

Gzip::
Gzipによる圧縮、解凍を行います。

Expand Down
3 changes: 3 additions & 0 deletions src/main/help/help.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,9 @@ HTML(<,>,",')::
\uhhhh;::
Encodes and decodes in Unicode format.

$hhhh;::
Encodes and decodes in $ format.

Gzip::
Gzip compression and decompression.

Expand Down

0 comments on commit 1d8cce0

Please sign in to comment.