EyeTrackVR/CHANGELOG.md
semantic-release-bot 403c419cb2 chore(patch): 1.0.0-HSF-and-new-algos-feature-branch.6 [skip ci]
## [1.0.0-HSF-and-new-algos-feature-branch.6](https://github.com/EyeTrackVR/EyeTrackVR/compare/v1.0.0-HSF-and-new-algos-feature-branch.5...v1.0.0-HSF-and-new-algos-feature-branch.6) (2023-09-27)

### 🐛 Bug Fixes

* remove y axis lock (temp) ([2ec7d2d](2ec7d2d4ee))
* tighten blink vec (needs testing/re-write, just minor fix) ([1c2760b](1c2760b382))
2023-09-27 11:52:16 +00:00

23 KiB

📦 Changelog

conventional commits semantic versioning

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

1.0.0-HSF-and-new-algos-feature-branch.6 (2023-09-27)

🐛 Bug Fixes

  • remove y axis lock (temp) (2ec7d2d)
  • tighten blink vec (needs testing/re-write, just minor fix) (1c2760b)

1.0.0-HSF-and-new-algos-feature-branch.5 (2023-09-26)

🍕 Features

🐛 Bug Fixes

  • small DADDY optimizations (test for FPS limit) (6297ce3)

1.0.0-HSF-and-new-algos-feature-branch.4 (2023-09-24)

🐛 Bug Fixes

  • LEAP full closed thresh (4ad1eaf)

1.0.0-HSF-and-new-algos-feature-branch.3 (2023-09-24)

🐛 Bug Fixes

  • UVC cameras not working (5e28ee3)
  • UVC cameras not working2 (5209a44)

1.0.0-HSF-and-new-algos-feature-branch.2 (2023-09-23)

🍕 Features

🐛 Bug Fixes

🧑‍💻 Code Refactoring

🤖 Build System

1.0.0-HSF-and-new-algos-feature-branch.1 (2023-08-24)

⚠ BREAKING CHANGES

  • CHANGES

🍕 Features

  • add colorama instead of using escape codes (1d9dfea)
  • add dev container (a5e36ad)
  • add taskipy to run tasks via poetry (2f1d3d9)
  • add v2 serial comms with packet headers (c2aad0e)
  • more readable logging with colorama (2efa3c3)
  • show bitrate, fps, latency in tracking mode (6163744)
  • slightly reduce dropped frame count (3b5582d)
  • updated poetry.lock (632ec2a)

🐛 Bug Fixes

  • bring the existing impl to a usable state (b3f444e)
  • ensure serial is closed when thread crashed (4def965)
  • identify and mitigate latency issues (295f104)
  • module leap not found (437b88a)
  • module leap not found (a29db80)
  • Only ever return one blob when blob tracking (5a451b4), closes #20
  • Output all info to OSC unless we're failing to find any data (764baa5), closes #21
  • pinv for pseudo inverse when singular matrix (ca56222)
  • pyserial is the correct dep, not serial (09a9fbb)
  • rate limit error (129e07b)
  • standalone exe (35e71a2)
  • Update graph background color on events (5580d48), closes #24
  • when address is set but no devices connected (6d7630c)

🧑‍💻 Code Refactoring

  • cleanup imports (446a20c)
  • edit readme and dummy commit to trigger actions (f5695f0)
  • extract EyeInfo enums and dataclasses (d6d1938)

🤖 Build System

  • setup pre-release build pipeline (aa5e6b8)
  • setup pre-release build pipeline (a8b73bf)
  • setup pre-release build pipeline (9b27720)
  • setup pre-release build pipeline (e250e4e)

1.0.0-HSF-and-new-algos-feature-branch.1 (2023-08-24)

⚠ BREAKING CHANGES

  • CHANGES

🍕 Features

  • add colorama instead of using escape codes (1d9dfea)
  • add dev container (a5e36ad)
  • add taskipy to run tasks via poetry (2f1d3d9)
  • add v2 serial comms with packet headers (c2aad0e)
  • more readable logging with colorama (2efa3c3)
  • show bitrate, fps, latency in tracking mode (6163744)
  • slightly reduce dropped frame count (3b5582d)
  • updated poetry.lock (632ec2a)

🐛 Bug Fixes

  • bring the existing impl to a usable state (b3f444e)
  • ensure serial is closed when thread crashed (4def965)
  • identify and mitigate latency issues (295f104)
  • module leap not found (437b88a)
  • module leap not found (a29db80)
  • Only ever return one blob when blob tracking (5a451b4), closes #20
  • Output all info to OSC unless we're failing to find any data (764baa5), closes #21
  • pinv for pseudo inverse when singular matrix (ca56222)
  • pyserial is the correct dep, not serial (09a9fbb)
  • rate limit error (129e07b)
  • standalone exe (35e71a2)
  • Update graph background color on events (5580d48), closes #24
  • when address is set but no devices connected (6d7630c)

🧑‍💻 Code Refactoring

  • cleanup imports (446a20c)
  • extract EyeInfo enums and dataclasses (d6d1938)

