Tags give the ability to mark specific points in history as being important
-
v0.2.15
5aeb39f0 · ·Release 0.2.15 * Enable email notifications for all Forgejo Actions workflows * Updated dependencies, fixes security advisories: * [RUSTSEC-2025-0022](https://rustsec.org/advisories/RUSTSEC-2025-0022.html) * [RUSTSEC-2025-0023](https://rustsec.org/advisories/RUSTSEC-2025-0023.html)
-
v0.2.14
239418a5 · ·Release 0.2.14 * Add Renovate config with recommended settings * Add tests for Buienradar raintext parsing * Update the dependencies on `cached`, `chrono-tz`, `reqwest` and `thiserror` * Fix some typos * Updated dependencies, fixes security advisories: * [RUSTSEC-2024-0421](https://rustsec.org/advisories/RUSTSEC-2024-0421) * [RUSTSEC-2025-0004](https://rustsec.org/advisories/RUSTSEC-2025-0004) * [RUSTSEC-2025-0009](https://rustsec.org/advisories/RUSTSEC-2025-0009)
-
v0.2.13
f156bdb4 · ·Release 0.2.13 * Switch to Forgejo Actions; add audit workflow * Update dependency on the `cached` crate * Switch build dependency on `vergen` to `vergen-git2` * Update dependencies; this fixes security advisory [RUSTSEC-2024-0357](https://rustsec.org/advisories/RUSTSEC-2024-0357)
-
v0.2.12
ba1b27fd · ·Release 0.2.12 * Updated dependencies, fixes security advisiories: * [RUSTSEC-2024-0019](https://rustsec.org/advisories/RUSTSEC-2024-0019) * [RUSTSEC-2024-0332](https://rustsec.org/advisories/RUSTSEC-2024-0332) * Update dependency on `cached`, `chrono-tz`, `image` and `reqwest` * Fix tests; reduce required accuracy for geocoded coordinates again and don't run background map updates during tests
-
v0.2.11
88c59cdb · ·Release 0.2.11 * Updated dependencies, fixes security advisories: * [RUSTSEC-2024-0003](https://rustsec.org/advisories/RUSTSEC-2024-0003) * [RUSTSEC-2023-0072](https://rustsec.org/advisories/RUSTSEC-2024-0072) * Fix clippy issue * Tweak/fix tests; reduce required accuracy for geocoded coordinates
-
v0.2.6
afca20c9 · ·Release 0.2.6 * Add full release Gitea Actions workflow * Simplify Gitea Actions check, lint and test workflow * Improve no known map colors found error description * 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)
-
v0.2.4
789bb1d1 · ·Release 0.2.4 * Add proper error handling and show them via the API (#25) * Run map refresher as an ad hoc liftoff fairing in Rocket * Changed emojis in log output * Removed `AQI_max` and `pollen_max` from the forecast JSON introduced in version 0.2.0 * Verify sample coordinate bounds (#24) * Default to current time if `Last-Modified` HTTP header is missing for retrieved maps