github Tairesh/rustormy v0.4.0

latest releases: v0.4.4, v0.4.3, v0.4.2...
6 months ago

Added

  • Added Weatherbit.io as a new weather data provider option
    (weather_bit or wb in config/CLI, api_keys.weather_bit for API key in config file).
  • Added Tomorrow.io as a new weather data provider option
    (tomorrow_io or ti in config/CLI, api_keys.tomorrow_io for API key in config file).
  • Added OpenUV as a new UV index data provider option
    (api_keys.open_uv for API key in config file). If API key is provided, UV index will be fetched
    and displayed along with other weather data even if the main weather provider does not provide UV index.

Changed

  • Changed config file structure to use sections for better organization.
    API keys and text formatting are now grouped under their respective sections.
    Old config file structure is still supported for backward compatibility.
    If you encounter any migration issues (from config file v0.3.4 or older),
    please report them.

Fixed

  • Refactored config file handling to support backward compatibility and easier future changes.
  • Added more unit tests for checking config file parsing and migration.
  • Improved code quality and maintainability.

Don't miss a new rustormy release

NewReleases is sending notifications on new releases.