From 0064973e55cdcc1897067d93e8ab6f5631a5e322 Mon Sep 17 00:00:00 2001 From: Trudu Laurent Date: Thu, 7 Mar 2024 11:14:54 +0100 Subject: [PATCH] ChangeLog Update --- ChangesLog.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangesLog.txt b/ChangesLog.txt index d8bf9d7..8bfb46f 100644 --- a/ChangesLog.txt +++ b/ChangesLog.txt @@ -1,11 +1,15 @@ -V11.9 +V14.1 +Added a class CreateProfileHelper with a static method that allow you to create a profile in one method call. +Check "Easy Create Profile" in Java sample or the creation of the profile in the Kotlin sample for more information. +-------------------------------------------------- +V14.0 Update to API34 Changes in the declaration of the dynamic Broadcast receivers according to new API34 rules. Migrated all receiver registration to : ContextCompat.registerReceiver -------------------------------------------------- V11.8 Added following paramters to the Keystroke plugin: - Boolean keystroke_send_chars_as_events + Boolean keystroke_send_chars_as_event Boolean keystroke_send_control_chars_as_events Boolean keystroke_send_tab_as_string