-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
48 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,30 @@ | ||
### NuGet Link | ||
|
||
[![](https://img.shields.io/badge/NuGet-Maa.Framework-%23004880)](https://www.nuget.org/packages/Maa.Framework/2.1.2) [![](https://img.shields.io/badge/NuGet-Maa.Framework.Native-%23004880)](https://www.nuget.org/packages/Maa.Framework.Native/2.1.2) [![](https://img.shields.io/badge/NuGet-Binding-%23004880)](https://www.nuget.org/packages/Maa.Framework.Binding/2.1.2) [![](https://img.shields.io/badge/NuGet-Native-%23004880)](https://www.nuget.org/packages/Maa.Framework.Binding.Native/2.1.2) | ||
[![](https://img.shields.io/badge/NuGet-Maa.Framework-%23004880)](https://www.nuget.org/packages/Maa.Framework/2.3.1) [![](https://img.shields.io/badge/NuGet-Maa.Framework.Native-%23004880)](https://www.nuget.org/packages/Maa.Framework.Native/2.3.1) [![](https://img.shields.io/badge/NuGet-Binding-%23004880)](https://www.nuget.org/packages/Maa.Framework.Binding/2.3.1) [![](https://img.shields.io/badge/NuGet-Native-%23004880)](https://www.nuget.org/packages/Maa.Framework.Binding.Native/2.3.1) | ||
|
||
## What's Changed in v2.1.2 | ||
## What's Changed in v2.3.1 | ||
|
||
**Full Changelog**: https://github.com/MaaXYZ/MaaFramework.Binding.CSharp/compare/v2.0.3...v2.1.2 | ||
**Full Changelog**: https://github.com/MaaXYZ/MaaFramework.Binding.CSharp/compare/v2.1.2...v2.3.1 | ||
|
||
### Breaking changes | ||
|
||
- chore(UnitTests): update @moomiji | ||
- refactor: rename to `MaaInteroperationException` from `MaaBindException` @moomiji | ||
- chore: append `s` to `Extension` class @moomiji | ||
- refactor: add `MaaImage` class as return value instead of generic `IMaaImageBuffer` @moomiji | ||
- refactor: rename to `MaaMarshaller` from `MaaDefConverter` @moomiji | ||
- feat: add `MaaStatus` to `MaaTaskerGetTaskDetail` @moomiji | ||
- feat: `MaaTaskerPostStop` return `MaaTaskId` @moomiji | ||
- chore: unify namespaces `MaaFramework.Binding.Messages` to `MaaFramework.Binding.Notification` @moomiji | ||
|
||
### New features | ||
|
||
- add NodeDetail.QueryLatest() @moomiji | ||
- add MaaMarshallingExtensions @moomiji | ||
- standardized v2 interface design @moomiji | ||
- make RecognitionDetail include `hit` @moomiji | ||
- support ResourceOption.InferenceDevice @moomiji | ||
- support ResourceOption.InferenceExecutionProvider @moomiji | ||
- support ControllerOption.ScreenshotUseRawSize @moomiji | ||
- MaaWin32Controller allows hWnd to be Zero @moomiji | ||
- add notification extensions as a new project @moomiji | ||
- add `MaaTaskJob MaaTaskJob.WaitFor()` @moomiji | ||
- add `Prefix` properties in MaaMsg @moomiji | ||
|
||
### Fix | ||
|
||
- unexpected value from ListBuffer.IsEmpty @moomiji | ||
|
||
### Other | ||
|
||
- improve exception messages @moomiji | ||
- update interop to framework 2.1.2 @moomiji | ||
- use CustomMarshaller for string returned @moomiji | ||
- use U1 Marshaller for MaaBool @moomiji | ||
- use CustomMarshaller for custom controller @moomiji | ||
- update interop to framework 2.3.1 @moomiji |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters