[gnome-music] Release 3.29.2



commit 3bee1d30288413f517512701c337cd601f3b79c1
Author: Marinus Schraal <mschraal gnome org>
Date:   Sun May 20 10:11:35 2018 +0200

    Release 3.29.2

 NEWS                   | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++
 data/AboutDialog.ui.in |  9 +++++++
 meson.build            |  2 +-
 3 files changed, 74 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 25da6fa8..952550dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,67 @@
+Overview of changes in 3.29.2
+=============================
+
+* Update appdata
+* Fix issue with untranslated UI elements
+* CI use flake8 instead of pep8 & pyflakes
+* CI generate flatpak bundles for every commit and MR
+* Use libsoup for http requests
+* Use CSS styling instead of widget attributes
+* Merge emptystate views
+* Add optional suspend inhibition gsetting
+* Cleanup and split of Player and Toolbar classes
+* Numerous miscellaneous cleanups
+
+Bugs fixed:
+ Partly untranslated user interface (#169)
+ albumartcache: Do not close non-existing stream on error (!95)
+ albumartcache: Fix possible lookup loop (!95)
+ albumartcache: Do not send two signals on error (!95)
+ Minor optimizations (!138)
+ flatpak: Enable MPRIS and GNOME media keys (!129)
+ notificationspopup: Fix source not found warning (!131)
+ Ellipsized songs in Artists View are improperly aligned (#173)
+ Fix notification calls on startup (!147)
+ grilo: Fix audio check (!159)
+ AlbumsView: Fix runtime updates still triggering
+ [playlist dialog] implement empty state dialog (#74)
+ Default search does not search in composer field (#140)
+ SearchView does not use the same model as other views (#160)
+ Use CSS style instead of html markup to color text (#163)
+ Fix Running Length label translation in AlbumViewWidget (#177)
+ local searchtag not removed when doing non-local searches (#130)
+ Replace requests usage with libsoup (#144)
+ Use DzlBoldingLabel for TrackWidget (#178)
+ player: Add optional inhibition of system suspend (#182)
+ Pressing escape when renaming a playlist does not cancel rename (#188)
+
+Thanks to our contributors this release:
+ Ashwin Mohan
+ Apostol Bakalov
+ Jean Felder
+ Marinus Schraal
+ Adrian Solom
+ Juan José González
+ Bruce Cowan
+ Alexander Mikhaylenko
+ Subhadip Jana
+ Georges Basile Stavracas
+ Piotr Drąg
+
+Translations updated:
+ Danish
+ Croatian
+ Greek
+ British English
+ Turkish
+ Russian
+ Slovenian
+ Romanian
+ Friulian
+ Czech
+ Indonesian
+ Spanish
+
 Overview of changes in 3.27.92
 ==============================
 
diff --git a/data/AboutDialog.ui.in b/data/AboutDialog.ui.in
index 4f7149f7..4f23f5a4 100644
--- a/data/AboutDialog.ui.in
+++ b/data/AboutDialog.ui.in
@@ -20,12 +20,17 @@ The GNOME Music authors hereby grant permission for non-GPL compatible GStreamer
 
 “Magic of the vinyl” by Sami Pyylampi image is licensed by CC-BY-SA 2.0 
https://www.flickr.com/photos/_spy_/12270839403</property>
     <property name="authors">Abhinav Singh
+Adrian Solom
 Alberto Fanjul
+Alexander Mikhaylenko
 Andreas Nilsson
+Apostol Bakalov
 Arnel A. Borja
+Ashwin Mohan
 Benoît Legat
 Bilal Elmoussaoui
 Billy Barrow
+Bruce Cowan
 Carlos Garnacho
 Carlos Soriano
 Clayton G. Hobbs
@@ -45,6 +50,7 @@ Jan-Michael Brummer
 Jean Felder
 Jeremy Bicha
 Jordan Petridis
+Juan José González
 Juan Suarez
 Kainaat Singh
 Kalev Lember
@@ -82,6 +88,7 @@ Aurimas Černius
 Balázs Meskó
 Balázs Úr
 Baurzhan Muftakhidinov
+Bruce Cowan
 Cédric Valmary
 Chao-Hsiung Liao
 Charles Monzat
@@ -98,6 +105,8 @@ Jiri Grönroos
 Joe Hansen
 Jordi Mas
 Justin van Steijn
+Efstathios Iosifidis
+Emin Tufan Çetin
 Fábio Nogueira
 Fabio Tomat
 Fran Diéguez
diff --git a/meson.build b/meson.build
index 8bdfba00..dd9c9059 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-music',
-    version: '3.27.92'
+    version: '3.29.2'
 )
 
 # Importing modules


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