Skip to content

Commit

Permalink
Merge pull request #842 from Yamato-Security/v1.x
Browse files Browse the repository at this point in the history
Finalize 1.9
  • Loading branch information
hitenkoku authored Dec 21, 2022
2 parents 2481b85 + 1079cf3 commit 7389380
Show file tree
Hide file tree
Showing 9 changed files with 200 additions and 180 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG-Japanese.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# 変更点

## 1.x.x [2022/xx/xx]
## 1.9.0 [2022/12/24]

**新機能:**

- XXX
- 新たなパイプキーワード(`|endswithfield`)に対応した。 (#740) (@hach1yon)
- 実行時のメモリ利用率を表示する機能を追加した。`--debug`オプションで利用可能。 (#788) (@fukusuket)

**改善:**

- 実行時のメモリ利用率を表示する機能を追加した。`--debug`オプションで利用可能。 (#788) (@fukusuket)
- Clap Crateパッケージの更新。更新の関係で`--visualize-timeline` のショートオプションの`-V``-T`に変更した。 (#725) (@YamatoSecurity)
- ログオン情報の出力でログオンタイプを出力できるようにした。 (#835) (@garigariganzy @hitenkoku)
- Clap Crateパッケージの更新。更新の関係で`--visualize-timeline` のショートオプションの`-V``-T`に変更した。 (#725) (@hitenkoku)
- ログオン情報の出力でログオンタイプ、送信元の端末名とIPアドレス等を出力できるようにした。また、ログオンに失敗の一覧も出力するようにした。 (#835) (@garigariganzy @hitenkoku)
- 速度とメモリ使用の最適化。 (#787) (@fukusuket)
- 新たなパイプキーワード(`|endswithfield`)に対応した。 (#740) (@hach1yon)
- イースターエッグのASCIIアートをカラー出力するようにした。 (#839) (@hitenkoku)
- `--debug`オプションをオプションの一覧から非表示にした. (#841) (@hitenkoku)

**バグ修正:**

Expand Down
17 changes: 9 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# Changes

## 1.x.x [2022/xx/xx]
## 1.9.0 [2022/12/24]

**New Features:**

- XXX

- Added a new pipe keyword. (`|endswithfield`) (#740) (@hach1yon)
- Added `--debug` option to display memory utilization at runtime. (#788) (@fukusuket)
-
**Enhancements:**

- Added `--debug` option to display memory utilization at runtime. (#788) (@fukusuket)
- Updated clap crate package to version 4 and changed the `--visualize-timeline` short option `-V` to `-T`. (#725) (@YamatoSecurity)
- Added output logon types in Logon Summary. (#835) (@garigariganzy @hitenkoku)
- Updated clap crate package to version 4 and changed the `--visualize-timeline` short option `-V` to `-T`. (#725) (@hitenkoku)
- Added output of logon types, source computer and source IP address in Logon Summary as well as failed logons. (#835) (@garigariganzy @hitenkoku)
- Optimized speed and memory usage. (#787) (@fukusuket)
- Added a new pipe keyword. (`|endswithfield`) (#740) (@hach1yon)
- Changed output color in eggs ascii art.(#839)
- Changed output color in eggs ascii art.(#839) (@hitenkoku)
- Made the `--debug` option hidden by default. (#841) (@hitenkoku)
- Added color to the ascii art eggs. (#839) (@hitenkoku)

**Bug Fixes:**

Expand Down
Loading

0 comments on commit 7389380

Please sign in to comment.