🤖 Build System

  • setup pre-release build pipeline (aa5e6b8)
  • setup pre-release build pipeline (a8b73bf)
  • setup pre-release build pipeline (9b27720)
  • setup pre-release build pipeline (e250e4e)

1.0.0-HSF-and-new-algos-feature-branch.1 (2023-08-24)

⚠ BREAKING CHANGES

  • CHANGES

🍕 Features

  • add colorama instead of using escape codes (1d9dfea)
  • add dev container (a5e36ad)
  • add taskipy to run tasks via poetry (2f1d3d9)
  • add v2 serial comms with packet headers (c2aad0e)
  • more readable logging with colorama (2efa3c3)
  • show bitrate, fps, latency in tracking mode (6163744)
  • slightly reduce dropped frame count (3b5582d)
  • updated poetry.lock (632ec2a)

🐛 Bug Fixes

  • bring the existing impl to a usable state (b3f444e)
  • ensure serial is closed when thread crashed (4def965)
  • identify and mitigate latency issues (295f104)
  • module leap not found (a29db80)
  • Only ever return one blob when blob tracking (5a451b4), closes #20
  • Output all info to OSC unless we're failing to find any data (764baa5), closes #21
  • pinv for pseudo inverse when singular matrix (ca56222)
  • pyserial is the correct dep, not serial (09a9fbb)
  • rate limit error (129e07b)
  • standalone exe (35e71a2)
  • Update graph background color on events (5580d48), closes #24
  • when address is set but no devices connected (6d7630c)

🧑‍💻 Code Refactoring

  • cleanup imports (446a20c)
  • extract EyeInfo enums and dataclasses (d6d1938)

🤖 Build System

  • setup pre-release build pipeline (aa5e6b8)
  • setup pre-release build pipeline (a8b73bf)
  • setup pre-release build pipeline (9b27720)
  • setup pre-release build pipeline (e250e4e)

1.0.0-HSF-and-new-algos-feature-branch.2 (2023-08-24)

🐛 Bug Fixes

1.0.0-HSF-and-new-algos-feature-branch.1 (2023-08-24)

⚠ BREAKING CHANGES

  • CHANGES

🍕 Features

  • add colorama instead of using escape codes (1d9dfea)
  • add dev container (a5e36ad)
  • add taskipy to run tasks via poetry (2f1d3d9)
  • add v2 serial comms with packet headers (c2aad0e)
  • more readable logging with colorama (2efa3c3)
  • show bitrate, fps, latency in tracking mode (6163744)
  • slightly reduce dropped frame count (3b5582d)
  • updated poetry.lock (632ec2a)

🐛 Bug Fixes

  • bring the existing impl to a usable state (b3f444e)
  • ensure serial is closed when thread crashed (4def965)
  • identify and mitigate latency issues (295f104)
  • Only ever return one blob when blob tracking (5a451b4), closes #20
  • Output all info to OSC unless we're failing to find any data (764baa5), closes #21
  • pinv for pseudo inverse when singular matrix (ca56222)
  • pyserial is the correct dep, not serial (09a9fbb)
  • standalone exe (35e71a2)
  • Update graph background color on events (5580d48), closes #24
  • when address is set but no devices connected (6d7630c)

🧑‍💻 Code Refactoring

  • cleanup imports (446a20c)
  • extract EyeInfo enums and dataclasses (d6d1938)

🤖 Build System

  • setup pre-release build pipeline (aa5e6b8)
  • setup pre-release build pipeline (a8b73bf)
  • setup pre-release build pipeline (9b27720)
  • setup pre-release build pipeline (e250e4e)

1.0.0-HSF-and-new-algos-feature-branch.1 (2023-08-24)

🍕 Features

  • add colorama instead of using escape codes (1d9dfea)
  • add dev container (a5e36ad)
  • add taskipy to run tasks via poetry (2f1d3d9)
  • add v2 serial comms with packet headers (c2aad0e)
  • more readable logging with colorama (2efa3c3)
  • show bitrate, fps, latency in tracking mode (6163744)
  • slightly reduce dropped frame count (3b5582d)
  • updated poetry.lock (632ec2a)

🐛 Bug Fixes

  • bring the existing impl to a usable state (b3f444e)
  • ensure serial is closed when thread crashed (4def965)
  • identify and mitigate latency issues (295f104)
  • Only ever return one blob when blob tracking (5a451b4), closes #20
  • Output all info to OSC unless we're failing to find any data (764baa5), closes #21
  • pinv for pseudo inverse when singular matrix (ca56222)
  • pyserial is the correct dep, not serial (09a9fbb)
  • Update graph background color on events (5580d48), closes #24
  • when address is set but no devices connected (6d7630c)

🧑‍💻 Code Refactoring

  • cleanup imports (446a20c)
  • extract EyeInfo enums and dataclasses (d6d1938)

🤖 Build System

  • setup pre-release build pipeline (aa5e6b8)
  • setup pre-release build pipeline (a8b73bf)
  • setup pre-release build pipeline (9b27720)
  • setup pre-release build pipeline (e250e4e)