Skip to content

Commit

Permalink
chore(minor): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.0](v1.2.2...v1.3.0) (2023-10-09)

### 🍕 Features

* Added leap ([e65d1e4](e65d1e4))
* Added OneEuroFilter ([000574b](000574b))

### 🐛 Bug Fixes

* moved normalization to the OSC process ([69e2f2a](69e2f2a))

### 🤖 Build System

* added onnxruntime ([b42ae07](b42ae07))
  • Loading branch information
semantic-release-bot committed Oct 9, 2023
1 parent 6b8d16c commit 0672825
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
[![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org)
> All notable changes to this project will be documented in this file
## [1.3.0](https://github.com/EyeTrackVR/ETVR-Backend/compare/v1.2.2...v1.3.0) (2023-10-09)


### 🍕 Features

* Added leap ([e65d1e4](https://github.com/EyeTrackVR/ETVR-Backend/commit/e65d1e4dfb2660294d0aa3dd00e20ab74eb7c2e3))
* Added OneEuroFilter ([000574b](https://github.com/EyeTrackVR/ETVR-Backend/commit/000574b394abc997be6c8f8cdc6209cf68a015ea))


### 🐛 Bug Fixes

* moved normalization to the OSC process ([69e2f2a](https://github.com/EyeTrackVR/ETVR-Backend/commit/69e2f2a7b956e2b7cabc8aecfc9bbefd12220f20))


### 🤖 Build System

* added onnxruntime ([b42ae07](https://github.com/EyeTrackVR/ETVR-Backend/commit/b42ae07ea46d63f511555453b774fa317b7a099a))

## [1.2.2](https://github.com/EyeTrackVR/ETVR-Backend/compare/v1.2.1...v1.2.2) (2023-10-08)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "EyeTrackVR"
version = "1.2.2"
version = "1.3.0"
description = "Opensource, affordable VR eye tracker for VRChat"
authors = ["ShyAssassin <[email protected]>", "RedHawk989 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 0672825

Please sign in to comment.