-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
5 changed files
with
28 additions
and
62 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,55 +1,60 @@ | ||
## 0.1.7 | ||
|
||
* Fixed inapp hotkeys key down event repeat triggering #9 | ||
* Fixed inapp hotkeys not matching correctly #11 | ||
|
||
## 0.1.6 | ||
|
||
- Fixed `KeyModifierParser.fromModifierKey` Return type. | ||
* Fixed `KeyModifierParser.fromModifierKey` Return type. | ||
|
||
## 0.1.5 | ||
|
||
- [windows] Fix escape key mapping error | ||
- [linux] Supplemental key map | ||
* [windows] Fix escape key mapping error | ||
* [linux] Supplemental key map | ||
|
||
## 0.1.4 | ||
|
||
- export `hotKeyManager`. | ||
* export `hotKeyManager`. | ||
|
||
## 0.1.3 | ||
|
||
- `HotKeyVirtualView` Support dark Theme Mode. | ||
* `HotKeyVirtualView` Support dark Theme Mode. | ||
|
||
## 0.1.2 | ||
|
||
- Remove web platform implementation | ||
* Remove web platform implementation | ||
|
||
## 0.1.1 | ||
|
||
- Add `unregisterAll` Method. | ||
* Add `unregisterAll` Method. | ||
|
||
## 0.1.0 | ||
|
||
- Supported Hot Reload. | ||
- #2 Fixed `No element` error. | ||
* Supported Hot Reload. | ||
* #2 Fixed `No element` error. | ||
|
||
## 0.0.6 | ||
|
||
- [linux] Add #include <string> to hotkey_manager_plugin.cc | ||
* [linux] Add #include <string> to hotkey_manager_plugin.cc | ||
|
||
## 0.0.5 | ||
|
||
- Supported `linux` platform. | ||
* Supported `linux` platform. | ||
|
||
## 0.0.4 | ||
|
||
- Supported `web` platform, Embed via iframe. | ||
- Adapt flutter master channel. | ||
* Supported `web` platform, Embed via iframe. | ||
* Adapt flutter master channel. | ||
|
||
## 0.0.3 | ||
|
||
- Supported `windows` platform. | ||
* Supported `windows` platform. | ||
|
||
## 0.0.2 | ||
|
||
- Supported inapp-wide hotkey. | ||
- Add `HotKeyVirtualView`, `HotKeyRecorder` Widgets. | ||
* Supported inapp-wide hotkey. | ||
* Add `HotKeyVirtualView`, `HotKeyRecorder` Widgets. | ||
|
||
## 0.0.1 | ||
|
||
- first release. | ||
* first release. |
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
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