aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 65ead45..36818d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,21 @@
Terse, newest first. Versions are git tags.
+## 0.1.4 — 2026-08-27
+
+### Added
+- `-svg` writes a meteogram: temperature with the apparent temperature
+ dashed, precipitation bars with the probability on its own right-hand axis,
+ and humidity — three panels over one time axis, with shaded night bands,
+ faint hourly gridlines, bold dates and a rule at each midnight. Written as
+ markup, so there is no plotting library and no gnuplot; it works wherever the
+ binary does. The meteogram requests the fields it needs regardless of
+ `columns=`.
+- `-o PATH` / `-out PATH` writes to a file or a directory instead of standard
+ output, for the table as well as the meteogram. A directory gets a filename
+ generated from the place and the date, so a daily run does not overwrite
+ yesterday. Colour is omitted when writing to a file.
+
## 0.1.3 — 2026-08-25
### Fixed