update changelog #623

This commit is contained in:
DastInDark
2022-07-18 00:26:12 +09:00
parent ea63251a4b
commit fa42d67bcc
2 changed files with 4 additions and 0 deletions

View File

@@ -9,10 +9,12 @@
**改善:**
- `--update-rules` オプションを利用する時に、更新対象のレポジトリを`--rules`オプションで指定できるようにした。 (#615) (@hitenkoku)
- ファイルへの出力時にRulePathとFilePathにおける相対パスの`./``../`の出力を省略した。 `--rules``--file-path``--directory`のオプションで相対パスを指定したときに出力を省略する。 (#623) (@hitenkoku)
**バグ修正:**
- cargo runコマンドでhayabusaを実行するとconfigフォルダの読み込みエラーが発生する問題を修正した。 (#618) (@hitenkoku)
- アウトプットの出力で一部不要な `./`の表記を削除した。 (#623) (@hitenkoku)
## v1.4.1 [2022/06/30]

View File

@@ -9,10 +9,12 @@
**Enhancements:**
- Combining the two options, you can now update rules with `--update-rules` option to a custom rules directory with the `--rules` option. (#615) (@hitenkoku)
- Ommited RulePath and FilePath relative path options in output file when `--rules` and `--file-path` and `--directory` option is relative path. (#623) (@hitenkoku)
**Bug Fixes:**
- Fixed error due to the files in the config folder cannot be read. (#618) (@hitenkoku)
- removed unnecessary `./` in output. (#623) (@hitenkoku)
## v1.4.1 [2022/06/30]