Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: broken terminal Table/Progress bar completion #1488

Merged
merged 3 commits into from
Nov 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update changelog
YamatoSecurity committed Nov 12, 2024
commit a5f1b571306e087aa593c574ebdaf1614c661af9
2 changes: 2 additions & 0 deletions CHANGELOG-Japanese.md
Original file line number Diff line number Diff line change
@@ -23,6 +23,8 @@
- JSONフィールドの出力順序が元のXMLに従って保持されるようになった。(omerbenamram/evtx #241)
- 属性と同じ名前を持つ複数のサブノードは上書きされ、最後の1つだけが出力されていた。(omerbenamram/evtx #245)
- `logon-summary`と`eid-metrics`が複数のプログレスバーを出力することがあった。 #1479 (@fukusuket)
- `eid-metrics`、`logon-summary`、`computer-metrics`コマンドでプログレスバーが100%にならなかった。 (#1487) (@fukusuket)
- `metrics`コマンドのターミナルテーブルの最終行が出力されないことがあった。(#1486) (fukusuket)

## 2.18.0 [2024/10/23] - SecTor Release

2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -23,6 +23,8 @@
- JSON field output order is now preserved according to the original XML. (omerbenamram/evtx #241)
- Multiple sub-nodes with attributes and the same name would be overwritten and only the last one kept. (omerbenamram/evtx #245)
- `logon-summary` and `eid-metrics` would sometimes output multiple progress bars. #1479 (@fukusuket)
- The progress bar would not complete to 100% in the `eid-metrics`, `logon-summary` and `computer-metrics` commands. (#1487) (@fukusuket)
- The last line of the terminal table in the `metrics` command would sometimes not get outputted. (#1486) (fukusuket)

## 2.18.0 [2024/10/23] - SecTor Release