• v0.2.12 ba1b27fd66

    paul released this 2024-05-09 12:29:50 +02:00 | 0 commits to main since this release

    Security

    Changed

    • Update dependency on cached, chrono-tz, image and reqwest

    Fixed

    • Fix tests; reduce required accuracy for geocoded coordinates again and
      don't run background map updates during tests
    Downloads
  • v0.2.11 88c59cdb1f

    paul released this 2024-02-27 16:07:25 +01:00 | 10 commits to main since this release

    Security

    Fixed

    • Fix clippy issue
    • Tweak/fix tests; reduce required accuracy for geocoded coordinates
    Downloads
  • v0.2.10 c2450267e0

    paul released this 2023-11-03 10:42:17 +01:00 | 15 commits to main since this release

    Security

    Changed

    • Switch to Rocket 0.5 RC4
    • Update dependency on cached

    Fixed

    • Fix clippy issues
    Downloads
  • v0.2.9 1211fea46a

    Release 0.2.9 Stable

    paul released this 2023-08-25 20:49:02 +02:00 | 20 commits to main since this release

    Changed

    • Update release Gitea Actions workflow; add separate job to release Debian
      package to the new repository

    Security

    Downloads
  • v0.2.8 07e0701106

    Release 0.2.8 Stable

    paul released this 2023-06-04 12:15:38 +02:00 | 25 commits to main since this release

    Added

    • Print the version on lift off (#30)
    • Add a /version endpoint to the API (#30)

    Changed

    • Update dependency on cached

    Fixed

    • Properly attribute the PAQI metric in its description(s)

    Removed

    • No longer provide a map for the PAQI metric; the map used is only for pollen
    Downloads
  • v0.2.7 9bb9d248a8

    Release 0.2.7 Stable

    paul released this 2023-05-26 20:17:40 +02:00 | 38 commits to main since this release

    Fixed

    • Switch back to the original Buienradar color scheme/maps key (#27)
    • Fix the token used to publish the crate to the Cargo package index
    Downloads
  • v0.2.6 afca20c96f

    Release 0.2.6 Stable

    paul released this 2023-05-24 22:18:05 +02:00 | 42 commits to main since this release

    Added

    • Add full release Gitea Actions workflow

    Changed

    • Simplify Gitea Actions check, lint and test workflow
    • Improve no known map colors found error description

    Fixed

    • Update coordinates of Eindhoven in tests (Nomatim changed its geocoding)
    • Increase sampling area to 31×31 pixels (#26)
    • Switch to new Buienradar color scheme/maps key (#27)
    Downloads
  • v0.2.5 a289bd9ef0

    Release 0.2.5 Stable

    paul released this 2023-03-24 13:10:28 +01:00 | 51 commits to main since this release

    Added

    • Add Gitea Actions workflow for cargo

    Changed

    • Updated dependencies on cached, chrono-tz and geocoding

    Fixed

    • Fix float comparison in tests
    • Fix clippy issues

    Security

    Downloads
  • v0.2.4 789bb1d1ac

    Release 0.2.4 Stable

    paul released this 2022-07-05 14:46:56 +02:00 | 70 commits to main since this release

    Added

    • Add proper error handling and show them via the API (#25)

    Changed

    • Run map refresher as an ad hoc liftoff fairing in Rocket
    • Changed emojis in log output

    Removed

    • Removed AQI_max and pollen_max from the forecast JSON introduced in
      version 0.2.0

    Fixed

    • Verify sample coordinate bounds (#24)
    • Default to current time if Last-Modified HTTP header is missing for
      retrieved maps
    Downloads
  • v0.2.3 3451445de1

    Release 0.2.3 Stable

    paul released this 2022-05-21 09:52:15 +02:00 | 81 commits to main since this release

    Fixed

    • Update the examples in README.md
    • Fix tests by adding missing type
    • Fix map key color code for level 8 used by map sampling
    Downloads