1
0
Fork 0
forked from wry/wry

docs: add release notes for kbvm switch

This commit is contained in:
Julian Orth 2025-01-22 18:23:47 +01:00
parent 53c38bdd68
commit f06a85b88b
2 changed files with 11 additions and 0 deletions

View file

@ -1,5 +1,7 @@
# Unreleased
- Needs jay-compositor release.
# 1.8.0
- Needs jay-config release.

View file

@ -1,5 +1,14 @@
# Unreleased
This release replaces xkbcommon by the kbvm crate.
This is a huge change in how input is handled. The intention is that this is completely
invisible to users.
Therefore this release contains only this change. You can downgrade to the previous
release to switch back to xkbcommon without any loss in functionality. In this case please
report what is broken.
# 1.8.0 (2025-01-27)
- Various bugfixes.