Skip to content

Releases: hid-io/hid-io-core

v0.1.4

07 Sep 15:36
Compare
Choose a tag to compare

New Features

  • Add hall effect manu test data tracking
    • Supports partial strobe data updates (only printing after getting
      enough data for a full scan)
  • Add levelcheck column and mode set commands to hid-io-core + capnp

Bug Fixes

  • clippy: usage of an Arc that is not Send or Sync
  • Update packages and fix nightly drain_filter
  • rust-embedded/heapless#252 was fixed
    • Can use zero length arrays as originally intended

Commit Statistics

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

Commit Details

view details

hid-io-protocol v0.1.6

07 Sep 15:36
Compare
Choose a tag to compare

Bug Fixes

Commit Statistics

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

Commit Details

view details

hid-io-client v0.1.2

07 Sep 16:13
Compare
Choose a tag to compare

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

  • 2 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
    • Adjust README.md after dependency fixes (78b443f)
    • Expose hid-io-client hid-io-core,capnp dependencies (ceb5c43)

hid-io-client v0.1.1

07 Sep 15:37
Compare
Choose a tag to compare

Bug Fixes

  • Update dependencies and small fixes
    • Fix hid-io-client example tool pixel direct range
    • flexi_logger 0.24 -> 0.25
    • uhid-virt 0.0.5 -> official 0.0.6
    • clippy fixes
  • latest clippy warnings (format string identifiers)

New Features

  • Add hall effect manu test data tracking
    • Supports partial strobe data updates (only printing after getting
      enough data for a full scan)
  • Add levelcheck column and mode set commands to hid-io-core + capnp

Commit Statistics

  • 7 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-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)

v0.1.3

05 Jun 06:40
Compare
Choose a tag to compare

Bug Fixes

  • Update dependencies and small fixes
    • Fix hid-io-client example tool pixel direct range
    • flexi_logger 0.24 -> 0.25
    • uhid-virt 0.0.5 -> official 0.0.6
    • clippy fixes
  • latest clippy warnings (format string identifiers)

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Update dependencies and small fixes (62af0b5)
    • Latest clippy warnings (format string identifiers) (5597572)

hid-io-protocol v0.1.5

05 Jun 06:40
Compare
Choose a tag to compare

New Features

  • Add ModeSet HallEffectSensorTest manufacturing commands
  • Add more HallEffectSensorTest commands (h0050)

Bug Fixes

  • Update dependencies and small fixes
    • Fix hid-io-client example tool pixel direct range
    • flexi_logger 0.24 -> 0.25
    • uhid-virt 0.0.5 -> official 0.0.6
    • clippy fixes
  • latest clippy warnings (format string identifiers)

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Add ModeSet HallEffectSensorTest manufacturing commands (cd67bfe)
    • Update dependencies and small fixes (62af0b5)
    • Latest clippy warnings (format string identifiers) (5597572)
    • Add more HallEffectSensorTest commands (h0050) (0b92a80)

v0.1.2

29 Nov 06:45
Compare
Choose a tag to compare

Major Changes

  • Replace zwp-virtual-keyboard with wayland-protocols-misc

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Fix clippy and Windows build issues (a735bd5)
    • Replace zwp-virtual-keyboard with wayland-protocols-misc (9c048a2)
    • Fix clippy warnings (33c4c07)

hid-io-protocol v0.1.4

29 Nov 06:45
Compare
Choose a tag to compare

Major Changes

  • Update flexi_logger to 0.24

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Update CHANGELOGs (de7b156)
    • Replace zwp-virtual-keyboard with wayland-protocols-misc (9c048a2)
    • Add more auditing GitHub Action checks (6d9d763)

hid-io-protocol v0.1.3

17 Nov 08:51
Compare
Choose a tag to compare

Other

  • Fix links

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Initial CHANGELOG.md (96b2f8f)
    • Release hid-io-protocol v0.1.3 (e4579ca)
    • Add tokio as a public crate for easier library importing (3f9862b)
    • Fixes for PixelSetting and DirectSet capnp rpc (5394d79)
    • Small name cleanup (44698c1)
    • Fix defmt issuse with unions (f133d25)
    • Fixing clippy warnings (679d47d)
    • Add basic manufacturing test tooling (70020ee)
    • Adding basic pixelSetting and pixelSet protos (25f5bf3)
    • Add h0021(pixelset) h0026(directset) and update manufacturing commands (9eee16d)
    • Add h0030_openurl and CommandInterface for modules (69aee41)
    • Typo (f680f3c)
    • Missing entries from open url changes (2152dc7)
    • Add 0x30 Open URL to spec (0e6b582)
    • Fix clippy warnings (be2a327)
    • Increment version for feature change (1fd1b12)
    • Renaming defmt-impl feature to defmt (4f85e19)
    • Re-adding defmt support to hid-io-protocol + kll-core (e6be9ae)
    • Increment patch (6db862b)
    • Fix clippy warnings (919649d)
    • Nightly clippy issues (bf655ee)
    • Add h0020_klltrigger support (5e465e7)
    • Update README.md (8959ebc)
    • Remove bincode-core and serde dependencies (8d18fe9)
    • Fixing test case issue with heapless (d34ef8c)
    • Updating to 2021 edition (04bb40f)
    • Adding basic defmt support to hid-io-protocol (c074bdb)
    • Removing unused dependency (e08053f)
    • Updating to heapless 0.7 (674e724)
    • Adding versioning to hid-io-protocol (589db1e)
    • Merge pull request #20 from half-duplex/spec-links (7370812)
    • Fix links (7fc1f11)
    • Adding manufacturing-test support to examples (3213ebe)
    • Update README.md (a32bee9)
    • Moving hid-io-kiibohd to kiibohd-core (ab47ec0)
    • Fixing clippy errors (4d5e4d7)
    • Update README.md (de0578c)
    • Adding h0051 manufacturing test result (c8ce11c)
    • Update README.md (8710a10)
    • Update README.md (d3e7842)
    • Fixing h0030 and h0034 terminal commands (d58af7e)
    • Updating README with some usage information. (536759d)
    • Starting libhid_io_kiibohd.a integration with kiibohd/controller (d4e4ed7)
    • Fixing Sync packets (b83f996)
    • Fixes to get GitHub Actions passing again (e0cb9ab)
    • Adding sync and no payload data serialization/deserialization tests (7b3c25c)
    • hid-io-kiibohd additions (73fd32e)
    • Adding more commands to hid-io-kiibohd (7860399)
    • Integrated h0031 and h0034 into hid-io-core (32956aa)
    • Adding more hid-io commands (d835b13)
    • Adding h0050 and integrating h0001 and h0005 in to hid-io-core (c24a6ef)
    • Initial integration of hid-io-protocol into hid-io-core (36b62e4)
    • Adding basic support for NAData packets (bfe49ee)
    • Adding split buffer processing (ebde1c1)
    • Added invalid id test (43fd7b3)
    • Adding h0003 skeleton (1962b55)
    • Splitting commands.rs to mod.rs and test.rs (d2bdbb7)
    • Adding h0002 (test packet) (450174b)
    • h0001 - Get Info added (758d03e)
    • First test case working (833ea59)
    • Splitting out hid-io-protocol into it's own crate (46503de)

v0.1.0-beta

05 Apr 23:44
Compare
Choose a tag to compare
v0.1.0-beta Pre-release
Pre-release

refs/tags/v0.1.0-beta Cargo fmt