summaryrefslogtreecommitdiff
path: root/NEWS
blob: b325af5bc0ad1ee53e35273ebb5bdf1ec3bd880f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
Overview of changes in 42.1
===========================

• Make shuffle shuffle again
• Fix time display in RTL languages
• No longer mismatch art on scrolling
• Fix async queue block on fresh art retrieval

Bugs fixed:
 Rework ArtStack to handle cycling widgets better (#500)
 Shuffle broken in Music 42 (#515)
 Time is reversed in RTL (#509)

Thanks to our contributors this release:
 Marinus Schraal
 Yosef Or Boczko

Updated or added translations:
 Latvian
 Dutch
 Catalan
 Icelandic
 French
 Chinese (China)


Overview of changes in 42.0
===========================

• GTK-4 regression fixes

Bugs fixed:
 App title untranslated (#510)

Thanks to our contributors this release:
 Fabian Bornschein
 Georges Basile Stavracas Neto
 Jean Felder
 Marinus Schraal
 Sophie Herold

Updated translations:
 Ukrainian
 Portuguese
 Brazilian Portuguese
 Indonesian
 Catalan
 Russian
 Chinese (China)
 Lithuanian
 Hebrew
 Czech
 Persian
 French
 Turkish
 Finnish
 Spanish
 Galician
 Slovak
 Slovenian
 Polish
 Basque
 Swedish
 Korean
 Croatian
 Danish
 Bulgarian
 Hungarian
 Kazakh
 Japanese
 Serbian
 German
 Occitan
 Norwegian Bokmål
 Italian


Overview of changes in 42.beta
==============================

• Port to GTK-4
• Dark mode switching

Bugs fixed:
 Fix slow startup (!923)

Thanks to our contributors this release:
 Christopher Davis
 Jakub Steiner
 Jean Felder
 Koushik Sahu
 Marinus Schraal
 Michael Catanzaro
 Sam Hewitt
 Sophie Herold

Updated translations:
 Danish
 Icelandic
 Swedish
 Russian
 Indonesian
 Catalan
 Friulian
 Latvian
 Frisian
 Bulgarian
 Serbian
 Vietnamese


Overview of changes in 41.0
===========================

Updated translations:
 Basque
 Spanish
 Croatian
 German
 Occitan
 Danish
 Polish
 Hungarian
 Hebrew
 Dutch
 Belarusian
 Turkish

Overview of changes in 41.rc
============================

• Touch-ups for the new design
• Async improvements

Bugs fixed:
 Fix duplicated playlist song removal (#469)
 Fix flowbox selection state (#460)

Thanks to our contributors this release:
 Marinus Schraal
 Mpho Jele

Updated translations:
 Indonesian
 Ukrainian
 Swedish
 Czech
 Spanish
 Basque
 Catalan
 Brazilian Portuguese
 Galician
 Finnish
 British English
 Kazakh
 Slovenian
 Slovak
 Frisian
 French
 Korean
 Persian
 Greek
 Lithuanian
 Romanian
 Chinese (China)

Overview of changes in 41.beta
==============================

• Implemented much of the new design mockups
• Update initial state art

Thanks to our contributors this release:
 Christopher Davis
 Georges Basile Stavracas Neto
 Jakub Steiner
 Jean Felder
 Lucy Coleclough
 Marinus Schraal
 Rafael Coelho
 Sabri Ünal
 Vineet Reddy

Updated translations:
 Vietnamese
 Hebrew
 Dutch
 Ukrainian
 Swedish
 Occitan
 Spanish
 Indonesian
 Russian
 Slovenian
 Romanian
 Brazilian Portuguese
 German
 Turkish
 Catalan
 Friulian
 Chinese (China)
 Portuguese

Added translation:
 Frisian


Overview of changes in 40.0
===========================

• Update appdata for the 40.0 release

Overview of changes in 40.rc
============================

• Improve startup loading
• Misc playlist handling fixes
• Use publication date instead of creation date for songs

Bugs fixed:
 Scrobbling crash (#412, !769)
 Fix artist queries to retrieve art (!773)
 Ignore redundant Tracker delete events (!781)
 Fix album selection checkboxes style (#414)
 Fix playlist deletion (!793, !813)
 adding songs to favorite crashes the app (#441)
 GNOME Music crashes during startup: discbox is None (#430)
 Crash when creating a playlist containing a quotation mark (#447)

Thanks to our contributors this release:
 James A. Baker
 Jean Felder
 Marinus Schraal
 Yann Delaby

Updated translation:
 British English
 Catalan
 Chinese (Taiwan)
 Danish
 Friulian
 Galician
 Hebrew
 Norwegian Bokmål
 Punjabi
 Romanian
 Slovak

Overview of changes in 3.38.0
=============================

Updated translations:
 Danish
 Greek
 Hungarian
 Italian
 Latvian
 Portuguese

Overview of changes in 3.37.92
==============================

* Port to Tracker 3
* Art retrieval complete rework
* Flatpak cleanups and updates

Bugs fixed:
 gnome-music gets stuck when next button is pressed when current song is about to finish (#375)
 Selection mode search doesn't work (#405)
 Selecting an album in albums view in selection mode randomly deselects other albums (#406)
 Selection mode only works for artists during search (#407)
 Music crashed if gnome-online-accounts is unavailable (#410)
 MPRIS playlist fixes (!741)
 Gracefully handle locale.{bind,}textdomain not being available (!735)

Thanks to our contributors this release:
 Adam Blanchet
 Carlos Garnacho
 Chinmay Gurjar
 Jean Felder
 Marinus Schraal
 Piotr Drąg
 Rasmus Thomsen
 Sam Thursfield
 Simon McVittie

Updated translation:
 Basque
 Brazilian Portuguese
 Catalan
 Chinese (China)
 Croatian
 Czech
 Dutch
 Finnish
 French
 Friulian
 Galician
 German
 Indonesian
 Japanese
 Kazakh
 Korean
 Lithuanian
 Persian
 Polish
 Serbian
 Slovak
 Slovenian
 Spanish
 Swedish
 Turkish
 Ukrainian

Overview of changes in 3.37.3
=============================

Bugs fixed:
 pauseonsuspend: Fix calls to MusicLogger.warning() (!724)
 Duplication of menu bar (#387)
 High CPU usage (#360)
 Bind more SongWidget properties (!663)

Thanks to our contributors this release:
 Evan Nehring
 Jean Felder
 Marinus Schraal
 Nils Reuße

Updated translation:
 Kazakh

Overview of changes in 3.37.2
=============================

* Use Gtk.Template for all the Views and remove BaseView
* Prefer Albumartist field for artist search
* Change Artist view selection from artist to song
* Extend Gtk.Template usage for Window
* Deinitialize Grilo on shutdown
* Music now explicitly depends on Pango 1.44 or above
* Flatpak cleanups and updates
* Various widgets style and code cleanups

Bugs fixed:
 Artist view should support music selection (#26)
 In-app notifications need to be dismissable (#259)
 Stop using show_all (#320)
 Crash while searching due to bugs in searchview.py (#372)
 Crash on start: object 'AttrFontFeatures' has no attribute 'new' (#374)
 Wrong song count in favourite playlist (#376)
 Please stop changing the module search path (#377)
 Use libsoup for art retrieval (#378)
 Music crashes on 'check_smart_playlist_change' call (#382)

Thanks to our contributors this release:
 Ashwani Singh Tanwar
 Atharva Veer
 Chinmay Gurjar
 Erik Inkinen
 Evan Nehring
 Jean Felder
 Marinus Schraal
 Weifang Lai

Added translations:
 Ukrainian

Updated translations:
 Catalan
 Chinese (China)
 Chinese (Taiwan)
 Hebrew
 Norwegian Bokmål
 Romanian
 Russian
 Slovak
 Slovenian
 Ukrainian

Overview of changes in 3.36.0
=============================

Updated translations:
 Italian
 German
 Dutch

Overview of changes in 3.35.92
==============================

• Restore smart playlists update
• Improve Tracker content tracking
• Flatpak cleanups and updates

Bugs fixed:
 Properly load Grilo Tracker plugin (!650)
 Stop a deleted playlist if it is playing (!661)
 Misc playlists fixes  (!654)
 Flatpak: remove unused dleyna support (!644)
 flatpak assorted fixes (!645)

Thanks to our contributors this release:
 Georges Basile Stavracas Neto
 Jackson Campolattaro
 Marinus Schraal
 Jean Felder

Updated translations:
 Brazilian Portuguese
 British English
 Catalan
 Chinese (Taiwan)
 Croatian
 Czech
 Danish
 Finnish
 French
 Galician
 Hungarian
 Korean
 Indonesian
 Lithuanian
 Persian
 Polish
 Serbian
 Spanish
 Swedish
 Turkish

Overview of changes in 3.35.91.1
================================

Bug fixed:
 Possible crash on warning (!643)

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
=============================

* Improve Tracker content tracking
* Update appdate screenshots

Bugs fixed:
 F1 key is not opening help page (#353)
 Play on empty playlist crashes Music (#354,#355)
 Crash when pressing Alt+Left in SearchView (#357)
 Update the appdata screenshots (#327)

Thanks to our contributors this release:
 Ishaan Shah
 Jean Felder
 Marinus Schraal

Added translations:
 Basque
 Indonesian

Updated translations:
 Chinese (Taiwan)
 Ukranian
 Brazilian Portuguese
 Galician

Overview of changes in 3.35.2
=============================

* Album Covers are now loaded on demand
* Use MusicBrainz identifiers to download album covers
* Restore support for "Album Artist" tag
* Disable online search by default
* Restore MPRIS playlist support and misc MPRIS cleanups
* Playlist fixes
* Bring back loading notifications
* Nightly application icon

Bugs fixed:
 Fix a crash in Last.fm support (#328)
 GNOME shell MPRIS controls are not visible (#332)
 PlayerToolbar can become invisible (#335)
 Issues when resizing window below apparent minimum width (#337)
 GNOME music crashes after creating a huge amount of threads (#312)
 GNOME Music crashes if xdg_music_dir is not set (#338)
 group artists with a feat or an original artist under the same artist (#331)
 Songs Not in ~/Music Show Up In Search (#317)
 Fix visual glitches (#300)
 Use pkglibdir for gfmlibdir (!509)
 Limit smartplaylist content to XDG Music dir (#311)
 Crash when removing GOA account (#145)
 Model fixes (!557, !552, !533, !499)
 Fix icon rendering issues (!543)
 Selection fixes (!528)
 Restore the development style (!563)

Thanks to our contributors this release:
 Jean Felder
 Sam Hewitt
 Marinus Schraal
 Jan Alexander Steffens
 Jakub Steiner
 Sumaid Syed
 Sam Thursfield

Added translations:
 Tamil

Translations updated:
 Catalan
 Danish
 Dutch
 Friulian
 Persian
 Spanish

Overview of changes in 3.34.0
=============================

This release marks the first stable release after a invasive rewrite of Music
internals and may still be rough around the edges. Regressions and known issues
are kept track of in #299, further issue reports are welcome.

* A flatpak issue with cover art retrieval was fixed

Thanks to our contributors this release:
 Jean Felder

Tranlations updated:
 Japanese
 Italian

Overview of changes in 3.33.92
==============================

This release contains even more bug fixes and cleanups following the core
rewrite. Regressions and known issues are kept track of in #299, further testing
and issue reports are welcome.

Thanks to our contributors this release:
 Hugo Posnic
 Piotr Drąg
 Jean Felder
 Marinus Schraal

Translations updated:
 Indonesian
 Karb
 Basque
 Swedish
 Finnish
 Romanian
 Lithuanian
 Spanish
 Catalan
 Polish
 Serbian
 German
 Latvian
 Slovenian
 Hungarian
 Galician
 Korean
 British English
 Turkish
 French
 Greek
 Catalan
 Brazilian Portuguese
 Czech
 Croatian

Overview of changes in 3.33.90
==============================

This release contains a lot of bug fixes following the rewrite of the core of
Music. This work is not yet complete, but the overall state should be
improved. Regressions and known issues are kept track of in #299. Further
reports are welcome.

Some other things were worked on as well:
* Search view rewrite and style update
* Display an empty view if Tracker version is outdated

Thanks to our contributors this release:
 Piotr Drąg
 Jean Felder
 Marinus Schraal

Added translations:
 Karbi

Translations updated:
 Portuguese
 Basque
 Spanish
 Romanian
 Swedish

Overview of changes in 3.33.4
=============================

This release contains a rewrite of the core of Music. This work is not yet
complete, but should be in a usable state. Regressions and known issues are
kept track of in #299. Further reports are welcome.

Some other things were worked on as well:
* Support gapless playback
* MPRIS support rewrite
* Playlists rewrite

Thanks to our contributors this release:
 Georgers Basile Stavracas Neto
 Jean Felder
 Jesus Bermudez Velazquez
 Marinus Schraal

Translations updated:
 Hungarian
 Greek
 Dutch
 Croatian
 Swedish
 Slovenian
 Icelandic

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
=============================

Translations updated:
 Finnish
 Catalan
 French

Overview of changes in 3.31.92
==============================

Bugs fixed:
 Fix initial state graphics in dark mode (#258)

Thanks to our contributors this release:
 Tjipke van der Heide
 Veerasamy Sevagen

Translations updated:
 Turkish
 Finnish
 Icelandic
 Dutch
 Lithuanian
 Basque
 Brazilian Portuguese
 Korean
 Italian
 Russian
 Serbian
 Friulian
 German
 Vietnamese
 Latvian

Overview of changes in 3.31.91
==============================

* Show an empty view when Tracker is unavailable

Bugs fixed:
 Play correct song while paused (#256)
 Show a warning when Tracker is not available (#165)
 Cannot cancel 'All' sources in search via button (#92)
 Crashes when trying to play any song (#244)
 Crash while tracks are being loaded (#252)

Thanks to our contributors this release:
 Jean Felder
 Marinus Schraal
 Sagar Lakhani

Translations updated:
 Czech
 Polish
 Spanish
 Romanian
 Hungarian
 Swedish
 Indonesian
 Slovenian
 Galician
 Kazakh
 Danish
 Chinese (Taiwan)

Overview of changes in 3.31.90
==============================

* Add pause on suspend
* Rework and cleanup MPRIS a lot
* Use new Adwaita devel styling
* Partial port to Gtk.EventController
* Set error style on searchbar entry if applicable

Bugs fixed:
 Limit composer length (#222)
 Fix keyboard shortcuts (#238)
 Correct MPRIS positioning (#227)
 Fix playlist renaming (#248)
 Fix Tracker criticals (#251)
 Fix popover positioning (#214)
 Pause when suspending (#68)
 Add error state for searchbar entry (#228)

Thanks to our contributors this release:
 Christophe van den Abbeele
 Christopher Davis
 Harry Xie
 Jean Felder
 Jordan Petridis
 Marinus Schraal
 Mohanna Datta Yelugoti
 Nikolay Yanchuk

Translations updated:
 Czech
 Slovenian
 Esperanto
 Spanish
 French
 Greek
 Friulian
 Swedish
 Hungarian
 Galician
 Romanian
 Indonesian
 Italian
 Finnish
 Turkish
 Polish
 Catalan
 Hungarian

Overview of changes in 3.31.1
=============================

* Replace app menu with Primary menu (initiative #4)
* Add TheAudioDB for coverart lookup
* Dark mode fixes
* Fix crash on opening help
* New app icon (initiative #2)
* Flatpak fixes

Bugs fixed:
 Fix checkbox selection (!245)
 Set application id correctly (!241)
 Add The AudioDB support (!247)
 Fix search dissapearing on return from child (!253)
 Clean up data dir (#193)
 mpris: Prevent crash from play call with no playlist (!255)
 application: Fix crash on opening help (#22)
 Darkmode fixes (!269,!271)
 repeat-mode fixes (!274)
 Restart remote cover lookup on source availability (!284)
 ui: Change arrow menu button icons (#233)

Thanks to our contributors this release:
 Christopher Davis
 Islam Bahnasy
 Jakub Steiner
 Jean Felder
 Marinus Schraal
 Shivansh Handa
 Tapasweni Pathak

Translations updated:
 Serbian

Overview of changes in 3.30.0
=============================

Translations updated:
 Galician
 Hungarian
 Vietnamese
 Latvian
 Croatian
 Danish

Overview of changes in 3.29.92
==============================

* Make static playlists more reliable
* Populate views on demand (improves startup)
* Fix player toolbar song/artist order
* Switch view navigation from <Ctrl> to <Alt>
* Add tooltips in more places
* Style treeview stars
* Lots of cleanups and reliability fixes

Bugs fixed:
 Fix Flatpak delayed loading (!239)
 Style treeview stars with CSS (!238)
 Use alt instead of ctrl for navigating tabs (#198)
 Do not allow view switching in all modes (!237)
 Introduce loading state (!233)
 grilo: Fix crash when Tracker is not (yet) loaded (!230)
 Populate views when opened (!232)
 views: Fix now-playing icon display (#203)
 On last play done, first song gets notified (#60)
 Shuffle shouldn't replay songs (#154)
 playlistview: improvements and bugfixes (!227,!229)
 meson: Do not add version suffix on default build (!228)

Thanks to our contributors this release:
 Jean Felder
 Marinus Schraal

Translations updated:
 Swedish
 Friulian
 Brazilian Portuguese
 Finnish
 Icelandic
 Romanian
 Kazakh
 Korean
 Indonesian
 Italian

Overview of changes in 3.29.91
==============================

* Finished moving the existing ui to use Gtk.Template
* Added some minor transitions going to selection-mode
* Add OARS tag
* Reword application description

Bugs fixed:
 Wait for last album to load (#174)
 appdata: Add OARS tag & reword description (!177)
 disable sidebar stack transition (!206)
 playlistview: Add translator context to Play menu (!211)
 add GOA dependency (#212)
 use Gtk.Template for AlbumCover (#183)
 tarball fails to build (#211)
 use Gtk.Template for About dialog (#183)
 App-bundles selection-mode headerbar color incorrect (#208)
 Use Gdk.Event accessors (#213)
 Add SidebarRow widget (!221)
 use Gtk.Template for Searchbar and move to widgets (!226)

Thanks to our contributors this release:
 Alexander Mikhaylenko
 Jean Felder
 Jordan Petridis
 Marinus Schraal
 Nick Richards
 Piotr Drąg
 Tyler Garcia

Translations updated:
 Spanish
 Slovenian
 German
 Polish
 Turkish
 Czech
 Lithuanian
 Chinese (Taiwan)
 Greek

Overview of changes in 3.29.90
==============================

* Lots of widgets ported to use Gtk.Template
* Added development app bundles to CI
* Codebase wide cleanups and refactoring
* Port sidebars away from libgd views

Bugs fixed:
 Using keyboard reveals the playerbar in in selection mode (#197)
 High contrast theme not folled for sidebars (#37)
 Right click to select Albums is inconsistent (#89)
 Flatpak + CI devops (#185)
 Music goes into an endless loop (#200)
 artistalbumswidget: missing attribute artist (#199)
 searchmode: Leaving selection mode with Escape dismisses search results (#195)
 Hard transition when entering selection mode (#27)

Thanks to our contributors this release:
 Apostol Bakalov
 Jean Felder
 Jordan Petridis
 Marinus Schraal
 Piotr Drąg

Translations updated:
 Czech
 Chinese (China)
 Spanish
 Chinese (Taiwan)
 Romanian
 Friulian
 Catalan
 Slovenian
 German
 French
 Greek

Overview of changes in 3.29.2.1
===============================

* Add release commit to dist tarball

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
==============================

* Port to Meson
* Lots of fixes to the flatpak json
* Fixes to playlists behaviour
* Fix some shortcut logic
* Fix issue with bluetooth headset input
* Delayed loading of covers in albumsview to decrease startup time
* Lots of general cleanups
* Update to latest libgd

Bugs fixed:
 Music won't build from flatpak (#138)
 Disable last.fm scrobbling if Music is disabled in GOA (#139)
 playlistview: Remove obsolete column renderer (!61)
 albumsview: Use correct checkbox style (!68)
 playlistview: Only show icons for playing playlists (#149)
 query: Filter out on-disk playlist formats (#72, #151)
 Replace logger.warn with logger.warning (#153)
 Switch to meson build system (#1)
 window: Handle Gdk Audio keys (#93)
 window: Restore selection popup functionality (#152)
 meson: Add fallback in case XDG_DATA_DIRS is not set (!85)
 Deleting a playlist does not stop the player (#156)
 Follow up searches do not trigger an actual search (#148)
 Changing playlist resets player model (#136)

Thanks to our contributors this release:
 Benoît Legat
 Bilal Elmoussaoui
 Georges Basile Stavracas Neto
 Janne Körkkö
 Jean Felder
 Marinus Schraal

Translations updated:
 Swedish
 Spanish
 Friulian
 Polish
 Indonesian
 Catalan
 Chinese (Taiwan)
 Brazilian Portuguese
 Galician
 Croatian
 Finnish
 Dutch
 German
 Hungarian
 Slovak
 Serbian
 Korean
 Croatian
 Italian
 Czech
 French
 Vietnamese
 Scottish Gaelic
 Lithuanian
 Kazakh
 Latvian

Overview of changes in 3.27.90
==============================

* Lots of cleanup/refactoring
* Moved to Gitlab
* Add album scrobbling
* Dropped some more libgd use
* Add context menu to interact with playlist items
* Drag and drop reorder in playlists
* Add album scrobbling
* Rework notifications
* Rework art cache
* CI fixes
* Last bits of HiDPI support

Bugs fixed:
 Clicking on cancel button from selection bar crashses music (#142)
 Crashed when trying to play music over UPnP (#46)
 Playlists are not displayed (#127)
 Fix deprecated accelerator call (#2)
 Crash during startup in albumart lookup (#121)
 Use stack for covers in player (#55)
 Finish HiDPI support (#65)
 Scale art more efficiently (#81)
 Playlist not deleted after close (#106)
 Allow undo on playlist track removal (#50)
 Fix artist/album search return all songs (#4)
 Replace deprecated override_color call (#3)
 Allow access to host cache from flatpak (!15)
 Reset song to clean on new playlist (#135)
 Use context menu on playlist tracks (#48)
 Replace deprecated add_accelerator call (#2)
 Console spam on startup related to Spotify (#132)

Thanks to our contributors this release:
 Alberto Fanjul
 Felipe Borges
 Gyanesh Malhotra
 Jean Felder
 Marinus Schraal
 Subhadip Jana

Translations updated:
 German
 Polish
 Friulian
 Indonesian
 Finnish
 Swedish
 Catalan
 Hungarian
 Esperanto

Overview of changes in 3.27.4
=============================

Bugs fixed:
 Migrate from intltool to gettext (#787272)
 Add appstream metadata to non-deprecated location (#790869)
 Playlist ordering in views (#772090)
 Fix style of GdTaggedEntry (#791077)
 PEP-8 fixes & cleanups (#791481,!7,!9,!10,!17,!18)
 Update libgd (!8)
 Fixes to navigating back (#777238)
 Enable mouse button for navigating back (#771934)
 Fix constructor deprecation warning (#790127)
 Fix PyGObject deprecation warning (#788701)
 Fix order in method call (!21)
 Fix log decorator order (!22)
 Use python3 style super() calls (!16)
 DiscListBoxWidget update favourites (!23)
 Add the ability to rename playlists (!11)
 Update README.md (!12)

Thanks to our contributors this release:
 Abhinav Singh
 Florian Darfeuille
 Jean Felder
 Jeremy Bicha
 Kainaat Singh
 Marinus Schraal
 Niels De Graef
 Phil Dawson
 Piotr Drąg
 Sambhav Kothari

Translations updated:
 Dutch
 Romanian
 Icelandic
 Persian
 Catalan (Valencian)
 German
 Czech
 Friulian
 Norwegian bokmål
 Croatian
 Indonesian
 Serbian
 Swedish

Overview of changes in 3.26.0
=============================

Translations updated:
 Catalan
 French
 Romanian
 Danish

Overview of changes in 3.25.92
==============================

Bugs fixed:
 786454 Wrong player.set_playlist call in albumwidget.py
 780548 Problem scrolling albums on wayland
 709073 Different icon in System Settings Sound pane

Thanks to our contributors this release:
 Jan-Michael Brummer
 Jean Felder
 Marinus Schraal
 Robert Greener

Translations updated:
 Croatian
 Italian
 Danish
 Vietnamese

Overview of changes in 3.25.91
==============================

Bugs fixed:
 786541 Add missing logger imports
 786315 Make the playlist button a circle

Thanks to our contributors this release:
 Jean Felder
 Jordan Petridis

Translations updated:
 Polish
 French

Overview of changes in 3.25.90
==============================

* Limit concurrent loading of coverart
* Fixes to appdata
* Use tracker:title-order for sorting

Bugs fixed:
 783466 query: Use tracker:title-order() SPARQL function for title sorting
 785697 Remove comments from org.gnome.Music.json

Thanks to our contributors this release:
 Carlos Garnacho
 Felipe Borges
 Georges Basile Stavracas Neto
 Kalev Lember
 Marinus Schraal
 Piotr Drąg

Translations updated:
 Turkish
 Croatian
 Czech
 Malayalam

Overview of changes in 3.25.4
=============================

* Build: depend on libtracker-sparql-2.0
* Add Flatpak manifest
* Mark forgotten string for translation

Bugs fixed:
 776668 fix minor seek stutter
 774500 refactor gnome-music.in to be more readable
 781684 playlistview artist field incorrect
 777346 allow seek using arrow keys
 781754 fix media-player-keys bus name

Thanks to our contributors this release:
 Abhinav Singh
 Carlos Garnacho
 Carlos Soriano
 Felipe Borges
 Marinus Schraal
 Pablo Palácios
 Piotr Drąg

Translations updated:
 Belarusian
 Slovenian
 Polish
 Indonesian


Overview of changes in 3.24.1.1
===============================

* Revert desktop file rename
* In turn revert Flatpak manifest addition

Overview of changes in 3.24.1
=============================

* Add Flatpak manifest
* Fix crashers
* Up Grilo requirements

Bugs fixed:
 780523 playlist dialog shows the playlist that is going to be deleted
 779905 build: Add a first version of Flatpak manifest

Thanks to our contributors this release:
 Abhinav Singh
 Carlos Soriano
 Marinus Schraal

Translations updated:
 Portuguese
 Norwegian bokmål
 Greek
 Croatian

Overview of changes in 3.24.0
=============================

Translations updated:
 Russian
 Latvian
 Brazilian Portuguese

Overview of changes in 3.23.92
==============================

* Code cleanups
* Local art retrieval added
* AppData screenshots updated

Bugs fixed:
 779013 only one (older) screenshot in appdata file
 779585 Window is wider than 1024px
 777041 Unexpected behaviour of playlist notification actions, sometimes
        deletes, sometimes not
 776668 double click on seek bar pauses the songs
 779052 MPRIS TrackList GoTo Method Crashes gnome-music
 779584 Handle coverart extraction in gnome-music

Thanks to our contributors this release:
 Abhinav Singh
 Andreas Nilsson
 Carlos Garnacho
 Marinus Schraal

Translations updated:
 Hungarian
 Slovak
 Serbian
 Galician
 Lithuanian
 Italian
 Czech
 Polish
 Danish
 Scottish Gaelic
 Occitan
 French
 Korean
 Indonesian
 Basque
 Icelandic
 Swedish
 Chinese (Taiwan)
 Finnish

Overview of changes in 3.23.91
==============================

* Code cleanups

Bugs fixed:
 774470 Use song instead of track in the source codebase
 774449 Cleanup baseview.py

Thanks to our contributors this release:
 Marinus Schraal
 Rashi Sah
 Suyash Garg

Translations updated:
 Finnish
 Kazakh
 Danish
 Norwegian bokmål
 Slovak
 Polish
 Basque
 Indonesian
 Italian
 Hungarian
 Catalan
 Friulian
 Ukrainian
 German
 Brazilian Portuguese
 Serbian
 Spanish

Overview of changes in 3.23.90
==============================

* Empty-state added for playlist dialog
* Cleanups

Bugs fixed:
 772089 [playlist dialog] implement empty state dialog
 776680 'Select All' doesn't have an action in Artists tab
 777541 Crashes as soon as trying to play a song
 777219 PEP 8 fix : application.py

Thanks to our contributors this release:
 Abhinav Singh
 Alberto Fanjul
 Marinus Schraal
 Yash Singh

Translations updated:
 Czech
 Indonesian
 German
 Turkish
 Catalan
 Polish
 Slovak
 Friulian

Overview of changes in 3.23.4
=============================

* Revamp notifications and drop GdNotification
* More cleanups

Bugs fixed:
 776157 Improve notifications' interaction
 776849 Gnome-music crashes on clicking "select all" in album
 777127 Pressing back after no search results from single album view leads to
        force close
 777235 Pressing back button when searching through a subview, should turn
        search off and go back
 777216 PEP 8 fix : __init__.py
 776673 Recompile resources when builddir is not same as srcdir
 772975 In a playlist repeatSong/shuffle/repeatSong take effect from the next
        song

Thanks to our contributors this release:
 Abhinav Singh
 Alberto Fanjul
 Georges Basile Stavracas Neto
 Marinus Schraal
 Sambhav Kothari

Translations updated:
 Finnish
 Kazakh
 Spanish

Overview of changes in 3.23.3
=============================

* Start to use Grilo for storing metadata
* Rework starring widget
* DistListBox improvements
* Stop walking directories for no reason
* Finish move to tracker async calls

Bugs fixed:
 774754 Use correct Grilo property for favourite tracking
 772689 Use tracker async queries
 775759 create_playlists cursor_callback method has a TypeError
 775930 Correct error variable names

Thanks to our contributors:
 Carlos Garnacho
 Georges Basile Stavracas Neto
 Marinus Schraal
 Sambhav Kothari
 Yash Singh

Translations updated:
 German
 Hungarian
 Russian

Overview of changes in 3.23.2
=============================

* Rely on Cairo for cover scaling
* Smooth progressbar
* Make more tracker calls async
* General cleanups
* Tackle long-standing issues with album separation

Bugs fixed:
 773478 artistviews: pep cleanup
 772263 Use unicode in translatable strings
 772698 async work
 774260 handle optional album-artist in queries
 774481 Add missing license header to gnome-music.in
 773769 songsview: pep cleanup
 772628 player: make progress scale  move smoothly

Thanks to our contributors:
 Carlos Garnacho
 Clayton G. Hobbs
 Marinus Schraal
 Pablo Palácios
 Piotr Drąg
 Suyash Garg
 Yash Singh

Translation updated:
 Czech
 Friulian
 Hungarian
 Norwegian bokmål
 Slovenian

Overview of changes in 3.23.1
=============================

* Rework art lookup
* Add HiDPI support (90% done)
* Add mnemonics
* Rework about dialog
* Split up views & widgets
* Rework the album widgets
* Show multi-disc albums as such
* Make playlist retrieval non-blocking
* Add composer label & search

Bugs fixed:
 761185 Help should use tag when referring to application names
 771348 Use | as I18N separator
 772403 Album art: also consider height when scaling
 765476 Crashes upon opening with a GLib error
 719452 Provide proper output if gobject-introspection-devel is missing
 773192 Fix playlists loading time
 705094 Display more details on Album view
 750827 Album views - if an album has multiple disks, group tracks by disk
 761891 Weird interaction selection mode + favourites

Thanks to our contributors:
 Carlos Garnacho
 Georges Basile Stavracas Neto
 Konstantin PospelovSebastian Rasmussen
 Marinus Schraal
 Sebastian Rasmussen

Translation updated:
 Basque
 Chinese (simplified)
 Chinese (Taiwan)
 Czech
 Danish
 Friulian
 German
 Italian
 Swedish

Overview of changes in 3.22.0
=============================

* Update mainters in doap

Translations updated:
 Ukrainian
 Catalan
 Scottish Gaelic
 Persian

Overview of changes in 3.21.92
==============================

* Fix keyboard play/pause handling
* Remove top separator in song lists
* Do not remove static playlists on Delete keypress

Bugs fixes:
 771249 Static playlists should not be removed using the Delete key
 770178 Remove the first Songs row separator
 754096 Space doesn't always toggle pause/play

Thanks to our contributors:
 Konstantin Pospelov
 Marinus Schraal
 Yash Singh

Translations updated:
 Danish
 Greek
 Latvian
 Galician
 Swedish
 Hebrew
 Vietnamese
 British English
 Lithuanian
 Kazakh
 Korean
 Friulian
 Serbian

Overview of changes in 3.21.90
==============================

* New keyboard shortcuts and a shortcuts window to go with it
* Move to cleanup the codebase style (PEP-8) & use docstrings, see README
* Better sorting in albums and artists view
* Playlist dialog enhanced with a 'new playlist' entry
* Move to GtkFlowBox for albums view, a significant performance improvement

Bugs fixed:
 761502 Include playlists from Music dir only & order static playlists on top
 766115 Return songs only once
 746447 Require tracker 1.8 for titled playlists
 765609 Fix mpris repeatmode
 761625 Cleanup artist/author ambiguity
 747953 Don't leak information over http through Grilo & unregister sources
 754700 Require Grilo 0.3.1 and use the album-artist key if available
 742531 Ignore punctuation when sorting albums and artists, requires tracker 1.9
 758637 Implement new keyboard shortcuts
 757833 Add GtkShortcut window
 769774 Fix sidelist shadow
 769772 Use GtkSearchBar for the searchbar + misc fixes
 744834 Add new playlist entry to playlist dialog + misc fixes
 760164 Use GtkFlowBox for albums view

Thanks to our contributors:
 Billy Barrow
 Carlos Garnacho
 Divyanshu Vishwakarma
 Elias Entrup
 Evandro Giovanini
 Felipe Borges
 Gaurav Narula
 Georges Basile Stavracas Neto
 Kevin Haller
 Marinus Schraal

Translations updated:
 Occitan
 Catalan
 Spanish
 French
 Friulian
 Slovak
 Czech
 Indonesian
 Brazilian Portuguese
 German
 Hungarian
 Finnish
 Polish
 Portuguese

Overview of changes in 3.20.2
=============================

Bugs fixed:
 705069 Port to Gio GDBUS API
 763618 Clarify jhbuild instructions in README
 755089 Emit playback-status-changed after playlist ends
 744820 Accept response on row-activated in Playlist Dialog
 765598 Bump Gtk+ minimum version to 3.19.3
 761961 Stop the player when destroying window

Translations updated:
 Swedish
 Friulian
 Esperanto
 Brazilian Portuguese
 Occitan

Overview of changes in 3.20.0
=============================

Translations updated:
 Danish
 Hungarian

Overview of changes in 3.19.92
==============================

Bugs fixed:
 762821 Update Grilo plugin ranks to 0.3 format
 761941 Fix Pango critical warnings on searchbar
 761890 Check if visible child is ArtistsAlbumsWidget on search toggle
 763304 Don't assume that nmm:MusicPieces will have a nie:url in playlists
 744821 Properly de/activate select button on PlaylistDialog when navigating w/ arrow keys
 744831 Fix crash while deleting multiple playlists
 a173f2 Update libgd

Translations updated:
 Occitan
 Korean
 Slovenian
 French

Special thanks to the new contributors:
 Gaurav Narula
 Marinus Schraal
 Prashant Tyagi
 Saiful B. Khan

Overview of changes in 3.19.91
==============================

Bugs fixed:
 744829 No more duplicate playlists on the sidebar
 762406 More Grilo 0.3 transition fixes
 762265 No more notifications on track changes

Translations updated:
 Slovak
 Occitan
 Ukrainian

Overview of changes in 3.19.90
==============================

Bugs fixed:
 761173 Update tracker queries to sparql 1.1 syntax
 760170 Fix check button appearance on AlbumWidget
 760170 Fix check buttons appearance in Songs and Playlist view
 736463 Reposition the scrollbar in the search window
 760171 Resized songs list for better viewing in large window

Translations updated:
 Latvian
 Bulgarian

Overview of changes in 3.19.4
=============================

Bugs fixed:
 Let GtkApplication automatically load the app-menu
 Refactor the way we connect menu actions
 758942 Use grilo 0.3 for GNOME 3.20
 758942 Fix deprecation warnings in GTK+
 Update libgd from master
 Scale the playlist name to match the mockups
 759024 Use the path of the filter model in search results
 739924 Make search find strings with accents
 759882 Fix warnings when switching between stack pages
 Add symbolic icon
 760033 Make albumart fetching truly asynchronous
 760033 Defer serialization of default icon
 760033 Set model on the view after all insertions happened
 760033 Remove check for dup jobs
 760033 Don't add items on idle
 760033 Depend on Tracker >= 1.7.1
 759587 Rework songs, artists, playlists, and albums queries
 Pass width/height during pixbuf loading
 751163 Restrict music catalog to the Music folder
 760381 Use GIO async APIs to download cover art
 734958 Increase the maximum width of the artist and track name

Translations updated:
 Spanish
 Slovenian

Overview of changes in 3.18.2
=============================

Bugs fixed:
 755601 Fix styling for entry tags (libgd)
 756256 Fix XML tag in help
 746446 Reset app title to Music after leaving album view
 756330 Fix crashes when coming back from search view
 757227 Fix missing toolbar when coming back from search resultg

Translations updated:
 Serbian
 German
 Greek
 Czech
 Basque
 Lithuanian
 Hungarian

Overview of changes in 3.18.0
=============================

Translations updated:
 Danish
 Swedish


Overview of changes in 3.17.92
=============================

Bugs fixed:
 744827 Empty stars in 'Search' view
 754654 Fixes for staticmethod definitions
 754702 Search drop-down doesn't show the right default source
 754836 Toggling search of  when on a albumWidget doesn't make search view disappear
 754977 gnomemusic/widgets.py using depreciated PARAM_READWRITE

Translations updated:
 Added Icelandic
 Finnish  update
 Fix FSF address in Polish
 French
 Kazakh
 Korean
 Lithuanian
 Turkish
 Persian


Overview of changes in 3.17.91
=============================

Bugs fixed:
 738516 Tags in search textbox are broken

Translations updated:
 Chinese (Taiwan)
 French
 Galician s
 German
 Greek
 Indonesian
 Italian
 Polish
 Update Catalan transation


Overview of changes in 3.17.90
=============================

Bugs fixed:
 744658 Playlists sidebar - border is cut off
 753488 Clicking on artist on search results does nothing

Translations updated:
 Brazilian Portuguese
 Czech
 Fix Portuguese desktop keywords
 Friulian
 Norwegian bokmål
 Turkish


Overview of changes in 3.17.4
=============================

Bugs fixed:
 705070 Last.fm/libre.fm integration
 747233 Remove "All Artists"
 752591 Convert margin_right to margin_end
 752592 Trivial code formatting cleanups

Several deprecations were removed
More performance improvements
Translations updated


Overview of changes in 3.17.3
=============================

Bugs fixed:
 743362 Give a nicer welcome
 744464 No results screen for Search
 747749 Cant't play favourite song in Album view
 748375 #!/bin/bash in autogen.sh
 749981 Tracks outside Music and Downloads are displayed in playlists

Translations updated:
 Added Occitan
 Dutch  316
 Esperanto
 Fix to Catalan
 Greek
 Norwegian bokmål
 Slovak
 Spanish
 Tajik
 Turkish
 l10n: Update Japanese
 update zh_CN


Overview of changes in 3.16.0
=============================

Translations updated:
 Basque language
 Finnish  update
 Fix a syntax error in desktop file keywords Bosnian
 Indonesian
 Tajik
 Update Aragonese
 Update Catalan


Overview of changes in 3.15.92
=============================

* Bug fix release

Bugs fixed:
 744657 Loading in-app notification gets stuck
 745646 Improve sorting of "songs" view
 745647 shuffleHistory fixes
 745648 Song view elements jump around
 745650 Not Enough Space Given For Track Titles in Album View

Translations updated:
 Added Bosnian
 Danish
 German
 Korean
 Polish
 Serbian
 Slovenian
 Swedish
 Turkish
 l10n: Update Japanese


Overview of changes in 3.15.91
=============================

* Bug fix release

Bugs fixed:
 705852 Now playing indicator is lost on switching views / artists / artist albums
 729377 Convert menu of gear button in the Playlists view into a popover
 729525 Show a loading animation when Add to Playlist is clicked in Albums and Artists view
 743310 Updates to Smart Playlist functionality in 3.15.4
 743883 Refresh Playlists/Songs view when star toggled
 743884 Protect smart playlists
 743901 Favorite Playlist and Starring implementation
 744005 stars in Album/Artist/Search views
 744655 Loading in-app notification is malformed
 744807 Last song on album view keeps repeating in "mix/no repeat" mode
 744832 Undo playlist delete --> reinsert at previous position

Translations updated:
 Basque language
 Brazilian Portuguese
 Chinese (Taiwan)
 Czech
 Fix German desktop file keyword
 French
 Galician s
 Greek
 Hebrew
 Hungarian
 Italian
 Kazakh
 Lithuanian
 Norwegian bokmål  from Åka Sikrom
 Russian
 Slovak
 Spanish
 Swedish
 Ukrainian
 Update Aragonese


Overview of changes in 3.15.90
=============================

* New smart playlist - Favourite tracks, all views updated to allow
  making a track favourite
* All Artists is not selected by default - improves performance
* All smart playlists now retyurn max 50 items
* Playlists menu now uses popover
* Notification appears on loading operations
* Favourite songs are now displayed on search view
* GStreamer discoverer performance fixes from garnacho
* Minor UI fixes


* Bugs fixed:
 744005 stars in Album/Artist/Search views
 729525 Show a loading animation when Add to Playlist is clicked in Albums and Artists view
 729377 Convert menu of gear button in the Playlists view into a popover
 743310 Updates to Smart Playlist functionality in 3.15.4


* Updated translations and help files

Overview of changes in 3.15.4
=============================

* Smart playlists - Most Played, Never Played, Recently Played
  The list is not yet final, stay tuned. Note that we use Last.fm's way
  to count song as 'played' - more than 40% of song content should be played.
* Chunked loading was removed - scrolling should be faster
* Content is now hidden before fully loaded - notification on the progress will
  land in master in next version.
* Playlists are remvoed after time out, removal can be undone
* Dependency cnahge: libmediaart-2.0.pc is now required
* Replaygain tags are now supported
* Overall performance fixes

* Bugs fixed:
 729376 New Playlist in application menu doesn't do anything
 704257 Visible content loading
 742603 Regression: empty covers are oversized in playbar, still 'in-progress' on artists view
 742451 Support Undo when removing playlists
 733686 Gnome music will not launch
 726459 Crash on playlist tabs when new media has been scanned
 702519 Smart playlists
 742800 Playlist broken due to typo
 742123 Hitting 'cancel' while creating new playlist crashes program
 731613 gnome-music-3.12.2 fails to start if xdg default directories are not created
 742011 Query: add a/an to articles
 730269  ReplayGain support?

* Updated translations and help files

Overview of changes in 3.15.2
=============================

* Better thread handling while fetching album art
* Some UI/UX goodies
* Notification can now be disabled
* 'The' (and translation) is not disregarded during sorting
* MPRIS improvements

* Bugs fixed:
 736925 Remove deprecation warnings from AlbumWidget.ui
 737142 Remove remaining gtk deprecation warnings
 737571 No covers loaded on libmediaart 0.6.0
 736241 Prefer embedded album art over downloaded
 732151 High CPU and sluggish performance
 733473 Use "Alt + left arrow" to navigate back
 738465 Have a dconf switch to disable notifications
 731392 Nicer empty state
 729378 Disregard "The" in titles
 734513 play/pause is activated twice when pressing spacebar and play/pause button is active/selected
 729309 Add support for MPRIS Playlists
 740211 Add support for MPRIS TrackList
 740212 Bump MPRIS support to 2.2
 740330 Album view - music icons are badly rendered
 740524 Missing license headers in playlists.py and searchbar.py
 731639 The pictures have different proportions, influencing the effect of alignment
 729459 under Artists, tracks in the same album are very far apart from each other
 740490 Music "forgets" search string, but search results remain

* Updated translations and help files

Overview of changes in 3.14.0
=============================

* Updated translations and help files

Overview of changes in 3.13.92
=============================

* Bugs fixed:
 735890 Fix the icons in RTL with new GTK+

* Updated translations and help files

Overview of changes in 3.13.90
=============================

* Ported to GtkActionbBar - now requires GTK+ 3.12
* Correct icoin is displayed for playlist menu (https://wiki.gnome.org/Initiatives/GnomeGoals/GearIcons)
* Better search UI
* HighContrast icons
* Improved Back navigation
* Notifications now behave correctly when paused and less flicker

* Bugs fixed:
 734786 center the search results
 734404 Missing high contrast icon
 734122 unable to switch to all albums view after return from search view
 734117 Pause button does not change to play button in the notification
 732150 Remove custom player bar styling
 732951 Don't use emblem-system-symbolic

* Updated translations and help files


Overview of changes in 3.13.4
=============================

* Bump python3 requirement to 3.3 (due to str.casefold)

* Bugs fixed:
 733095  Seeking in track above 36 minutes leads to crash

* Updated translations and help files


Overview of changes in 3.13.3
=============================

* Playlists are now stored in Tracker
* Back button now returns back to Search if available

* Bugs fixed:
 707461 add man page
 729311 Use Tracker to save Playlists
 728254 Incorrect item is removed in playlists if it has duplicates
 728255 Don't show playlists in Songs
 728330 Crash when the name of the new playlist contains special characters

* Updated translations and help files


Overview of changes in 3.13.2
=============================

* Improved search with source and match type selection
* Remote sources support: Jamendo, Magnatune, UPnP/DLNA
* Player bar now looks better when window is small

* Bugs fixed:
 729100 Media art in notifications is blank instead of symbolic when media art is not found
 729102 Notification doesn't show up when media art doesn't exist
 728255 Don't show playlists in Songs
 725949 gnome-music buttons have no tooltips
 728407 Enabling selection mode via right-click doesn't work inside albums in Albums view
 729521 Albums list in Artists view shouldn't be sensitive when in selection mode
 706948 Only show music from my ~/Music folder
 699807 PlayerToolbar - artist and track name can shrink to nothing
 730205 AttributeError: 'Stack' object has no attribute 'get_child_by_name'
 726713 Update of songs interferes with selection mode

* Updated translations and help files


Overview of changes in 3.13.1
=============================

* Thumbnail fetching was reworked. now should be much faster
* New dependency: libmediaart
* Updated playlist UI
* Now requires GTK 3.10
* Shuffle menu is now a popover
* Load More button was removed

* Bugs fixed:
 724627 Playlists UX review
 726721 Some tracks are identified as 'MediaVideo' and crash in various places
 727444 gnome-music crashed with OSError in_on_source_added(): [Errno 5] I/O error
 727522 Accelerator for Select All doesn't work
 728323 Set the icon name of the window as "gnome-music"
 724112 Crashes when cannot connect to tracker
 702565 Load cover art on scroll in Albums and Artists view
 699832 Replace Load More with autoloading on pressure
 729096 Media art is not shown in MPRIS clients

* Updated translations and help files


Overview of changes in 3.11.92
=============================

* Improved and tranlated help
* Space now plays/pauses the current song
* Minor UI updates to playlists


* Bugs fixed:
 707454 Space switches to next item
 724627 Make select button insensitive while creating New Playlist
 725904 Tracks don't appear in artists view for albums that have many tracks


* Updated translations

Overview of changes in 3.11.91
=============================

* Initial help infrastructure
* More info is printed if the track cannot be played
* Last 10 played tracks are stored in shuffle history
* Other minor improvements and bug fixes


* Bugs fixed:
 707744 Song is being replayed when paused
 724228 Remove 'now playing' from the app menu
 707457 Restart current track when Previous button was clicked and position is more than 3 seconds
 725355 Do not crash if we happen to come across a filename we can't decode
 723942 Search on keypress function opens search bar even when pressing any key
 724954 Selecting all albums is not visible at first
 707376 Set the position of the view scrollbar to current song when a song is changed


* Updated translations:
 Spanish
 Norwegian bokmål
 Tajik
 Czech
 Brazilian Portuguese
 Hebrew
 Chinese
 Lithuanian
 Italian
 Hungarian
 Finnish

Overview of changes in 3.11.90
=============================

* Initial playlists support
* Filter-as-you-type
* Misc fixes and improvements


* Bugs fixed:
 700022 app no longer fits half maximized
 721297 Shuffle is not random enough
 723765 Static spinner superimposed over album artwork
 708154 Crash when Search button is toggled on No Music view
 724027 theme: actionbar has a doubleborder
 724025 searchbar isn't styled properly
 724016 don't segment artist list sidebar
 721595 Typing should trigger a search
 723750 The stack switcher is gone when run gnome-music with GTK+ 3.11
 709234 Music cannot be run via ssh forwarding


* Added translations:
 Aragonese
 Esperanto

* Updated translations:
 Hebrew
 Lithuanian
 Traditional Chinese
 Norwegian bokmål
 Turkish
 Finnish
 Czech
 Greek
 Brazilian Portuguese
 Galician
 Chinese simplified
 Slovenian
 German
 Italian
 Spanish
 Tajik


Overview of changes in 3.11.2
=============================

* Exit selection mode on pressing Esc
* Pep8 compatibility
* Broken AppData file was removed from sources

* Bugs fixed:
 707590 Fix app menu accelerator conflict
 708279 Make the cancel button as center vertically
 709033 Album Cover art not displayed in the notifications
 707399 Add translator comment to not translate GSettings values
 705853 Enter selection mode on right-click
 707633 Save window position, size and maximization state
 709465 Update position while switching songs

* Added translations:
 Afrikaans
 Catalan (Valencian)
 Malayalam
 Telugu

* Updated translations:
 Norwegian bokmål
 Turkish
 Persian
 Simplified Chinese
 Slovenian
 Tajik
 Spanish
 Galician
 Greek
 Dutch


Overview of changes in 3.10.0
=============================

* Added translations:
 Estonian
 Belarusian

* Updated translations:
 Assamese
 Portuguese
 Latvian
 Slovak
 Ukrainian
 Traditional Chinese
 Catalan
 Kannada
 Indonesian
 Hebrew


Overview of changes in 3.9.92
=============================

* Added AppData description

* Icons are now RTL-compatible

* Notifications appear during the playback

* All views can be filtered via search button or Ctrl+F shortcut

* URLs with no FileDataObject (*.cue) are now filtered

* Fixed MPRIS commands: close, play, thumbnail display

* Songs view now displays 'Unknown Album' for tracks with no album set

* Gnome Music notifies about startup


* Bugs fixed:
 702377 Add support for notifications
 703303 Music doesn't properly tell MPRIS clients that the song is replayed when in repeat song mode
 706576 Repeat/Shuffle icons should have RTL variants
 707388 Add AppData description
 707632 MPRIS Close command is broken
 707824 No notification when Music starts
 707937 freeze-break branch | Crash when try to start song
 707938 gnome-music crashes with TypeError: Argument 0 does not allow None as a value
 708102 Thumbnail no longer shows up in MPRIS clients
 708103 Playing default playlist is broken
 708116 Crash in notification when the current track gets hidden while searching
 708117 Use RTL variants of buttons in notifications on RTL languages
 708159 Empty album column when an album title is unknown

* Added translations:
 Basque
 British English
 Catalan
 Danish
 Dutch
 French
 Indonesian
 Korean
 Latvian
 Traditional Chinese

* Updated translations:
 Brazilian Portuguese
 Czech
 Finnish
 Galician
 German
 Hungarian
 Italian
 Lithuanian
 Norwegian bokmål
 Polish
 Russian
 Serbian
 Slovak
 Slovenian
 Spanish
 Tajik


Overview of changes in 3.9.91
=============================

* All songs will now be loaded in Songs view after switching to it
  for the first time

* First song in Songs view will play if Play is executed in MPRIS and
  there is no current playlist

* The URIs are now discovered asynchronously, to make loading songs
  faster

* An error icon will now show up when the file is deleted

* The message when no music files are found is now more verbose

* Bugs fixed:
 700776 Licensing problems
 705855 Crash when attempting to get properties over DBus
 706019 Don't use the discoverer if we don't care of the results
 706294 Duration in Albums view increases every time an album is se...
 706353 About box changes size when license button is toggled on, l...
 706457 Invalid copyright headers
 706533 More explanation when Music says "No Music Found"
 706800 Cancel button in toolbar shouldn't be emphasized
 706947 Can't shuffle my entire library without clicking "load more...

* Added translations:
 Irish
 Tajik

* Updated translations:
 Brazilian Portuguese
 Czech
 Galician
 Italian
 Lithuanian
 Norwegian bokmål
 Polish
 Slovak
 Slovenian
 Spanish


Overview of changes in 3.9.90
=============================

* Initial release