Skip to content

Releases: ttytm/wthrr-the-weathercrab

v0.8.2

22 Feb 13:13
Compare
Choose a tag to compare

What's Changed

  • 馃悰 fix performance regression when translating from en to en by @arctic-penguin in #63

v0.8.1

22 Feb 12:05
Compare
Choose a tag to compare
  • Critical hotfix for app failing to launch when requesting weekly forecast since 0.8 due to necessary file not being included in the release build process.

v0.8.0

21 Feb 15:26
Compare
Choose a tag to compare

What's Changed

  • extend language support #58
  • add geocoding fallback #59
  • update translation handling #60

Full Changelog: v0.7.0...v0.8.0

v0.7.0

18 Feb 17:57
Compare
Choose a tag to compare

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 and custom((char; 8)) options

wthrr-0 7 0-preview

Full Changelog: v0.6.1...v0.7.0

v0.6.1

01 Dec 14:51
Compare
Choose a tag to compare

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

28 Nov 20:02
Compare
Choose a tag to compare

What's New

  • color config option (#43)
    • allows use a "plain"'(white) color for weather
  • display of current time (#44)
    • visual indicator of the current time in the forecast graph

Full Changelog: v0.5.1...v0.6.0

v0.5.1

21 Nov 15:32
Compare
Choose a tag to compare
馃敄 v0.5.1

v0.5.0

14 Nov 13:49
Compare
Choose a tag to compare

What's New

  • new configuration options
    • add forecasts by default
    • configurable precipitation units and time format
    • configurable border & graph styles
      wthrr-new-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.
  • 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

03 Nov 19:57
Compare
Choose a tag to compare

Full Changelog: v0.4.1...v0.4.2

v0.4.1

27 Oct 14:54
Compare
Choose a tag to compare

Full Changelog: v0.4.0...v0.4.1