File: app.metainfo.xml.in

package info (click to toggle)
gapless 4.6-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,344 kB
  • sloc: ansic: 187; xml: 111; makefile: 2
file content (654 lines) | stat: -rw-r--r-- 28,953 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
    <id>@app_id@</id>
    <name>Gapless</name>
    <metadata_license>CC0-1.0</metadata_license>
    <project_license>GPL-3.0-or-later</project_license>
    <summary>Play your music elegantly</summary>

    <developer id="com.github.neithern">
        <name translate="no">Nanling</name>
    </developer>
    <update_contact>neithern@outlook.com</update_contact>

    <url type="homepage">https://gitlab.gnome.org/neithern/g4music</url>
    <url type="bugtracker">https://gitlab.gnome.org/neithern/g4music/issues</url>
    <url type="translate">https://l10n.gnome.org/module/g4music</url>

    <launchable type="desktop-id">@app_id@.desktop</launchable>
    <provides>@app_id@.desktop</provides>
    <content_rating type="oars-1.1"/>
    <translation type="gettext">g4music</translation>

    <description>
      	<p>Gapless (AKA: G4Music) is a light weight music player written in GTK4, focuses on large music collection.</p>
        <p>Features</p>
        <ul>
        <li>Supports most music file types, Samba and any other remote protocols (depends on GIO and GStreamer).</li>
        <li>Fast loading and parsing thousands of music files in very few seconds, monitor local changes.</li>
        <li>Low memory usage for large music collection with album covers (embedded and external), no thumbnail caches to store.</li>
        <li>Group and sorts by album/artist/title, shuffle list, full-text searching.</li>
        <li>Fluent adaptive user interface for different screen (Desktop, Tablet, Mobile).</li>
        <li>Gaussian blurred cover as background, follows GNOME light/dark mode.</li>
        <li>Supports creating and editing playlists, drag cover to change order or add to another playlist.</li>
        <li>Supports drag and drop with other apps.</li>
        <li>Supports audio peaks visualizer.</li>
        <li>Supports gapless playback.</li>
        <li>Supports normalizing volume with ReplayGain.</li>
        <li>Supports specified audio sink.</li>
        <li>Supports MPRIS control.</li>
        </ul>
    </description>

    <branding>
        <color type="primary" scheme_preference="light">#d6f6d6</color>
        <color type="primary" scheme_preference="dark">#266626</color>
    </branding>

    <screenshots>
        <screenshot type="default">
            <caption>Main window</caption>
            <image>https://gitlab.gnome.org/neithern/screenshots/-/raw/main/g4music/window.png</image>
        </screenshot>
        <screenshot>
            <caption>Albums view</caption>
            <image>https://gitlab.gnome.org/neithern/screenshots/-/raw/main/g4music/albums.png</image>
        </screenshot>
        <screenshot>
            <caption>Playing view</caption>
            <image>https://gitlab.gnome.org/neithern/screenshots/-/raw/main/g4music/playing.png</image>
        </screenshot>
        <screenshot>
            <caption>Playlist view</caption>
            <image>https://gitlab.gnome.org/neithern/screenshots/-/raw/main/g4music/playlist.png</image>
        </screenshot>
    </screenshots>

    <releases>
        <release version="4.6" date="2025-11-16">
            <description translate="no">
                <ul>
                <li>Get filtered items as a playlist.</li>
                <li>Upgrade to GNOME 49.</li>
                <li>Add translation: Interlingua, Greek.</li>
                <li>Update Hungarian translation.</li>
                </ul>
            </description>
        </release>
        <release version="4.5" date="2025-7-6">
            <description translate="no">
                <ul>
                <li>Always insert to the next position when play an album.</li>
                <li>Click index always to open the playing page.</li>
                <li>Load the library into the queue only when it is empty.</li>
                </ul>
            </description>
        </release>
        <release version="4.4" date="2025-4-16">
            <description translate="no">
                <ul>
                <li>Click index to open playing page, restore on next startup.</li>
                <li>Set the main window as parent.</li>
                <li>Drop MPRIS permission of flatpak.</li>
                <li>Upgrade to GNOME 48.</li>
                <li>Update Danish translation.</li>
                </ul>
            </description>
        </release>
        <release version="4.3.1" date="2025-2-15">
            <description translate="no">
                <ul>
                <li>Remove unnecessary flatpak permissions.</li>
                <li>Add Bulgarian translation</li>
                <li>Update translation: Danish, Persian, Hebrew.</li>
                </ul>
            </description>
        </release>
        <release version="4.3" date="2024-11-30">
            <description translate="no">
                <ul>
                <li>Optimize scrolling to current item at startup.</li>
                <li>Update translation: Swedish, Finnish, Occitan, Turkish.</li>
                </ul>
            </description>
        </release>
        <release version="4.2" date="2024-11-10">
            <description translate="no">
                <ul>
                <li>Optimize relative file paths for playlists.</li>
                <li>Start drag only when the pointer inside the cover image.</li>
                <li>Show the full date of the album if possible.</li>
                <li>Build with low version of vala compiler.</li>
                <li>Update translation: Slovak, German, Dutch, Occitan.</li>
                </ul>
            </description>
        </release>
        <release version="4.1" date="2024-10-27">
            <description translate="no">
                <ul>
                <li>Use the main queue as the actual "Now Playing" and "Playing History".</li>
                <li>New style for the number of files being dragging.</li>
                <li>Optimize updating the library.</li>
                <li>Support volume for mpris.</li>
                <li>Update translation: German, Russian, Georgian, Belarusian.</li>
                </ul>
            </description>
        </release>
        <release version="4.0" date="2024-10-13">
            <description translate="no">
                <p>New features:</p>
                <ul>
                <li>Add music to playlist, edit/rename/remove existing playlists.</li>
                <li>Drag cover image to re-arrange in a playlist, add to another playlist, or share to another app.</li>
                <li>Insert music files to playlist drag from another app.</li>
                <li>Show detail tags in a dialog.</li>
                <li>Move music/playlist file to trash.</li>
                <li>New option: single click to activate item.</li>
                </ul>
                <p>Breaking changes:</p>
                <ul>
                <li>Long press an item to enter multiple selection mode.</li>
                <li>The main queue is editable and recoverable on next startup.</li>
                <li>Except the main queue, albums/playlists are no longer sort-able, but can be random played.</li>
                <li>Won't switch playing list unless activate manually or play end, open on next startup.</li>
                <li>Parse ORIGINALDATE/YEAR from Extended-Comment as album's date.</li>
                <li>Full support of color scheme: System/Light/Dark.</li>
                <li>Don't enable pipewire manually, override the rank if still want to use it.</li>
                </ul>
                <p>Flatpak changes:</p>
                <ul>
                <li>Request writable permission of Music folder for editing playlists.</li>
                <li>Upgrade to GNOME 47.</li>
                </ul>
                <p>Optimizations:</p>
                <ul>
                <li>Improve performance of loading large playlist.</li>
                <li>Group popover menu actions.</li>
                <li>Many other optimizations by code refactoring.</li>
                </ul>
            </description>
        </release>
        <release version="3.9.2" date="2024-9-15">
            <description translate="no">
                <ul>
                <li>Fix audio seeking stutter, thanks to @dov-vai.</li>
                <li>Load last played file first before load other files.</li>
                <li>Update the library pages when file changes.</li>
                <li>Many UI optimizations.</li>
                <li>Update translation: Occitan, Persian, Hebrew, Russian, Georgian.</li>
                </ul>
            </description>
        </release>
        <release version="3.9.1" date="2024-9-3">
            <description translate="no">
                <ul>
                <li>Play the next album after end of an album.</li>
                <li>Optimize UI layout, shrink the window.</li>
                <li>Fix crash when open an album with invalid utf-8 name.</li>
                <li>Update translation: Ukrainian, Slovenian, German, Slovenian, Belarusian, Chinese.</li>
                </ul>
            </description>
        </release>
        <release version="3.9" date="2024-8-25">
            <description translate="no">
                <ul>
                <li>Optimize UI layout and style for small screen.</li>
                <li>Optimize loading cover of playing music.</li>
                <li>Optimize pressing Space to toggle play/pause.</li>
                <li>Update translation: Chinese, German.</li>
                </ul>
            </description>
        </release>
        <release version="3.8.2" date="2024-8-16">
            <description translate="no">
                <ul>
                <li>Fix initial view when no music.</li>
                <li>Fix Drag-drop when no music.</li>
                <li>Update translation: Hindi, Occitan, Persian, Brazilian Portuguese, Hungarian, Swedish, Turkish, Belarusian.</li>
                </ul>
            </description>
        </release>
        <release version="3.8.1" date="2024-7-28">
            <description translate="no">
                <ul>
                <li>Fix build issue before GTK 4.10.</li>
                <li>Remove screen shots from flatpak package.</li>
                <li>Update translation: Russian, Slovenian, Ukrainian.</li>
                </ul>
            </description>
        </release>
        <release version="3.8" date="2024-7-20">
            <description translate="no">
                <ul>
                <li>Rename to 'Gapless' to follow GNOME HIG.</li>
                <li>Marquee animation for long title.</li>
                <li>Fix cursor for clickable label.</li>
                <li>Tweak blur background.</li>
                <li>Add Hebrew translation.</li>
                <li>Update Occitan translation.</li>
                </ul>
            </description>
        </release>
        <release version="3.7.2" date="2024-6-29">
            <description translate="no">
                <ul>
                <li>Drag the play-panel to move the window.</li>
                <li>Individual sort-mode for albums.</li>
                <li>show indicator and scroll to the playing artist/album.</li>
                <li>Save and restore window's maximized.</li>
                <li>Many other UI improvement and fixing.</li>
                <li>Use playbin3 if gstreamer>=1.24.</li>
                </ul>
            </description>
        </release>
        <release version="3.6.2" date="2024-6-2">
            <description translate="no">
                <ul>
                <li>Optimize pressing Space to play/pause.</li>
                <li>Add translation: Persian.</li>
                </ul>
            </description>
        </release>
        <release version="3.6" date="2024-5-25">
            <description translate="no">
                <ul>
                <li>Press Space to toggle play/pause.</li>
                <li>Add Position property for MPRIS.</li>
                <li>Don't change playing music after reload library.</li>
                </ul>
            </description>
        </release>
        <release version="3.5.2" date="2024-4-25">
            <description translate="no">
                <ul>
                <li>Update current item when items changed.</li>
                <li>Free memory when music be removed.</li>
                <li>Add translation: Georgian, Hindi.</li>
                <li>Update translation: Spanish, Slovenian.</li>
                </ul>
            </description>
        </release>
        <release version="3.5.1" date="2024-1-14">
            <description translate="no">
                <ul>
                <li>Fix "playing" state for music entries.</li>
                <li>Use Overlay to avoid changing list's width.</li>
                <li>Sorting albums by Disc Number.</li>
                <li>Add translation: Romanian, Danish, Slovenian.</li>
                <li>Update translation: Belarusian, Occitan.</li>
                </ul>
            </description>
        </release>
        <release version="3.4" date="2023-10-15">
            <description translate="no">
                <ul>
                <li>Build flatpak with GNOME 45.</li>
                <li>Fix style of switch bar.</li>
                <li>Fix loading M3U playlist.</li>
                <li>Add Hungarian translation.</li>
                <li>Update Swedish translation.</li>
                </ul>
            </description>
        </release>
        <release version="3.3" date="2023-9-3">
            <description translate="no">
                <ul>
                <li>Make seek_bar auto width.</li>
                <li>UI improvement and fixing.</li>
                <li>Add translation: Ukrainian, Finnish, Indonesian, Basque.</li>
                <li>Update translation: Spanish, French, German, Turkish, Russian.</li>
                </ul>
            </description>
        </release>
        <release version="3.2" date="2023-8-13">
            <description translate="no">
                <ul>
                <li>Option: Grid view for artists/albums.</li>
                <li>Bigger image size and column width for grid view.</li>
                <li>UI improvement and fixing.</li>
                </ul>
            </description>
        </release>
        <release version="3.1" date="2023-8-5">
            <description translate="no">
                <ul>
                <li>Group by album-artist, sort albums by year.</li>
                <li>Save and restore the last library view.</li>
                <li>Open a new page when play all music of an artist.</li>
                <li>Stay in the current list when playing the whole album.</li>
                <li>Show the local playlists.</li>
                <li>Optimize searching.</li>
                <li>Update German and Japanese translation.</li>
                </ul>
            </description>
        </release>
        <release version="3.0" date="2023-7-29">
            <description translate="no">
                <ul>
                <li>Group artists/albums as library.</li>
                <li>Optimize layout for landscape view.</li>
                <li>Show progressbar when loading.</li>
                <li>Add icons for preference rows.</li>
                <li>Optimize seeking.</li>
                <li>Add Japanese translation, thanks to @Gnuey56.</li>
                </ul>
            </description>
        </release>
        <release version="2.4" date="2023-7-7">
            <description translate="no">
                <ul>
                <li>App icon refresh from @ddaudix.</li>
                <li>Add a sort mode by: Artist/Album</li>
                <li>Drag-drop folders works from Files.</li>
                <li>Rotating cover sync with play progress, fix issues.</li>
                <li>Fix gapless related issues.</li>
                <li>Update German translation.</li>
                </ul>
            </description>
        </release>
        <release version="2.3" date="2023-7-1">
            <description translate="no">
                <ul>
                <li>Support .m3u/.pls playlist from command line.</li>
                <li>Modeless preferences window.</li>
                <li>UI improvement and fixing.</li>
                <li>Update Spanish translation.</li>
                </ul>
            </description>
        </release>
        <release version="2.2" date="2023-6-23">
            <description translate="no">
                <ul>
                <li>Option: rotate cover when playing.</li>
                <li>Click music title to search.</li>
                <li>Revert to single page of preferences.</li>
                <li>Add 2 shortcut keys.</li>
                <li>UI improvement and fixing.</li>
                <li>Update German translation.</li>
                </ul>
            </description>
        </release>
        <release version="2.1" date="2023-6-18">
            <description translate="no">
                <ul>
                <li>App startup acceleration.</li>
                <li>Option: Prefer audio sink.</li>
                <li>Replay-gain supports album mode.</li>
                <li>Show same album cover in app and MPRIS.</li>
                </ul>
            </description>
        </release>
        <release version="2.0" date="2023-6-11">
            <description translate="no">
                <ul>
                <li>Option: Monitor local file changes.</li>
                <li>Right click or long press to show popover menu.</li>
                <li>Scroll playlist smoothly.</li>
                <li>Many UI improvements.</li>
                <li>Optimize searching by album/artist/title.</li>
                <li>Optimize loading files and cache.</li>
                <li>Update German translation.</li>
                </ul>
            </description>
        </release>
        <release version="1.13" date="2023-5-25">
            <description translate="no">
                <ul>
                <li>Option: compact playlist view.</li>
                <li>Option: custom characters for audio peaks.</li>
                <li>Optimize playlist text size.</li>
                <li>Optimize for macOS.</li>
                </ul>
            </description>
        </release>
        <release version="1.12" date="2023-5-18">
            <description translate="no">
                <ul>
                <li>Save memory and CPU usage.</li>
                <li>New style for no-cover images.</li>
                <li>UI improvement and fixing.</li>
                </ul>
            </description>
        </release>
        <release version="1.11" date="2023-5-8">
            <description translate="no">
                <ul>
                <li>MPRIS improvement.</li>
                <li>UI improvement and fixing.</li>
                </ul>
            </description>
        </release>
        <release version="1.10" date="2023-5-6">
            <description translate="no">
                <ul>
                <li>Build flatpak with GNOME 44.</li>
                <li>MPRIS improvement.</li>
                <li>UI improvement and fixing.</li>
                <li>Update Spanish translation.</li>
                </ul>
            </description>
        </release>
        <release version="1.9.2" date="2023-4-2">
            <description translate="no">
                <ul>
                <li>Fix wrong icon name of repeat-song.</li>
                <li>Fix wrong state of Switch buttons.</li>
                </ul>
            </description>
        </release>
        <release version="1.9.1" date="2023-3-25">
            <description translate="no">
                <ul>
                <li>Optimize loading thumbnails.</li>
                <li>UI improvement and fixing.</li>
                <li>Update German translation.</li>
                </ul>
            </description>
        </release>
        <release version="1.9" date="2023-3-17">
            <description translate="no">
                <ul>
                <li>Select a music file to "Play at Next".</li>
                <li>Lazy load thumbnails to faster startup and saving memory.</li>
                <li>UI improvement and fixing.</li>
                <li>Add Occitan translation, thanks to Quentin PAGÈS.</li>
                </ul>
            </description>
        </release>
        <release version="1.8" date="2022-10-19">
            <description translate="no">
                <ul>
                <li>Build flatpak with GNOME 43.</li>
                <li>Cache directories for faster loading.</li>
                <li>Show peaks more smoothly.</li>
                <li>Update Spanish and German translation, thanks to the translators.</li>
                <li>v1.8.2: Build with vala 0.54.</li>
                </ul>
            </description>
        </release>
        <release version="1.7" date="2022-10-02">
            <description translate="no">
                <ul>
                <li>Start to play when music changed.</li>
                <li>Optimize audio peaks visualizer.</li>
                <li>New style of popover menu.</li>
                <li>Update many translation, thanks to the translators.</li>
                </ul>
            </description>
        </release>
        <release version="1.6" date="2022-08-06">
            <description translate="no">
                <ul>
                <li>Option: Background blur mode.</li>
                <li>Shortcut key for toggle sort.</li>
                <li>Don't changing current song when searching.</li>
                <li>Add Estonian translation, thanks to Henri.</li>
                <li>Add Traditional Chinese translation, thanks to Julian.</li>
                <li>v1.6.1: Fix wrong sort order of cached tags.</li>
                </ul>
            </description>
        </release>
        <release version="1.5" date="2022-07-31">
            <description translate="no">
                <ul>
                <li>Show loading songs progress with percent.</li>
                <li>Add sort by recently added, thanks to Mek101.</li>
                <li>Add German translation, thanks to Jürgen Benvenuti.</li>
                <li>Bug fix and UI improvement.</li>
                </ul>
            </description>
        </release>
        <release version="1.4" date="2022-07-23">
            <description translate="no">
                <ul>
                <li>Popover menu for song entry.</li>
                <li>Show initial status if no sound found.</li>
                <li>Try parse album and track from file path.</li>
                <li>Add Italian translation, thanks to Albano Aattistella.</li>
                </ul>
            </description>
        </release>
        <release version="1.3" date="2022-07-17">
            <description translate="no">
                <ul>
                <li>App inhibit suspend to keep playing.</li>
                <li>Performance improvement and memory saving.</li>
                <li>Parse tags of MKV/MKA.</li>
                <li>Add French translation, thanks to Aurélien Hamy.</li>
                <li>Add Dutch translation, thanks to Heimen Stoffels.</li>
                </ul>
            </description>
        </release>
        <release version="1.2" date="2022-07-01">
            <description translate="no">
                <ul>
                <li>Faster parsing OGG and MP4 tags.</li>
                <li>Faster drawing texts using pango.</li>
                <li>Many UI optimizations.</li>
                <li>Add Brazilian Portuguese translation, thanks to @PedroHSilva.</li>
                </ul>
            </description>
        </release>
        <release version="1.1" date="2022-06-25">
            <description translate="no">
                <ul>
                <li>Option: Gapless playback.</li>
                <li>Make label clickable instead of hypelinks.</li>
                <li>Add Turkish translation, thanks to @Sabri Ünal.</li>
                <li>Fix cover image issues.</li>
                <li>Fix saving tag cache issues.</li>
                </ul>
            </description>
        </release>
        <release version="1.0" date="2022-06-23">
            <description translate="no">
                <ul>
                <li>Support ReplayGain to normalize volume.</li>
                <li>Option: Keep playing after window closed.</li>
                <li>Cache tags to make next loading faster.</li>
                <li>Share album cover with same artist.</li>
                <li>Fix some UI issues.</li>
                <li>v1.0.1: Updated Russian translation.</li>
                </ul>
            </description>
        </release>
        <release version="0.9" date="2022-06-20">
            <description translate="no">
                <ul>
                <li>Scale album cover to fix large window.</li>
                <li>Navigate back if start search and folded.</li>
                <li>Draw peak to avoid resizing the window.</li>
                <li>Request host file permission in flatpak.</li>
                </ul>
            </description>
        </release>
        <release version="0.8" date="2022-06-18">
            <description translate="no">
                <ul>
                <li>Show current song in Files.</li>
                <li>Sort by track number in an album.</li>
                <li>Sort text by prefix number.</li>
                <li>Always follow sym-links when enumerate a folder.</li>
                <li>Add spanish translation, thanks to @Radi4Ever.</li>
                </ul>
            </description>
        </release>
        <release version="0.7" date="2022-06-16">
            <description translate="no">
                <ul>
                <li>Parallel parsing tags to make loading songs even faster.</li>
                <li>Merge all kinds of tags as possible.</li>
                <li>Fix crash when parsing some FLAC files, thanks to @GeoffreyCoulaud.</li>
                </ul>
            </description>
        </release>
        <release version="0.6" date="2022-06-15">
            <description translate="no">
                <ul>
                <li>Use Adw.Leaflet to adapt to PC and phone screens.</li>
                <li>Show a mini play bar when only the playlist on the window.</li>
                <li>Show a spinner when loading songs.</li>
                <li>Save and restore the window size.</li>
                <li>Add Swedish translation, thanks to Åke Engelbrektson.</li>
                <li>Faster parsing FLAC tags.</li>
                </ul>
            </description>
        </release>
        <release version="0.5" date="2022-06-13">
            <description translate="no">
                <ul>
                <li>Detect music file type to fix incorrect parsing.</li>
                <li>Update app icon to follow GNOME HIG, thanks to @daudix-UFO.</li>
                <li>Add Russian translation, thanks to @daudix-UFO.</li>
                <li>Change "Force Dark" to "Prefer Dark".</li>
                </ul>
            </description>
        </release>
        <release version="0.4" date="2022-06-12">
            <description translate="no">
                <ul>
                <li>Recognize external images as cover art, supports transparency.</li>
                <li>Showing peak now works with pipewire in flatpak.</li>
                <li>Don't support tracker_sparql because it is slow.</li>
                </ul>
            </description>
        </release>
        <release version="0.3" date="2022-06-11">
            <description translate="no">
                <ul>
                <li>Sort songs by Album/Artist/Title.</li>
                <li>Option: Force dark theme.</li>
                <li>Optimized for responsiveness.</li>
                </ul>
            </description>
        </release>
        <release version="0.2" date="2022-06-10">
            <description translate="no">
                <ul>
                <li>Add volume button.</li>
                <li>Repeat single song mode.</li>
                <li>Supports pipewire for flatpak.</li>
                <li>Supports parsing GIO file tags for flatpak.</li>
                <li>Press any key to search, ESC to quit search.</li>
                <li>Show abbreviation as MPRIS's cover if no cover image.</li>
                </ul>
            </description>
        </release>
        <release version="0.1" date="2022-06-06">
            <description translate="no">
                <p>First release.</p>
            </description>
        </release>
    </releases>

    <requires>
        <display_length compare="ge">360</display_length>
    </requires>

    <supports>
        <control>keyboard</control>
        <control>pointing</control>
        <control>touch</control>
    </supports>

</component>