[gnome-music] Release 3.33.2



commit 0e160beac4e07d9b856ff718da266733d089ac39
Author: Jean Felder <jfelder src gnome org>
Date:   Mon May 20 11:33:24 2019 +0200

    Release 3.33.2

 NEWS                                   | 51 ++++++++++++++++++++++++++++++++++
 data/org.gnome.Music.appdata.xml.in.in | 18 ++++++++++++
 data/ui/AboutDialog.ui.in              |  3 ++
 meson.build                            |  2 +-
 4 files changed, 73 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 624ea7c7..9918f11c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,54 @@
+Overview of changes in 3.33.2
+=============================
+
+* Improve Smooth progressbar support
+* Improve display of information for songs with no tags
+* Select a random song at launch when playing a playlist in shuffle mode
+* AppData tags update (initiative #8)
+* MPRIS misc cleanups
+* Lots of general cleanups
+
+Bugs fixed:
+ gnome-music crashes on startup (#105)
+ Stop using GtkBox:padding, GtkBox:fill and GtkBox:expand (#215)
+ Do not rely on Tracker generated metadata (#223)
+ MPRIS2 reports wrong .desktop file name (#263)
+ Crash with mouse 'back' button (#265)
+ Repeat song not working on Gnome Music 3.32.0 (#266)
+ Order of search and select buttons incorrect (#270)
+ flatpak nightly: Clicking on MPRIS player launches wrong version (#273)
+ Incorrect timeline (progress bar) position for m4a file (#274)
+ HeaderBar in selection mode has the search/cancel button order wrong (#275)
+ Repeat All Does Not Repeat Single Songs From Search (#278)
+ Resuming Playback Actually Restarts Song (#280)
+
+Thanks to our contributors this release:
+ Christopher Davis
+ Reuben Dsouza
+ Bilal Elmoussaoui
+ Jean Felder
+ Andre Klapper
+ Kalev Lember
+ Marinus Schraal
+ Veerasamy Sevagen
+ Georges Basile Stavracas Neto
+ Sumaid Syed
+
+Translation updated:
+ Chinese (China)
+ Chinese (Taiwan)
+ Croatian
+ Esperanto
+ Friulian
+ Hungarian
+ Indonesian
+ Italian
+ Polish
+ Portuguese (Brazil)
+ Romanian
+ Spanish
+ Swedish
+
 Overview of changes in 3.32.0
 =============================
 
diff --git a/data/org.gnome.Music.appdata.xml.in.in b/data/org.gnome.Music.appdata.xml.in.in
index 3a09f8d8..3ef91e1a 100644
--- a/data/org.gnome.Music.appdata.xml.in.in
+++ b/data/org.gnome.Music.appdata.xml.in.in
@@ -28,6 +28,24 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="3.33.2" date="2019-05-20" type="development">
+      <description>
+        <p>
+          This is an unstable release in the 3.33 development series,
+          with the following improvements:
+        </p>
+        <ul>
+          <li>Improve Smooth progressbar support</li>
+          <li>Improve display of information for songs with no tags</li>
+          <li>Select a random song at launch when playing a playlist in shuffle mode</li>
+          <li>AppData tags update</li>
+         <li>Fix crash with mouse 'back' button</li>
+          <li>MPRIS misc cleanups</li>
+          <li>Lots of general cleanups</li>
+        </ul>
+        <p>This release also updates translations.</p>
+    </description>
+  </release>
     <release version="3.32.0" date="2019-03-13" />
   </releases>
   <project_group>GNOME</project_group>
diff --git a/data/ui/AboutDialog.ui.in b/data/ui/AboutDialog.ui.in
index ae411296..142a90ec 100644
--- a/data/ui/AboutDialog.ui.in
+++ b/data/ui/AboutDialog.ui.in
@@ -23,6 +23,7 @@ The GNOME Music authors hereby grant permission for non-GPL compatible GStreamer
 Adrian Solom
 Alberto Fanjul
 Alexander Mikhaylenko
+Andre Klapper
 Andreas Nilsson
 Apostol Bakalov
 Arnel A. Borja
@@ -71,6 +72,7 @@ Phil Dawson
 Piotr Drąg
 Prashant Tyagi
 Rashi Sah
+Reuben Dsouza
 Robert Greener
 Sagar Lakhani
 Sai Suman Prayaga
@@ -79,6 +81,7 @@ Seif Lotfy
 Shivani Poddar
 Shivansh Handa
 Subhadip Jana
+Sumaid Syed
 Suyash Garg
 Tapasweni Pathak
 Taylor Garcia
diff --git a/meson.build b/meson.build
index c856d163..223fb234 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-music',
-    version: '3.32.0',
+    version: '3.33.2',
     meson_version: '>= 0.46.0'
 )
 


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