From 41dd28a4a6b256c40dd294a9fae772792521de15 Mon Sep 17 00:00:00 2001 From: Vitaly Dyachkov Date: Tue, 10 Aug 2021 20:01:18 +0200 Subject: [PATCH] Release 40.1 --- NEWS | 27 ++++++++++++++++++++++++ data/org.gnome.Weather.appdata.xml.in.in | 22 +++++++++++++++++++ meson.build | 2 +- 3 files changed, 50 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7c0c3a50..b055e715 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +40.1 +======== +* Add corner radius to forecast chart (Vitaly Dyachkov) +* Increase contrast when using dark themes (Björn Daase) + +* Bugs fixed: + - #146 Less info in Celsius than in Fahrenheit (Jessica Tallon) + - #168 UI not loading when start (CalebCintary) + - #190 Daily forecast is not correctly showing the lowest temperature (Eric Daigle) + - !82 Workaround serialization without icao libgweather issue (AsciiWolf) + - #169 Application does not save location (Jessica Tallon) + +* Translation updates: + - Belarusian + - Chinese (China) + - Chinese (Taiwan) + - Czech + - English + - Galician + - Hebrew + - Greek + - Korean + - Nepali + - Occitan + - Slovak + - Vietnamese + 40.0 ======== * Major redesign with new charts (Vitaly Dyachkov, Nahuel Gomez Castro, Evan Welsh, Allan Day, Sam Hewitt, Christopher Davis) diff --git a/data/org.gnome.Weather.appdata.xml.in.in b/data/org.gnome.Weather.appdata.xml.in.in index 598cdc09..2c2dc6ed 100644 --- a/data/org.gnome.Weather.appdata.xml.in.in +++ b/data/org.gnome.Weather.appdata.xml.in.in @@ -46,6 +46,28 @@ org.gnome.Weather.desktop + + +

Forecast chart's rounded corners

+

Better dark themes support

+

Updated translations for the following locales:

+
    +
  • Belarusian
  • +
  • Chinese (China)
  • +
  • Chinese (Taiwan)
  • +
  • Czech
  • +
  • English
  • +
  • Galician
  • +
  • Hebrew
  • +
  • Greek
  • +
  • Korean
  • +
  • Nepali
  • +
  • Occitan
  • +
  • Slovak
  • +
  • Vietnamese
  • +
+
+

GNOME Weather 40 brings an exciting new redesign that works on both desktop and mobile form factors.

diff --git a/meson.build b/meson.build index c0128de7..ca86f3e3 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-weather', 'c', - version: '40.0', + version: '40.1', meson_version: '>= 0.50.0', license: 'GPL2+' ) -- GitLab