Skip to content

Latest commit

 

History

History
209 lines (138 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

209 lines (138 loc) · 10.1 KB

v0.5.1 (2024-05-18)

Chore

  • bump winlocation-api to 0.5.1 for release

Commit Statistics

  • 2 commits contributed to the release over the course of 126 calendar days.
  • 171 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 winlocation-api to 0.5.1 for release (ab1f67d)
    • Release irox-tools v0.5.0, safety bump 17 crates (a46e9e2)

v0.4.0 (2023-11-29)

Chore

  • pivot to using Cargo.toml workspace lints
  • remove unused dependencies

Commit Statistics

  • 4 commits contributed to the release over the course of 23 calendar days.
  • 30 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release irox-winlocation-api v0.4.0 (334bede)
    • Pivot to using Cargo.toml workspace lints (88ebfb5)
    • Remove unused dependencies (8dac280)
    • Release irox-tools v0.3.2, irox-time v0.3.0, irox-log v0.1.0, safety bump 8 crates (9c08793)

v0.3.0 (2023-10-30)

New Features (BREAKING)

  • pivot win-location-api to use irox_time

Commit Statistics

  • 3 commits contributed to the release over the course of 9 calendar days.
  • 14 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release irox-winlocation-api v0.3.0 (3b1cc1f)
    • Release irox-tools v0.3.0, safety bump 12 crates (eb83b27)
    • Pivot win-location-api to use irox_time (f4dc26a)

v0.2.0 (2023-10-16)

New Features

  • bump versions for release

Commit Statistics

  • 3 commits contributed to the release.
  • 7 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release irox-carto v0.3.0, irox-csv v0.3.0, irox-egui-extras v0.3.0, irox-gpx v0.2.0, irox-influxdb_v1 v0.3.0, irox-nmea0183 v0.2.0, irox-raymarine-sonar v0.2.0, irox-time v0.1.0, irox-winlocation-api v0.2.0, irox v0.3.0 (dfa6258)
    • Release irox-units v0.3.0, irox-carto v0.3.0, irox-csv v0.3.0, irox-egui-extras v0.3.0, irox-gpx v0.2.0, irox-influxdb_v1 v0.3.0, irox-nmea0183 v0.2.0, irox-raymarine-sonar v0.2.0, irox-time v0.1.0, irox-winlocation-api v0.2.0, irox v0.3.0, safety bump 2 crates (a6c0a5f)
    • Bump versions for release (8dc3f98)

v0.1.1 (2023-10-08)

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

  • 10 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
    • 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)
    • 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)

v0.1.0 (2023-09-18)

Chore

  • clean up code with additional lints
  • update cargo.tomls to add repository
  • setting up blank changelogs for the modules

New Features

  • update README.md and Cargo.toml
  • New module - Windows Location API

Bug Fixes

  • Fix fmt
  • really fix it this time
  • Introduce module with cfg_os

Commit Statistics

  • 9 commits contributed to the release over the course of 15 calendar days.
  • 8 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release irox-enums_derive v0.2.0, irox-enums v0.2.0, irox-tools v0.2.0, irox-units v0.2.0, irox-carto v0.2.0, irox-csv v0.2.0, irox-egui-extras v0.2.0, irox-networking v0.2.0, irox-types v0.2.0, irox-influxdb_v1 v0.2.0, irox-structs_derive v0.2.0, irox-structs v0.2.0, irox-nmea0183 v0.1.0, irox-sirf v0.2.0, irox-stats v0.2.0, irox-winlocation-api v0.1.0, irox v0.2.0, safety bump 10 crates (6a72204)
    • Clean up code with additional lints (f03d8a3)
    • Update cargo.tomls to add repository (80d2b88)
    • Setting up blank changelogs for the modules (1a36533)
    • Update README.md and Cargo.toml (a70805c)
    • Fix fmt (c6381a9)
    • Really fix it this time (13570aa)
    • Introduce module with cfg_os (08a4155)
    • New module - Windows Location API (f740c73)