Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 743 Bytes

CHANGELOG.md

File metadata and controls

29 lines (19 loc) · 743 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.1.1 - 2024-10-14

Added

  • support EVIOCGABS and EVIOCSABS
  • instead of single device mounts, offer a tree of device nodes
  • support EVIOCGPHYS and EVIOCGUNIQ

Fixed

  • propogate errors in tests

Other

  • use root rather than unshare when running tests
  • get unshare to work on ubuntu
  • integrate release-plz
  • use unshare to run mount tests
  • remove libfuse as a dependency
  • README tweaks