Releases: ttytm/wthrr-the-weathercrab
Releases · ttytm/wthrr-the-weathercrab
v0.9.0
What's Changed
- fix: add min length to language code in #68
- perf: translate concurrently in #69
- refact: update structure before rc in #70
- perf: use less taxing data types where possible in #71
- feat: add max/min stats to hourly forecast in #72
- docs: add platform locations for config file
- fix border displacement when checking weather between 23:00-23:20
Full Changelog: v0.8.2...v0.9.0
v0.8.2
v0.8.1
v0.8.0
v0.7.0
What's Changed
Breaking Changes:
- Use rust-specific .ron config file format in #53
- Check wthrr-the-weathercrab#config for new defaults
- The config file is now handled without using the confy crate to fully utilize the new format's features
- Improved handling of configuration file errors with warnings and indicators
- Updated graphs in #54
- To increase details, the graph height now spans two rows instead of one (configurable).
- New
dotted
andcustom((char; 8))
options
Full Changelog: v0.6.1...v0.7.0
v0.6.1
What's Changed
- Contains a critical hotfix, as the calculation of the time indicator for the graph caused an error or getting stuck at times after 11 p.m.
- Removes unnecessary dependencies
Full Changelog: v0.6.0...v0.6.1
v0.6.0
v0.5.1
v0.5.0
What's New
- new configuration options
- add forecasts by default
- configurable precipitation units and time format
- configurable border & graph styles
- check the README's config section for details
What's Changed
- forecast as option instead of being a sub-comand (6cf0ab1)
- forecast is now accessed without flags e.g.,:
-f w
|-f d
|-f w,d
. Not possible anymore is e.g.,-f -w
, or-f
solely.
- forecast is now accessed without flags e.g.,:
- remove greeting
-g
CLI flag to be a "config-file-only" option with gui styles (a95d433).
Full Changelog: v0.4.2...v0.5.0
v0.4.2
Full Changelog: v0.4.1...v0.4.2