Releases: dmamontov/esphome-blekeyboard
Releases · dmamontov/esphome-blekeyboard
v2.3.1 - 2022.12.19
Changes in v2.3.1
BREAKING CHANGES
- The
use_default_libs
option is now false by default.
BUGFIXES
- Fixed compilation error for
EspHome >= 2022.12.0
- #17
v2.3.0 - 2022.08.07
Changes in v2.3.0
BREAKING CHANGES
- Added advertising management;
- Added battery level management;
- Added support for esp32s2, esp32s3, esp32c3 and esp32h2.
BUGFIXES
- Fixed bug when pressing default buttons.
v2.2.0 - 2022.08.02
Changes in v2.2.0
BREAKING CHANGES
- Added the ability to send
media keys
to action press
. Example.
v2.1.0 - 2022.08.01
Changes in v2.1.0
BREAKING CHANGES
- Added new action ble_keyboard.combination. Allows you to execute a key combination with its own delay;
- Added a buttons setting that allows you to disable the automatic generation of buttons for each key.
v2.0.0 - 2022.08.01
Changes in v2.0.0
❗❗❗ Warning! This version implements a full-fledged ESPHome component. It is not compatible with the previous ones.
BREAKING CHANGES
- The component has been completely rewritten
v1.0.3- 2021-11-23
- Update ESP32 BLE Keyboard library to 3.0.1-beta
- Enabled NimBLE.
- Removed the flag for key combinations.
- The combinations separator has been replaced with "\+", which allows you to use "+" in combinations.
- Fixed bug. BLE hangs when printing long texts.
- Added switch to restart the device.
- General refactoring.