Skip to content

Commit

Permalink
Merge branch 'main' into 1145-json-fields-get-moved-over
Browse files Browse the repository at this point in the history
  • Loading branch information
hitenkoku committed Sep 16, 2023
2 parents 77776ce + f294361 commit 9e5d24b
Show file tree
Hide file tree
Showing 10 changed files with 142 additions and 97 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG-Japanese.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# 変更点

## 2.9.0 [2023/XX/XX] "xxx Release"

**新機能:**

- XXX

**改善:**

- ディレクトリパスの指定にバックスラッシュを使用すべきではないことを示すエラーメッセージを追加した。 (#1166) (@hitenkoku, 提案者: @joswr1ght)
- 一度に読み込むレコード数の最適化。(#1175) (@yamatosecurity)
- プログレスバー内にあるバックスラッシュの表示をスラッシュに変更した。 (#1172) (@hitenkoku)

**バグ修正:**

- XXX

**その他:**

- XXX

## 2.8.0 [2023/09/01] "Double X Release"

**新機能:**
Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changes

## 2.9.0 [2023/XX/XX] "xxx Release"

**New Features:**

- XXX

**New Features:**

- XXX

**Enhancements:**

- Added an error message to indicate that when you can't load evtx files in Windows due to specifying a directory path with spaces in it, you need to remove the trailing backslash. (#1166) (@hitenkoku, thanks for the suggestion from @joswr1ght)
- Optimized the number of records to load at a time. (#1175) (@yamatosecurity)
- Replaced double backslashes in paths in under the progress bar on Windows systems with single forward slashes. (#1172) (@hitenkoku)

**Bug Fixes:**

- XXX

**Other:**

- XXX

## 2.8.0 [2023/09/01] "Double X Release"

**New Features:**
Expand Down
90 changes: 36 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hayabusa"
version = "2.8.0"
version = "2.9.0-dev"
repository = "https://github.com/Yamato-Security/hayabusa"
authors = ["Yamato Security @SecurityYamato"]
edition = "2021"
Expand Down
Loading

0 comments on commit 9e5d24b

Please sign in to comment.