Releases: ttytm/wthrr-the-weathercrab
Releases · ttytm/wthrr-the-weathercrab
v0.4.1
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
New Features
- Hourly forecasts with graphs for current day: #18
Breaking Changes
- Use enum values and toml table for config units: #17
- If you have saved a default configuration, it's required to modify the configuration file to use a toml table for
[units]
instead of an array of strings (~/.config/weathercrab/wthrr.toml). Deleting the file and starting with a blank run is also possible.
Other Changes:
- UI improvements like bold titles and closing margins on separators and borders
- Error corrections displaying translated texts
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.2.1
v0.2.0
🔖 v0.2.0 - New Features: - multilang support - option to disable greeting message - Breaking Changes: - temperature units now use enum the values `celsius` | `fahrenheit` instead of the weather json response string values `°C` `°F` - if Fahrenheit is your default temperature unit, you might need to save your default config again - lots of improvements behind the scenes for better cohesiveness and defect prevention