./misc/wthrr, Little helper for your terminal who knows about the weather

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.1nb1, Package name: wthrr-1.1.1nb1, Maintainer: pin

When spending a lot of time in the CLI it can be handy to have a little
companion in there who knows about the weather.

That's where wthrr comes in. She lives in your terminal and her passion is
the weather.

Even when you don't spend a lot of time in the terminal. She has a sunny
personality, so you can visit her once in a while.


Master sites:

Filesize: 43.069 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-05-08 10:45:44 by pin | Files touched by this commit (2) | Package updated
Log message:
misc/wthrr: update to 1.1.1

 - Bugfix: enable wthrr -f tomorrow.
   2023-05-07 20:23:41 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/wthrr: update to 1.1.0

What's Changed
 - Less Ambiguous Wind Direction Arrows by @kevinmatthes in #126
 - Add Forecast for Tomorrow by @kevinmatthes in #136
   2023-04-28 10:23:46 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/wthrr: update to 1.0.2

This release fixes for installation issues on nix and updates dependencies to
solve potential vulnerabilities. Other than that, installation sources in the
documentation have been updated and code has been refactored to improve quality
and to allow for easier integration of other weather data sources in the coming
releases.

What's Changed
 - Add API Trait by @kevinmatthes in #88
 - Add Information on cargo install --git by @kevinmatthes in #91
 - Add information on installation from the AUR by @orhun in #104
 - Refactor 'localisation' by @danieleades in #107
 - Address a bunch of pedantic clippy lints by @danieleades in #106
 - Refactor get_forecast_indices() by @tobealive in #111
 - Updated flake.lock by @jeiang in #114
 - Updated flake.nix to exclude network tests by @jeiang in #120
 - Create Local Coverage GHA Workflow by @kevinmatthes in #112
   2023-03-28 22:30:02 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/wthrr: update to 1.0.1

 - Update dependencies
   2023-03-18 17:15:12 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/wthrr: update to 1.0.0

v1.0.0
What's Changed
 - fix: hardcoded Berlin in geolocation by @andylizi in #87
 - fix: alignment of rendered elements
    - alignment of Dew Point cell
    - improve length calculations for cjk languages

v1.0.0-rc.1
What's Changed
 - Fix config directory creation failure by @brandondong in #82

v1.0.0-rc
What's Changed
 - feat: weekday forcasts #75
 - fix: time_indicator disable option #76
 - fix: daytime icons in graph #77
 - fix border displacement with other precip. units than probability 0473b20
 - feat: historical weather #78
   2023-03-11 23:07:11 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/wthrr: update to 0.10.0

What's Changed
 - feat: weekday forcasts #75
 - fix: time_indicator disable option #76
 - fix: daytime icons in graph #77
 - fix border displacement with other precip. units than probability 0473b20
 - feat: historical weather #78
   2023-03-05 08:33:47 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/wthrr: update to 0.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