[gnome-weather] Release 40.1



commit 41dd28a4a6b256c40dd294a9fae772792521de15
Author: Vitaly Dyachkov <obyknovenius me com>
Date:   Tue Aug 10 20:01:18 2021 +0200

    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 7c0c3a5..b055e71 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 598cdc0..2c2dc6e 100644
--- a/data/org.gnome.Weather.appdata.xml.in.in
+++ b/data/org.gnome.Weather.appdata.xml.in.in
@@ -46,6 +46,28 @@
     <id>org.gnome.Weather.desktop</id>
   </provides>
   <releases>
+    <release date="2021-08-10" version="40.1">
+      <description>
+        <p>Forecast chart's rounded corners</p>
+        <p>Better dark themes support</p>
+        <p>Updated translations for the following locales:</p>
+        <ul>
+          <li>Belarusian</li>
+          <li>Chinese (China)</li>
+          <li>Chinese (Taiwan)</li>
+          <li>Czech</li>
+          <li>English</li>
+          <li>Galician</li>
+          <li>Hebrew</li>
+          <li>Greek</li>
+          <li>Korean</li>
+          <li>Nepali</li>
+          <li>Occitan</li>
+          <li>Slovak</li>
+          <li>Vietnamese</li>
+        </ul>
+      </description>
+    </release>
     <release date="2021-03-20" version="40.0">
       <description>
         <p>GNOME Weather 40 brings an exciting new redesign that works on both desktop and mobile form 
factors.</p>
diff --git a/meson.build b/meson.build
index c0128de..ca86f3e 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+'
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]