Skip to content

Commit

Permalink
chore (fastlane) create changelog for 2.1-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sds100 committed Sep 29, 2020
1 parent 8a91e75 commit 198b02f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/33.txt
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.

0 comments on commit 198b02f

Please sign in to comment.