1<?xml version="1.0" encoding="UTF-8"?>
2<component type="desktop-application">
3  <id>@appid@</id>
4  <name>Podcasts</name>
5  <project_license>GPL-3.0</project_license>
6  <metadata_license>CC0-1.0</metadata_license>
7  <content_rating type="oars-1.1" />
8  <summary>Listen to your favorite shows</summary>
9  <description>
10    <p>
11      Play, update, and manage your podcasts from a lightweight interface that seamlessly integrates with GNOME.
12      Podcasts can play various audio formats and remember where you stopped listening.
13      You can subscribe to shows via RSS/Atom, iTunes, and Soundcloud links. Subscriptions from other apps can be imported via OPML files.
14    </p>
15  </description>
16  <url type="homepage">https://gitlab.gnome.org/World/podcasts</url>
17  <screenshots>
18    <screenshot>
19      <image>https://gitlab.gnome.org/World/podcasts/raw/master/screenshots/home_view.png</image>
20    </screenshot>
21    <screenshot>
22      <image>https://gitlab.gnome.org/World/podcasts/raw/master/screenshots/shows_view.png</image>
23    </screenshot>
24    <screenshot>
25      <image>https://gitlab.gnome.org/World/podcasts/raw/master/screenshots/show_widget.png</image>
26    </screenshot>
27  </screenshots>
28  <releases>
29    <release version="0.5.1" date="2022-01-03">
30     <description>
31        <p>
32          The 0.5.1 includes a couple of bufixes and quality of life updates.
33        </p>
34        <ul>
35          <li>Render lists in episode descriptions.</li>
36          <li>Avoid reduntant network request for the mpris cover art.</li>
37        </ul>
38      </description>
39    </release>
40    <release version="0.5.0" date="2021-12-04">
41     <description>
42        <p>
43          The 0.5.0 release brings a bunch of long awaited changes.
44        </p>
45        <ul>
46          <li>View episode descriptions and show notes.</li>
47          <li>Continue playback from where you left off.</li>
48          <li>Inhibit suspend during playback.</li>
49          <li>Soundcloud playlists now be added as feeds.</li>
50          <li>75% and 90% playback rate options.</li>
51        </ul>
52      </description>
53    </release>
54    <release version="0.4.9" date="2021-03-11">
55     <description>
56        <p>
57            This release brings support for soundcloud feeds, a hnadful of bugfixes and performance improvements.
58        </p>
59      </description>
60    </release>
61    <release version="0.4.8" date="2020-07-09">
62     <description>
63        <p>
64            Another Incremental relase, bringing more quality of life changes, bugfixes and continuing to improves adaptiveness of the application.
65            Most notable is the addition of a "Now Playing" widget and the new 1.75 and 2.0 playback speed options.
66        </p>
67      </description>
68    </release>
69    <release version="0.4.7" date="2019-10-23">
70     <description>
71        <p>
72          Small release including OPML export functionality, partial support for premium feeds, a couple of bugfixes and overall life improvements.
73        </p>
74      </description>
75    </release>
76    <release version="0.4.6" date="2018-10-07">
77     <description>
78        <p>
79          After a month of work, the new version of Podcasts brings Desktop integration with MPRIS,
80          further UX polish, and a couple bugfixes and improvements.
81          Additionally existing translations were updated and 9 new were added.
82        </p>
83        <ul>
84          <li>Brazilian Portuguese, Swedish, Italian, Friulian, Hungarian, Croatian, Latvian, Czech and Catalan Translations were added.</li>
85          <li>The audio player now can integrate with Desktop Environments (MPRIS2)</li>
86          <li>Further UI and UX polishing and a handful bug fixes</li>
87          <li>Update to account for the GNOME 3.32 HIG changes</li>
88          <li>Openssl 1.1 support</li>
89          <li>Fixed a performance regression when updating RSS Feeds</li>
90        </ul>
91      </description>
92    </release>
93    <release version="0.4.5" date="2018-08-31">
94     <description>
95        <p>
96          Podcasts 0.4.5 brings a month of bug fixes, performance improvements and initial translations support.
97        </p>
98        <ul>
99          <li>Finish, Polish, Turkish, Spanish, German, Galician, Indonesian and Korean Translations were added.</li>
100          <li>Views now adapt better to different window sizes, thanks to libhandy HdyColumn</li>
101          <li>The update indacator was moved to an In-App notification</li>
102          <li>Performance improvements when loading Show Cover images.</li>
103          <li>Improved handling of HTTP Redirects</li>
104        </ul>
105      </description>
106    </release>
107    <release version="0.4.4" date="2018-07-31">
108      <description>
109        <p>
110          This is the first release available from Flathub!
111        </p>
112      </description>
113    </release>
114  </releases>
115  <kudos>
116    <kudo>ModernToolkit</kudo>
117    <kudo>HiDpiIcon</kudo>
118  </kudos>
119  <recommends>
120    <control>keyboard</control>
121    <control>pointing</control>
122    <control>touch</control>
123  </recommends>
124  <requires>
125    <display_length compare="ge">small</display_length>
126  </requires>
127  <launchable type="desktop-id">@appid@.desktop</launchable>
128  <url type="homepage">https://wiki.gnome.org/Apps/Podcasts</url>
129  <url type="bugtracker">https://gitlab.gnome.org/World/podcasts/issues/</url>
130  <url type="donation">https://www.gnome.org/donate/</url>
131  <translation type="gettext">gnome-podcasts</translation>
132  <project_group>GNOME</project_group>
133  <update_contact>jpetridis@gnome.org</update_contact>
134  <developer_name>Jordan Petridis</developer_name>
135  <developer_name>Julian Hofer</developer_name>
136  <custom>
137    <value key="Purism::form_factor">workstation</value>
138    <value key="Purism::form_factor">mobile</value>
139    <value key="GnomeSoftware::key-colors">[(250, 181, 174)]</value>
140  </custom>
141</component>
142