From 198b02f14861d859032db1875710e57382084b2c Mon Sep 17 00:00:00 2001 From: Seth Date: Tue, 29 Sep 2020 11:47:34 +0100 Subject: [PATCH] chore (fastlane) create changelog for 2.1-beta.1 --- .../metadata/android/en-US/changelogs/33.txt | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/33.txt diff --git a/fastlane/metadata/android/en-US/changelogs/33.txt b/fastlane/metadata/android/en-US/changelogs/33.txt new file mode 100644 index 0000000000..fc260ce630 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/33.txt @@ -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. \ No newline at end of file