Skip to content

v7.0.0

Choose a tag to compare

@tekezo tekezo released this 13 Jun 13:48
· 22 commits to main since this release
041bf61
  • πŸ“… Release date
    • Jun 13, 2026
  • πŸ’₯ Breaking changes
    • Changed the IPC backend used by virtual_hid_device_service from pqrs::local_datagram to pqrs::unix_domain_stream.
      If you use virtual_hid_device_service::client, update both the daemon and client together.
    • Updated client_protocol_version from 5 to 6.
  • ⚑️ Improvements
    • Improved virtual_hid_device_service communication to use request-response messaging.
    • Consolidated virtual HID device service status responses into a single get_status request.
    • Simplified code using C++23 features.
    • Updated dependent vendor code:
      • nemtrif/utf8cpp v4.1.1
      • pqrs::hid v3.0.0
      • pqrs::unix_domain_stream v2.1.0