[gnome-music] Release 3.35.91



commit cf66c59861b6d8a041715e52cf037ca8553040c4
Author: Marinus Schraal <mschraal gnome org>
Date:   Sat Feb 15 15:05:05 2020 +0100

    Release 3.35.91

 NEWS                                   | 52 ++++++++++++++++++++++++++++++++++
 data/org.gnome.Music.appdata.xml.in.in | 15 ++++++++++
 data/ui/AboutDialog.ui.in              |  2 ++
 meson.build                            |  2 +-
 4 files changed, 70 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 2440bfa7..79f6ed6e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,55 @@
+Overview of changes in 3.35.91
+==============================
+
+• Use natural order for sorting
+• Expose Last.fm scrobbler in the UI
+• Add local runtime cache for scrobbling
+• Add GLib style logging and remove old logging and debug switch
+
+Bugs fixed:
+ Sort albums title containing digits numerically (#22)
+ PlaylistsView: select the next playlist on deletion (#359)
+ Expose scrobbling support (#218)
+ Switching to playlist gives an empty view (#348)
+ Use tabular numbers for song duration (!623)
+ Crash after select all items (#364)
+ Deleting an empty playlist crashes (#365)
+ Disable selection button in Playlist View while searching (#366)
+ Help overlay remove Ctrl+F1 shortcut (!643)
+
+Thanks to our contributors this release:
+ Use Alexander Mikhaylenko
+ Chinmay Gurjar
+ Jean Felder
+ Marinus Schraal
+ Sabri Ünal
+
+Translation added:
+ Malay
+
+Updated translations:
+ Greek
+ Indonesian
+ Spanish
+ Slovak
+ Chinese (Taiwan)
+ Finnish
+ Friulian
+ Brazilian Portuguese
+ Italian
+ Swedish
+ Croatian
+ Persian
+ Lithuanian
+ Japanese
+ Basque
+ French
+ Turkish
+ Czech
+ British English
+ Serbian
+ Galician
+
 Overview of changes in 3.35.3
 =============================
 
diff --git a/data/org.gnome.Music.appdata.xml.in.in b/data/org.gnome.Music.appdata.xml.in.in
index f688be2d..43092664 100644
--- a/data/org.gnome.Music.appdata.xml.in.in
+++ b/data/org.gnome.Music.appdata.xml.in.in
@@ -28,6 +28,21 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="3.35.91" date="2020-02-15" type="development">
+      <description>
+        <p>
+          This is an unstable release in the 3.33 development series,
+          with the following improvements:
+        </p>
+        <ul>
+          <li>Use natural order for sorting</li>
+          <li>Expose Last.fm scrobbler in the UI</li>
+          <li>Add a local runtime cache for scrobbling</li>
+          <li>Lots of general cleanups and bugfixes</li>
+        </ul>
+        <p>This release also updates and adds translations.</p>
+      </description>
+    </release>
     <release version="3.35.3" date="2020-01-05" type="development">
       <description>
         <p>
diff --git a/data/ui/AboutDialog.ui.in b/data/ui/AboutDialog.ui.in
index 686d67ea..3af1472b 100644
--- a/data/ui/AboutDialog.ui.in
+++ b/data/ui/AboutDialog.ui.in
@@ -34,6 +34,7 @@ Billy Barrow
 Bruce Cowan
 Carlos Garnacho
 Carlos Soriano
+Chinmay Gurjar
 Christophe van den Abbeele
 Christopher Davis
 Clayton G. Hobbs
@@ -78,6 +79,7 @@ Prashant Tyagi
 Rashi Sah
 Reuben Dsouza
 Robert Greener
+Sabri Ünal
 Sagar Lakhani
 Sai Suman Prayaga
 Sam Hewitt
diff --git a/meson.build b/meson.build
index 2f7596c5..13ed45c9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-music',
-    version: '3.35.3',
+    version: '3.35.91',
     meson_version: '>= 0.46.0'
 )
 


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