You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+47-4Lines changed: 47 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,56 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## 0.1.4 (2023-09-07)
9
+
10
+
### New Features
11
+
12
+
- <csr-id-87cd06d6ea76bebb924629d86fb78fa5b9f67fe2/> Add hall effect manu test data tracking
13
+
- Supports partial strobe data updates (only printing after getting
14
+
enough data for a full scan)
15
+
- <csr-id-6d44300e247b0e74459c8e2ad54061b5346a01ce/> Add levelcheck column and mode set commands to hid-io-core + capnp
16
+
17
+
### Bug Fixes
18
+
19
+
- <csr-id-5057f664cb2f929b2cce1a3f08167123ffa6e6e2/> clippy: usage of an `Arc` that is not `Send` or `Sync`
20
+
- <csr-id-1fa6aa9333157f08ac6f0a01ebac280fd693db16/> Update packages and fix nightly drain_filter
21
+
- <csr-id-61815a23bfcf7a8387966818be4d0e2e6333c879/> https://github.com/japaric/heapless/issues/252 was fixed
22
+
- Can use zero length arrays as originally intended
23
+
24
+
### Commit Statistics
25
+
26
+
<csr-read-only-do-not-edit/>
27
+
28
+
- 5 commits contributed to the release over the course of 94 calendar days.
29
+
- 94 days passed between releases.
30
+
- 5 commits were understood as [conventional](https://www.conventionalcommits.org).
31
+
- 0 issues like '(#ID)' were seen in commit messages
32
+
33
+
### Commit Details
34
+
35
+
<csr-read-only-do-not-edit/>
36
+
37
+
<details><summary>view details</summary>
38
+
39
+
***Uncategorized**
40
+
- Clippy: usage of an `Arc` that is not `Send` or `Sync` ([`5057f66`](https://github.com/hid-io/hid-io-core/commit/5057f664cb2f929b2cce1a3f08167123ffa6e6e2))
41
+
- Add hall effect manu test data tracking ([`87cd06d`](https://github.com/hid-io/hid-io-core/commit/87cd06d6ea76bebb924629d86fb78fa5b9f67fe2))
42
+
- Update packages and fix nightly drain_filter ([`1fa6aa9`](https://github.com/hid-io/hid-io-core/commit/1fa6aa9333157f08ac6f0a01ebac280fd693db16))
43
+
-Https://github.com/japaric/heapless/issues/252 was fixed ([`61815a2`](https://github.com/hid-io/hid-io-core/commit/61815a23bfcf7a8387966818be4d0e2e6333c879))
44
+
- Add levelcheck column and mode set commands to hid-io-core + capnp ([`6d44300`](https://github.com/hid-io/hid-io-core/commit/6d44300e247b0e74459c8e2ad54061b5346a01ce))
-Https://github.com/japaric/heapless/issues/252 was fixed ([`61815a2`](https://github.com/hid-io/hid-io-core/commit/61815a23bfcf7a8387966818be4d0e2e6333c879))
34
+
</details>
35
+
8
36
## 0.1.5 (2023-06-05)
9
37
10
38
### New Features
@@ -14,18 +42,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update dependencies and small fixes ([`62af0b5`](https://github.com/hid-io/hid-io-core/commit/62af0b510a7399645469e72f10fbfeffdb5edc7a))
0 commit comments