[gnome-weather] Prepare release 3.34.0



commit 1b10ddc373ca34573813eaa4159c2dda27e9c96d
Author: Christopher Davis <brainblasted disroot org>
Date:   Tue Sep 24 16:07:11 2019 -0700

    Prepare release 3.34.0

 NEWS                                     | 19 +++++++++++++++++++
 data/org.gnome.Weather.appdata.xml.in.in | 23 ++++++++++++++++++++++-
 meson.build                              |  2 +-
 3 files changed, 42 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9114c41..e34c473 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+3.34.0
+======
+* Export location information to GNOME Shell (Florian Müllner)
+* Use weather station's time zone (Jim Mason)
+* Allow enter key to show location (James Westman)
+
+* Bugs fixed:
+ - !18 Fix search provider (Florian Müllner)
+
+* Translation updates:
+ - Catalan
+ - Chinese (China)
+ - Danish
+ - Icelandic
+ - Karbi
+ - Korean
+ - Persian
+ - Tamil
+
 3.33.90
 =======
 * Export location information to GNOME Shell (Florian Müllner)
diff --git a/data/org.gnome.Weather.appdata.xml.in.in b/data/org.gnome.Weather.appdata.xml.in.in
index 33cfa72..696a325 100644
--- a/data/org.gnome.Weather.appdata.xml.in.in
+++ b/data/org.gnome.Weather.appdata.xml.in.in
@@ -46,7 +46,28 @@
     <id>org.gnome.Weather.desktop</id>
   </provides>
   <releases>
-    <release date="2019-08-05" version="3.33.90"/>
+    <release date="2019-09-24" version="3.34.0">
+      <description>
+        <p>GNOME Weather 3.34 includes bug fixes and general improvements:</p>
+        <ul>
+          <li>Export location information to GNOME Shell (Florian Müllner)</li>
+          <li>Use weather station's time zone (Jim Mason)</li>
+          <li>Allow enter key to show location (James Westman)</li>
+          <li>Fix search provider (Florian Müllner)</li>
+        </ul>
+        <p>It also includes translation updates for the following locales:</p>
+        <ul>
+          <li>Catalan</li>
+          <li>Chinese (China)</li>
+          <li>Danish</li>
+          <li>Icelandic</li>
+          <li>Karbi</li>
+          <li>Korean</li>
+          <li>Persian</li>
+          <li>Tamil</li>
+        </ul>
+      </description>
+    </release>
     <release date="2019-03-11" version="3.32.0"/>
   </releases>
 
diff --git a/meson.build b/meson.build
index f4daf51..c28e1fc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-weather', 'c',
-  version: '3.33.90',
+  version: '3.34.0',
   meson_version: '>= 0.50.0',
   license: 'GPL2+'
 )


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