-
-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore (fastlane) create changelog for 2.1-beta.1
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Added | ||
- Support for Android 11. | ||
- Backup/Restore keymaps. | ||
- Option for keycode actions to simulate holding the key down. | ||
- Button to show system packages as well in the app list. | ||
- Action to create Key Event with optional modifiers. | ||
- Action to select word at cursor. | ||
- Action to toggle the screen on and off. | ||
- Action to tap a coordinate on the screen. The user and the app can NOT touch the screen at the same time. This is a | ||
limitation in Android. | ||
- Action to double press recents to go to last app. | ||
- Dismiss button to the notification that pauses/resumes keymaps. It will be shown again when the app is opened. | ||
- Show a warning dialog when leaving the screen to configure a keymap without saving. | ||
- Keymaps can have multiple of the same action. There is now a slider in the action options called "Action Count". | ||
- Can detect the headset button when the screen is off. | ||
|
||
Changed | ||
- Don't hide the Repeat option if there is no trigger. | ||
|
||
Fixes | ||
- Caps Lock key still caps lock when remapped. | ||
- When making a parallel trigger, the keys don't all have the same click type. |