Skip to content

Releases: ttytm/wthrr-the-weathercrab

v0.4.0

20 Oct 20:50
Compare
Choose a tag to compare

What's Changed

New Features

  • Hourly forecasts with graphs for current day: #18
    hourly-preview

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

01 Oct 16:38
Compare
Choose a tag to compare
🔖 v0.3.0

New Features:
* speed units
-> they bring a "mini-breaking" change. Depending on the preferred default measurements units you need to re-save your config.
* migrate to clap v4

v0.2.1

10 Sep 11:19
Compare
Choose a tag to compare
🔖 v0.2.1

- remove superseded 'method' field in config
- use confy upstream crate
- add AppImage format for releases
- more minor improvements to codebase

v0.2.0

05 Sep 12:16
Compare
Choose a tag to compare
🔖 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

v0.1.4

15 Aug 16:42
Compare
Choose a tag to compare
🔖 v0.1.4

- new installation methods
- 84964c7 refactors saved config values and fixes an issue with the 'auto' method
  being prioritized over a provided address arg

v0.1.3

14 Aug 11:10
Compare
Choose a tag to compare
🔖 v0.1.3