Skip to content

Releases: dmamontov/esphome-blekeyboard

v2.3.1 - 2022.12.19

19 Dec 18:39
9c3c842
Compare
Choose a tag to compare

Telegram

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

07 Aug 10:41
ae4cc77
Compare
Choose a tag to compare

Telegram

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

02 Aug 14:21
3e4aa9b
Compare
Choose a tag to compare

Telegram

Changes in v2.2.0

BREAKING CHANGES

  • Added the ability to send media keys to action press. Example.

v2.1.0 - 2022.08.01

01 Aug 07:32
07d04ca
Compare
Choose a tag to compare

Telegram

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

31 Jul 22:22
41e4ae0
Compare
Choose a tag to compare

Telegram

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

22 Nov 21:13
Compare
Choose a tag to compare
  • 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.

v1.0.0 - 2021-11-17

22 Nov 17:00
Compare
Choose a tag to compare
  • initial - first version