diff --git a/NEWS b/NEWS index 7c0c3a5055e15dc995a1ba30185310c995a6c632..b055e71590d57bc0c6c3a604aedfa2547b7f324a 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 598cdc090aeac725ddc5a301c57d3aa23dcdc1b7..2c2dc6ed583bfc72cbd18a31db1d2763a24fdb0a 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 c0128de752310750e5de8f735a1981474c118eac..ca86f3e3bc108d780d3abbb8f2d50d914a010ebc 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+' )