commit 05327043485aba6b044c3eb2bbedfa783922344e parent 499e7d674f0af4769c85d2175945ded9b6c4bbd7 Author: Frederic Cambus <fred@statdns.com> Date: Mon, 9 Jan 2023 11:11:07 +0100 Update ChangeLog. Diffstat:
M | ChangeLog | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,12 @@ +AnsiWeather 1.19.0 (2023-01-09) + +- Quote location in example, as this is a common source of error +- Add an entry for "feels_like_text" in the .ansiweatherrc example file +- Only set LC_NUMERIC=C, instead of LC_ALL. This prevents overriding + locale date format when displaying days and months in forecast mode. + + + AnsiWeather 1.18.0 (2021-09-14) - Update man page to add the -v option (Thanks Takayuki Hirota)