Skip to content

Latest commit

 

History

History
131 lines (85 loc) · 5.37 KB

CHANGELOG.md

File metadata and controls

131 lines (85 loc) · 5.37 KB

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.

0.1.3 (2023-09-07)

Bug Fixes

  • Only use api feature from hid-io-core in hid-io-client
    • hid-io-client should not have access to control display server, capture hid devices or communicate with hid endpoints

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Only use api feature from hid-io-core in hid-io-client (c63371c)

0.1.2 (2023-09-07)

Bug Fixes

  • Adjust README.md after dependency fixes
  • Expose hid-io-client hid-io-core,capnp dependencies
    • Simpler dependency management for users of hid-io-client

Commit Statistics

  • 3 commits contributed to the release.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release hid-io-client v0.1.2 (0e4321c)
    • Adjust README.md after dependency fixes (78b443f)
    • Expose hid-io-client hid-io-core,capnp dependencies (ceb5c43)

0.1.1 (2023-09-07)

Bug Fixes

  • Update dependencies and small fixes
    • Fix hid-io-client example tool pixel direct range

New Features

  • Add hall effect manu test data tracking
    • Supports partial strobe data updates (only printing after getting enough data for a full scan)

Commit Statistics

  • 8 commits contributed to the release over the course of 282 calendar days.
  • 294 days passed between releases.
  • 4 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release hid-io-client v0.1.1 (f1bdda2)
    • Release hid-io-protocol v0.1.6, hid-io-core v0.1.4 (42068a7)
    • Add hall effect manu test data tracking (87cd06d)
    • Add levelcheck column and mode set commands to hid-io-core + capnp (6d44300)
    • Release hid-io-protocol v0.1.5, hid-io-core v0.1.3 (95088fc)
    • Update dependencies and small fixes (62af0b5)
    • Latest clippy warnings (format string identifiers) (5597572)
    • Release hid-io-protocol v0.1.4, hid-io-core v0.1.2 (6906d29)
flexi_logger 0.24 -> 0.25uhid-virt 0.0.5 -> official 0.0.6clippy fixes

0.1.0 (2022-11-17)

Commit Statistics

  • 5 commits contributed to the release over the course of 15 calendar days.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release hid-io-core v0.1.1, hid-io-client v0.1.0 (cd719ea)
    • Initial CHANGELOG.md (173872e)
    • Typo (3f1db58)
    • Update hid-io-client README.md (400b754)
    • Adding hid-io-client (77e5bd6)