Releases: plule/leaprs
Releases · plule/leaprs
v0.2.2
Added
- Support for MacOS
Changed
- Documentation: Add links to the underlying structs
What's Changed
- Bump bitflags from 2.4.2 to 2.5.0 by @dependabot in #73
- Bump glam from 0.26.0 to 0.27.0 by @dependabot in #72
- Bump nalgebra from 0.32.4 to 0.32.5 by @dependabot in #74
- Bump image from 0.25.0 to 0.25.1 by @dependabot in #75
- Bump thiserror from 1.0.58 to 1.0.59 by @dependabot in #76
- Bump thiserror from 1.0.59 to 1.0.60 by @dependabot in #77
- Bump thiserror from 1.0.60 to 1.0.61 by @dependabot in #78
- Bump glam from 0.27.0 to 0.28.0 by @dependabot in #79
- Bump nalgebra from 0.32.5 to 0.32.6 by @dependabot in #80
- Add MacOS compatibility by @anselanza in #81
New Contributors
- @anselanza made their first contribution in #81
Full Changelog: v0.2.1...v0.2.2
v0.2.1
LeapRS v0.2.1
Fixed
- Documentation example fixes
- Fix the polled message being unsafely clonable
Full Changelog: v0.2.0...v0.2.1
v0.2.0
LeapRS v0.2.0
Added
- All the wrapper structures now implement
Deref
of the wrappedleap-sys
structures - All the reference wrapper structures now implement
Clone
andCopy
- The opt-in features
glam
andnalgebra
add conversion method for vectors and quaternions to these libraries.
Changed
- Improved the examples to avoid common timeout unwrap()
- The vectors and quaternion are not anymore copied
- Breaking All the non-owning wrappers (most of them) are now named with
Ref
as a suffix.
Hand
becomesHandRef
,Digit
becomesDigitRef
, etc.
Removed
- Breaking All the trivial accessor functions were removed, in favour of the
Deref
trait
vector.x()
becomesvector.x
,hand.pinch_distance()
becomeshand.pinch_distance
, etc.
What's Changed
- Bump tempfile from 3.8.1 to 3.9.0 by @dependabot in #52
- Bump thiserror from 1.0.51 to 1.0.53 by @dependabot in #53
- Bump thiserror from 1.0.53 to 1.0.56 by @dependabot in #54
- Bump num_enum from 0.7.1 to 0.7.2 by @dependabot in #55
- Bump image from 0.24.7 to 0.24.8 by @dependabot in #56
- Bump bitflags from 2.4.1 to 2.4.2 by @dependabot in #57
- Bump tempfile from 3.9.0 to 3.10.0 by @dependabot in #58
- Bump thiserror from 1.0.56 to 1.0.57 by @dependabot in #59
- Bump image from 0.24.8 to 0.24.9 by @dependabot in #60
- Bump tempfile from 3.10.0 to 3.10.1 by @dependabot in #61
- Bump image from 0.24.9 to 0.25.0 by @dependabot in #63
- Bump thiserror from 1.0.57 to 1.0.58 by @dependabot in #64
- Implement Deref for all the types, remove the trivial accessors by @plule in #65
- Don't unwrap the poll() in examples by @plule in #66
- Remove vector and quaternion copies by @plule in #67
- Add support for glam and nalgebra by @plule in #68
- Add the -Ref suffix to the reference structure, implement Copy by @plule in #69
Full Changelog: v0.1.4...v0.2.0
v0.1.4
What's Changed
- Bump thiserror from 1.0.48 to 1.0.49 by @dependabot in #45
- Bump bitflags from 2.4.0 to 2.4.1 by @dependabot in #46
- Bump thiserror from 1.0.49 to 1.0.50 by @dependabot in #47
- Bump tempfile from 3.8.0 to 3.8.1 by @dependabot in #48
- Bump thiserror from 1.0.50 to 1.0.51 by @dependabot in #50
- Add direction to palm by @nullscanner in #51
- Bump num_enum from 0.7.0 to 0.7.1 by @dependabot in #49
New Contributors
- @nullscanner made their first contribution in #51
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Bump num_enum from 0.5.10 to 0.5.11 by @dependabot in #18
- Bump tempfile from 3.3.0 to 3.4.0 by @dependabot in #17
- Bump thiserror from 1.0.38 to 1.0.39 by @dependabot in #19
- Bump bitflags from 2.1.0 to 2.2.1 by @dependabot in #28
- Bump bitflags from 2.2.1 to 2.3.1 by @dependabot in #29
- Bump tempfile from 3.5.0 to 3.6.0 by @dependabot in #30
- Bump bitflags from 2.3.1 to 2.3.2 by @dependabot in #31
- Bump bitflags from 2.3.2 to 2.3.3 by @dependabot in #32
- Bump thiserror from 1.0.40 to 1.0.43 by @dependabot in #33
- Bump tempfile from 3.6.0 to 3.7.0 by @dependabot in #35
- Bump thiserror from 1.0.43 to 1.0.44 by @dependabot in #34
- Bump tempfile from 3.7.0 to 3.7.1 by @dependabot in #36
- Bump image from 0.24.6 to 0.24.7 by @dependabot in #38
- Bump num_enum from 0.6.1 to 0.7.0 by @dependabot in #39
- Bump bitflags from 2.3.3 to 2.4.0 by @dependabot in #40
- Bump tempfile from 3.7.1 to 3.8.0 by @dependabot in #41
- Bump thiserror from 1.0.44 to 1.0.47 by @dependabot in #42
- Bump thiserror from 1.0.47 to 1.0.48 by @dependabot in #43
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Bump num_enum from 0.5.7 to 0.5.9 by @dependabot in #15
- Bump num_enum from 0.5.9 to 0.5.10 by @dependabot in #16
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.1
This version brings Linux support
What's Changed
- Bump thiserror from 1.0.32 to 1.0.34 by @dependabot in #6
- Bump thiserror from 1.0.34 to 1.0.35 by @dependabot in #7
- Bump image from 0.24.3 to 0.24.4 by @dependabot in #9
- Bump thiserror from 1.0.35 to 1.0.36 by @dependabot in #8
- Bump thiserror from 1.0.36 to 1.0.37 by @dependabot in #10
- Bump image from 0.24.4 to 0.24.5 by @dependabot in #11
- Bump thiserror from 1.0.37 to 1.0.38 by @dependabot in #12
- Fix linux build by @plule in #14
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Add actual build on CI by @plule in #3
- Fix-pr-check by @plule in #5
- Bump thiserror from 1.0.31 to 1.0.32 by @dependabot in #4
New Contributors
Full Changelog: v0.0.8...v0.1.0
v0.0.8
Full Changelog: v0.0.7...v0.0.8
v0.0.7
Full Changelog: v0.0.6...v0.0.7