diff --git a/CHANGELOG-Japanese.md b/CHANGELOG-Japanese.md index 31aebdf6..b1933b2a 100644 --- a/CHANGELOG-Japanese.md +++ b/CHANGELOG-Japanese.md @@ -1,19 +1,12 @@ # 変更点 -## v1.4.1 [2022/xx/xx] - -**新機能:** - -- XXX +## v1.4.1 [2022/06/30] **改善:** - ルールや`default_details.txt` に対応する`details`の記載がない場合、すべてのフィールド情報を結果の``Details`列に出力するようにした (#606) (@hitenkoku) - `--deep-scan`オプションの追加。 このオプションがない場合、`config/target_event_ids.txt`で指定されたイベントIDのみをスキャン対象とします。 このオプションをつけることですべてのイベントIDをスキャン対象とします。(#608) (@hitenkoku) - -**バグ修正:** - -- XXX +- `-U, --update-rules`オプションで`channel_abbreviations.txt`、`statistics_event_info.txt`、`target_event_IDs.txt`を更新できるように、`config`ディレクトリから`rules/config`ディレクトリに移動した。 ## v1.4.0 [2022/06/26] diff --git a/CHANGELOG.md b/CHANGELOG.md index da110b22..dfc0dbe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,12 @@ # Changes -## v1.4.1 [2022/xx/xx] - -**New Features:** - -- XXX +## v1.4.1 [2022/06/30] **Enhancements:** -- Changed output all field info when no details are defined in rule and `default_details.txt` . (#606) (@hitenkoku) +- When no `details` field is defined in rule nor `default_details.txt`, all fields will be outputted to the `details` column. (#606) (@hitenkoku) - Added the `-D, --deep-scan` option. Now by default, events are filtered by Event IDs that there are detection rules for defined in `rules/config/target_event_IDs.txt`. This should improve performance by 25~55% while still detecting almost everything. If you want to do a thorough scan on all events, you can disable the event ID filter with `-D, --deep-scan`. (#608) (@hitenkoku) - -**Bug Fixes:** - -- XXX +- `channel_abbreviations.txt`, `statistics_event_info.txt` and `target_event_IDs.txt` have been moved from the `config` directory to the `rules/config` directory in order to provide updates with `-U, --update-rules`. ## v1.4.0 [2022/06/26]