Skip to content

Commit

Permalink
chore(changelog): add a space after the colon in the breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc committed Oct 22, 2024
1 parent 41b9666 commit 5c30089
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
42 changes: 21 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,38 +331,38 @@
- Add `BoolInput` to query user for boolean input by [@wangl-cc](https://github.com/wangl-cc) in [#107](https://github.com/MaaAssistantArknights/maa-cli/pull/107)
- Query `start_game_enabled` and `client_type` in startup task by [@wangl-cc](https://github.com/wangl-cc) in [#110](https://github.com/MaaAssistantArknights/maa-cli/pull/110)
- Add subcommand `copilot` to complete the auto-battle feature by [@hzxjy1](https://github.com/hzxjy1) in [#127](https://github.com/MaaAssistantArknights/maa-cli/pull/127)
- **BREAKING**:Resource update and refactor maa core binding by [@wangl-cc](https://github.com/wangl-cc) in [#126](https://github.com/MaaAssistantArknights/maa-cli/pull/126)
- **BREAKING**:Download native binaries instead of universal binaries on macOS by [@wangl-cc](https://github.com/wangl-cc) in [#133](https://github.com/MaaAssistantArknights/maa-cli/pull/133)
- **BREAKING**: Resource update and refactor maa core binding by [@wangl-cc](https://github.com/wangl-cc) in [#126](https://github.com/MaaAssistantArknights/maa-cli/pull/126)
- **BREAKING**: Download native binaries instead of universal binaries on macOS by [@wangl-cc](https://github.com/wangl-cc) in [#133](https://github.com/MaaAssistantArknights/maa-cli/pull/133)
- Add stage argument to fight task by [@wangl-cc](https://github.com/wangl-cc) in [#134](https://github.com/MaaAssistantArknights/maa-cli/pull/134)
- Subcommand `roguelike` by [@wangl-cc](https://github.com/wangl-cc) in [#136](https://github.com/MaaAssistantArknights/maa-cli/pull/136)
- Don't run set options test in CI by [@wangl-cc](https://github.com/wangl-cc) in [#143](https://github.com/MaaAssistantArknights/maa-cli/pull/143)
- Auto set remote url based on locale by [@wangl-cc](https://github.com/wangl-cc) in [#141](https://github.com/MaaAssistantArknights/maa-cli/pull/141)
- Add alias for component and update fish completion by [@wangl-cc](https://github.com/wangl-cc) in [#149](https://github.com/MaaAssistantArknights/maa-cli/pull/149)
- **BREAKING**:Launch PlayCover App only on macOS by [@wangl-cc](https://github.com/wangl-cc) in [#152](https://github.com/MaaAssistantArknights/maa-cli/pull/152)
- **BREAKING**:Log with `env_logger` and show task summary when stopped by [@wangl-cc](https://github.com/wangl-cc) in [#153](https://github.com/MaaAssistantArknights/maa-cli/pull/153)
- **BREAKING**: Launch PlayCover App only on macOS by [@wangl-cc](https://github.com/wangl-cc) in [#152](https://github.com/MaaAssistantArknights/maa-cli/pull/152)
- **BREAKING**: Log with `env_logger` and show task summary when stopped by [@wangl-cc](https://github.com/wangl-cc) in [#153](https://github.com/MaaAssistantArknights/maa-cli/pull/153)
- Add name field to task config, use it in summary by [@wangl-cc](https://github.com/wangl-cc) in [#154](https://github.com/MaaAssistantArknights/maa-cli/pull/154)
- Add `convert` subcommand to convert config file to another format by [@wangl-cc](https://github.com/wangl-cc) in [#156](https://github.com/MaaAssistantArknights/maa-cli/pull/156)
- Read stage activity from StageActivity.json by [@wangl-cc](https://github.com/wangl-cc) in [#159](https://github.com/MaaAssistantArknights/maa-cli/pull/159)
- Add boolean conditions by [@wangl-cc](https://github.com/wangl-cc) in [#161](https://github.com/MaaAssistantArknights/maa-cli/pull/161)
- Better input by [@wangl-cc](https://github.com/wangl-cc) in [#163](https://github.com/MaaAssistantArknights/maa-cli/pull/163)
- Exit with error when taskchain error by [@wangl-cc](https://github.com/wangl-cc) in [#169](https://github.com/MaaAssistantArknights/maa-cli/pull/169)
- **BREAKING**:Return the error when loading SharedLibrary fail by [@wangl-cc](https://github.com/wangl-cc) in [#172](https://github.com/MaaAssistantArknights/maa-cli/pull/172)
- **BREAKING**:Split startup and closedown from fight by [@wangl-cc](https://github.com/wangl-cc) in [#174](https://github.com/MaaAssistantArknights/maa-cli/pull/174)
- **BREAKING**: Return the error when loading SharedLibrary fail by [@wangl-cc](https://github.com/wangl-cc) in [#172](https://github.com/MaaAssistantArknights/maa-cli/pull/172)
- **BREAKING**: Split startup and closedown from fight by [@wangl-cc](https://github.com/wangl-cc) in [#174](https://github.com/MaaAssistantArknights/maa-cli/pull/174)

### Bug Fixes

- Log message by [@wangl-cc](https://github.com/wangl-cc)
- Only open playcover app when using playtools by [@wangl-cc](https://github.com/wangl-cc) in [#137](https://github.com/MaaAssistantArknights/maa-cli/pull/137)
- Dry-run not working by [@wangl-cc](https://github.com/wangl-cc) in [#140](https://github.com/MaaAssistantArknights/maa-cli/pull/140)
- **BREAKING**:Ensure extra share name is a name instead of a path by [@wangl-cc](https://github.com/wangl-cc) in [#160](https://github.com/MaaAssistantArknights/maa-cli/pull/160)
- **BREAKING**: Ensure extra share name is a name instead of a path by [@wangl-cc](https://github.com/wangl-cc) in [#160](https://github.com/MaaAssistantArknights/maa-cli/pull/160)

### Refactor

- Use `object!` macro to create `Value::Object` by [@wangl-cc](https://github.com/wangl-cc) in [#105](https://github.com/MaaAssistantArknights/maa-cli/pull/105)
- Rename `TaskList` to `TaskConfig` and add methods by [@wangl-cc](https://github.com/wangl-cc) in [#108](https://github.com/MaaAssistantArknights/maa-cli/pull/108)
- Move common args of `run` in struct `CommonArgs` by [@wangl-cc](https://github.com/wangl-cc) in [#109](https://github.com/MaaAssistantArknights/maa-cli/pull/109)
- Add `Task::new_with_default()` to simplify code by [@wangl-cc](https://github.com/wangl-cc) in [#111](https://github.com/MaaAssistantArknights/maa-cli/pull/111)
- **BREAKING**:Core and cli installer by [@wangl-cc](https://github.com/wangl-cc) in [#118](https://github.com/MaaAssistantArknights/maa-cli/pull/118)
- **BREAKING**: Core and cli installer by [@wangl-cc](https://github.com/wangl-cc) in [#118](https://github.com/MaaAssistantArknights/maa-cli/pull/118)
- Rename Value to MAAValue by [@wangl-cc](https://github.com/wangl-cc)
- Detect game ready and close game by TCP connection by [@wangl-cc](https://github.com/wangl-cc) in [#164](https://github.com/MaaAssistantArknights/maa-cli/pull/164)
- Rename `MAATask` to `TaskType` and move to `maa-sys` by [@wangl-cc](https://github.com/wangl-cc) in [#173](https://github.com/MaaAssistantArknights/maa-cli/pull/173)
Expand All @@ -384,7 +384,7 @@
- Group all non breaking updates into a single PR by [@wangl-cc](https://github.com/wangl-cc) in [#113](https://github.com/MaaAssistantArknights/maa-cli/pull/113)
- Only bump `Cargo.lock` with dependabot by [@wangl-cc](https://github.com/wangl-cc) in [#116](https://github.com/MaaAssistantArknights/maa-cli/pull/116)
- Change copilot input prompt by [@wangl-cc](https://github.com/wangl-cc) in [#135](https://github.com/MaaAssistantArknights/maa-cli/pull/135)
- **BREAKING**:Add JSON schemas and change file structure by [@wangl-cc](https://github.com/wangl-cc) in [#157](https://github.com/MaaAssistantArknights/maa-cli/pull/157)
- **BREAKING**: Add JSON schemas and change file structure by [@wangl-cc](https://github.com/wangl-cc) in [#157](https://github.com/MaaAssistantArknights/maa-cli/pull/157)
- Update dependencies by [@wangl-cc](https://github.com/wangl-cc)
- Update `windows-sys` to `windows` by [@wangl-cc](https://github.com/wangl-cc) in [#170](https://github.com/MaaAssistantArknights/maa-cli/pull/170)

Expand Down Expand Up @@ -553,22 +553,22 @@

- Better maa callback based on MacGUI by [@wangl-cc](https://github.com/wangl-cc)
- Print lib and resource dir by [@wangl-cc](https://github.com/wangl-cc)
- **BREAKING**:Rename touch modes and default to ADB by [@wangl-cc](https://github.com/wangl-cc)
- **BREAKING**:Support PlayCover connection by [@wangl-cc](https://github.com/wangl-cc)
- **BREAKING**: Rename touch modes and default to ADB by [@wangl-cc](https://github.com/wangl-cc)
- **BREAKING**: Support PlayCover connection by [@wangl-cc](https://github.com/wangl-cc)
- Install package with `maa-updater` by [@wangl-cc](https://github.com/wangl-cc)
- Speed test from mirrors and fix for linux by [@wangl-cc](https://github.com/wangl-cc)
- Improve speed test of updater by [@wangl-cc](https://github.com/wangl-cc)
- Make all filename parameters relative to config directory by [@wangl-cc](https://github.com/wangl-cc)
- Improve start and close game of playcover mode by [@wangl-cc](https://github.com/wangl-cc)
- Extract for windows by [@wangl-cc](https://github.com/wangl-cc)
- **BREAKING**:Maa-updater can only install from prebuilt package by [@wangl-cc](https://github.com/wangl-cc)
- **BREAKING**: Maa-updater can only install from prebuilt package by [@wangl-cc](https://github.com/wangl-cc)
- Download from GitHub release in CI by [@wangl-cc](https://github.com/wangl-cc)
- **BREAKING**:Remove mod type by [@wangl-cc](https://github.com/wangl-cc)
- **BREAKING**: Remove mod type by [@wangl-cc](https://github.com/wangl-cc)
- Improve build script by [@wangl-cc](https://github.com/wangl-cc)
- **BREAKING**:Drop support for windows and fix test on macOS by [@wangl-cc](https://github.com/wangl-cc) in [#5](https://github.com/MaaAssistantArknights/maa-cli/pull/5)
- **BREAKING**:Maa-run as a subcommand of maa-helper to set env vars for maa-run by [@wangl-cc](https://github.com/wangl-cc) in [#7](https://github.com/MaaAssistantArknights/maa-cli/pull/7)
- **BREAKING**:Import help and version will only show MaaCore version by [@wangl-cc](https://github.com/wangl-cc) in [#12](https://github.com/MaaAssistantArknights/maa-cli/pull/12)
- **BREAKING**:More useful `maa` command by [@wangl-cc](https://github.com/wangl-cc) in [#13](https://github.com/MaaAssistantArknights/maa-cli/pull/13)
- **BREAKING**: Drop support for windows and fix test on macOS by [@wangl-cc](https://github.com/wangl-cc) in [#5](https://github.com/MaaAssistantArknights/maa-cli/pull/5)
- **BREAKING**: Maa-run as a subcommand of maa-helper to set env vars for maa-run by [@wangl-cc](https://github.com/wangl-cc) in [#7](https://github.com/MaaAssistantArknights/maa-cli/pull/7)
- **BREAKING**: Import help and version will only show MaaCore version by [@wangl-cc](https://github.com/wangl-cc) in [#12](https://github.com/MaaAssistantArknights/maa-cli/pull/12)
- **BREAKING**: More useful `maa` command by [@wangl-cc](https://github.com/wangl-cc) in [#13](https://github.com/MaaAssistantArknights/maa-cli/pull/13)
- Add yaml support for config file by [@wangl-cc](https://github.com/wangl-cc) in [#14](https://github.com/MaaAssistantArknights/maa-cli/pull/14)
- Add a field `resources` to specify additional resource files by [@wangl-cc](https://github.com/wangl-cc) in [#15](https://github.com/MaaAssistantArknights/maa-cli/pull/15)
- Impl ToCString for both PathBuf and &PathBuf by [@wangl-cc](https://github.com/wangl-cc)
Expand Down Expand Up @@ -597,10 +597,10 @@
### Refactor

- Better error handle by [@wangl-cc](https://github.com/wangl-cc)
- **BREAKING**:Remove maa-util, split maa-sys and other improves by [@wangl-cc](https://github.com/wangl-cc)
- **BREAKING**:Rename `maa-runner` to `maa-cli` by [@wangl-cc](https://github.com/wangl-cc)
- **BREAKING**:Rename workspace members to avoid confusion by [@wangl-cc](https://github.com/wangl-cc) in [#9](https://github.com/MaaAssistantArknights/maa-cli/pull/9)
- **BREAKING**:Remove maa-run and use dlopen to load MaaCore by [@wangl-cc](https://github.com/wangl-cc) in [#24](https://github.com/MaaAssistantArknights/maa-cli/pull/24)
- **BREAKING**: Remove maa-util, split maa-sys and other improves by [@wangl-cc](https://github.com/wangl-cc)
- **BREAKING**: Rename `maa-runner` to `maa-cli` by [@wangl-cc](https://github.com/wangl-cc)
- **BREAKING**: Rename workspace members to avoid confusion by [@wangl-cc](https://github.com/wangl-cc) in [#9](https://github.com/MaaAssistantArknights/maa-cli/pull/9)
- **BREAKING**: Remove maa-run and use dlopen to load MaaCore by [@wangl-cc](https://github.com/wangl-cc) in [#24](https://github.com/MaaAssistantArknights/maa-cli/pull/24)

### Documentation

Expand Down
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ body = """
{%- endmacro -%}
{%- macro format_commit(commit) -%}
{%- if commit.breaking -%} **BREAKING**: {%- endif -%}
{%- if commit.breaking -%} **BREAKING**: {% endif -%}
{{ commit.message | upper_first }}
{%- if commit.remote.username %} \
by {{ self::user_link(username=commit.remote.username) }}
Expand Down

0 comments on commit 5c30089

Please sign in to comment.