Skip to content

Commit 68c1336

Browse files
author
Yo'av Moshe
committed
update README and package version
1 parent 7e0e13f commit 68c1336

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wttrbar"
3-
version = "0.11.1"
3+
version = "0.11.2"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ For NixOS, use the [NixPkg](https://search.nixos.org/packages?channel=24.05&show
2929
- `--mph` - use mph instead of km/h for wind speed
3030
- `--custom-indicator STRING` - optional expression that will be shown instead of main indicator. [`current_conditions` and `nearest_area` keys](https://wttr.in/?format=j1) surrounded by {} can be used. For example, `"{ICON} {FeelsLikeC} ({areaName})"` will be transformed to `"text":"🌧️ -4 (Amsterdam)"` in the output
3131
- `--lang LANG` - set language (currently `en`, `de`, `pl`, `tr`, `fr`, `ru`, `zh`, `be`, `es`, `pt`, `it`, `ja`, `uk`, `sv`; submit a PR to add yours)
32+
- `--observation-time` - show the time the current weather conditions were measured
3233

3334
e.g. `wttrbar --date-format "%m/%d" --location Paris --hide-conditions`
3435

0 commit comments

Comments
 (0)