updated changelog #623
This commit is contained in:
@@ -2,15 +2,11 @@
|
||||
|
||||
## v1.4.2 [2022/07/XX]
|
||||
|
||||
**新機能:**
|
||||
|
||||
- XXX
|
||||
|
||||
**改善:**
|
||||
|
||||
- `--update-rules` オプションを利用する時に、更新対象のレポジトリを`--rules`オプションで指定できるようにした。 (#615) (@hitenkoku)
|
||||
- 並列処理の改善による高速化。 (#479) (@kazuminn)
|
||||
- ファイルへの出力時にRulePathとFilePathにおける相対パスの`./`、 `../`の出力を省略した。 `--rules`の値が相対パスの時に出力を省略する。 (#623) (@hitenkoku)
|
||||
- `--output`オプションを利用したときのRulePathをRuleFileに変更した。RuleFileは出力するファイルの容量を低減させるためにファイル名のみを出力するようにした。 (#623) (@hitenkoku)
|
||||
|
||||
**バグ修正:**
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
- You can now update rules to a custom directory by combining the `--update-rules` and `--rules` options. (#615) (@hitenkoku)
|
||||
- Improved speed with parallel processing by up to 20% with large files. (#479) (@kazuminn)
|
||||
- The `.yml` rule path (RulePath) saved with `-o` now outputs just the relative directory instead of the absolute directory to decrease memory usage and file size. (#623) (@hitenkoku)
|
||||
- The `.yml` rule path (changed from RulePath to RuleFile) saved with `-o` now outputs to decrease memory usage and file size. (#623) (@hitenkoku)
|
||||
|
||||
**Bug Fixes:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user