Releases: spmadden/irox
Releases · spmadden/irox
irox-winlocation-api v0.1.1
New Features
- add ability to watch location status
- adding request for geolocation status
Bug Fixes
- switching to manual convert of nanos in timestamp
- using micros instead of nanos for wintime
- and yet another fix for the timestamp
- actually add timestamp
- add timestamp to coordinate if not present already
- check for NaN & Inf in spd and hdg
- add additional trace logging to the location handler
Commit Statistics
- 9 commits contributed to the release over the course of 19 calendar days.
- 19 days passed between releases.
- 9 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Switching to manual convert of nanos in timestamp (c368a7f)
- Using micros instead of nanos for wintime (db5ef9a)
- And yet another fix for the timestamp (099c216)
- Actually add timestamp (f9777b2)
- Add ability to watch location status (9e06dc9)
- Add timestamp to coordinate if not present already (0ca8619)
- Adding request for geolocation status (05b284b)
- Check for NaN & Inf in spd and hdg (4670aaa)
- Add additional trace logging to the location handler (01adbbd)
irox v0.2.1
Chore
- adding raymarine-sonar converter to irox
- adding missing modules to lib
New Features
- new GPX reader/writer module
Commit Statistics
- 5 commits contributed to the release over the course of 6 calendar days.
- 19 days passed between releases.
- 3 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Release irox v0.2.1 (08857ab)
- Release irox-tools v0.2.1, irox-carto v0.2.1, irox-egui-extras v0.2.1, irox-gpx v0.1.0, irox-types v0.2.1, irox-structs_derive v0.2.1, irox-raymarine-sonar v0.1.0, irox-stats v0.2.1, irox-winlocation-api v0.1.1, irox v0.2.1 (68d770b)
- New GPX reader/writer module (b378b9d)
- Adding raymarine-sonar converter to irox (3300f2a)
- Adding missing modules to lib (3ebb2f1)
irox-types v0.2.1
New Features
- impl ToString for PrimitiveValue
- add 'blob' type
Bug Fixes
- fix blob to_string
Commit Statistics
- 3 commits contributed to the release over the course of 8 calendar days.
- 19 days passed between releases.
- 3 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
irox-tools v0.2.1
Chore
- fix fmt in vec
New Features
- added additional static functions to Bits
- UpperHex for PrettyVec and new PrettyVecDeque
- partially working murmur3_128 hash fn.
- some new static helper functions
Commit Statistics
- 5 commits contributed to the release over the course of 12 calendar days.
- 19 days passed between releases.
- 5 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
irox-structs_derive v0.2.1
Chore
- locking deps to current versions
This should enable us to verify behaviors through tests, and not rely on a dev's goodwill and semver versioning to ensure the tools and libraries work.
Commit Statistics
- 1 commit contributed to the release.
- 19 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Locking deps to current versions (9725e63)
irox-stats v0.2.1
New Features
- new convolution and filtering module
- decay can use a duration now
Bug Fixes
- can actually create a gaussian now.
Commit Statistics
- 3 commits contributed to the release over the course of 12 calendar days.
- 19 days passed between releases.
- 3 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
irox-raymarine-sonar v0.1.0
Chore
- adding empty changelogs to prep for release
- fixup copyright in headers
New Features
- write out gpx file
- new raymarine sonar converter module
Other
- much cleaner parser impls
- generating valid-ish points now
- more progress with the sonar converter
Commit Statistics
- 7 commits contributed to the release over the course of 8 calendar days.
- 7 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
irox-networking v0.2.1
Bug Fixes
- bump version to pull in new dep
Commit Statistics
- 1 commit contributed to the release.
- 19 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Bump version to pull in new dep (fc10cc8)
irox-gpx v0.1.0
Chore
- adding empty changelogs to prep for release
New Features
- new GPX reader/writer module
Other
- started reader impl
Commit Statistics
- 3 commits contributed to the release.
- 3 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
irox-egui-extras v0.2.1
Chore
- Fix up the readmes for publishing
Commit Statistics
- 1 commit contributed to the release over the course of 19 calendar days.
- 19 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Fix up the readmes for publishing (f99614a)