Skip to content

Commit

Permalink
Add new release, fix flatpak linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Diegovsky committed Mar 11, 2024
1 parent d3049fb commit 017ae6c
Showing 1 changed file with 68 additions and 49 deletions.
117 changes: 68 additions & 49 deletions data/dev.alextren.Spot.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<description>
<p>
Listen to music on Spotify.
<b>Requires a premium account.</b>
</p>
<p>Requires a premium account.</p>
<p>Current features:</p>
<ul>
<li>playback control (play/pause, prev/next, seeking)</li>
Expand All @@ -41,7 +41,7 @@
</ul>
</description>
<screenshots>
<screenshot>
<screenshot type="default">
<image>https://raw.githubusercontent.com/xou816/spot/master/data/appstream/1.png</image>
</screenshot>
<screenshot>
Expand All @@ -51,53 +51,73 @@
<image>https://raw.githubusercontent.com/xou816/spot/master/data/appstream/3.png</image>
</screenshot>
</screenshots>
<release version="0.4.0" date="2023-02-24">
<description>
<p>
It's been a while, hasn't it? I'm back, but please allow everyone some time to work through the issues and pull requests :)
</p>
<ul>
<li>added an option for gapless playback (thanks @supremesnickers!)</li>
<li>fixed theme management (thanks @ctsk!)</li>
<li>fixed the behaviour of the "previous" button for consistency with other media players (thanks @SomewhereOutInSpace!)</li>
<li>the user will now be prompted to unlock the keyring if needed (thanks @rainDiX!)</li>
<li>added playlist creation and edition</li>
<li>more bug fixes</li>
</ul>
<p>
Thanks to all the contributors who are somehow still around :) If you feel like you've been unjustly forgotten from the AUTHORS or TRANSLATORS file, feel free to open a PR.
</p>
</description>
</release>
<release version="0.3.3" date="2022-03-29">
<description>
<p>
What's new:
</p>
<ul>
<li>login dialog now uses a password entry (thanks @Toorero!)</li>
<li>fix a startup crash with some locales</li>
</ul>
</description>
</release>
<release version="0.3.2" date="2022-03-27">
<description>
<p>
New features:
</p>
<ul>
<li>save tracks to library</li>
<li>basic Spotify URI handling (thanks @bbb651!)</li>
<li>settings dialog (thanks @sei0o!)</li>
<li>brand new icon (thanks @bertob!)</li>
<li>bug fixes</li>
</ul>
<p>
Thank you to everyone involved in this release!
</p>
</description>
</release>
<releases>
<release version="0.4.1" date="2024-02-01">
<description>
<p>
Hello, everyone! I'm releasing this tiny version of Spot with just some minor features and fixes.
</p>
<p>
This release includes a major fix for Spotify's API.
</p>
<ul>
<li>Port UI to Blueprint (made by @alissonlauffer)</li>
<li>Provide Application Name to PulseAudio (made by @XGZepto)</li>
<li>GStreamer backend (made by @xou816)</li>
<li>Add link to matrix rooms. (made by @knokelmaat)</li>
<li>Fix login screen according to #625 (made by @hegdenischay)</li>
<li>Use libadwaita::AboutWindow instead of gtk::AboutDialog (made by @hegdenischay)</li>
<li>Add play button to album and playlist view (made by @Zaedus)</li>
<li>Update subproject blueprint-compiler to v0.8.1 (made by @nmschulte)</li>
</ul>
</description>
</release>
<release version="0.4.0" date="2023-02-24">
<description>
<p>
It's been a while, hasn't it? I'm back, but please allow everyone some time to work through the issues and pull requests :)
</p>
<ul>
<li>added an option for gapless playback (thanks @supremesnickers!)</li>
<li>fixed theme management (thanks @ctsk!)</li>
<li>fixed the behaviour of the "previous" button for consistency with other media players (thanks @SomewhereOutInSpace!)</li>
<li>the user will now be prompted to unlock the keyring if needed (thanks @rainDiX!)</li>
<li>added playlist creation and edition</li>
<li>more bug fixes</li>
</ul>
<p>
Thanks to all the contributors who are somehow still around :) If you feel like you've been unjustly forgotten from the AUTHORS or TRANSLATORS file, feel free to open a PR.
</p>
</description>
</release>
<release version="0.3.3" date="2022-03-29">
<description>
<p>
What's new:
</p>
<ul>
<li>login dialog now uses a password entry (thanks @Toorero!)</li>
<li>fix a startup crash with some locales</li>
</ul>
</description>
</release>
<release version="0.3.2" date="2022-03-27">
<description>
<p>
New features:
</p>
<ul>
<li>save tracks to library</li>
<li>basic Spotify URI handling (thanks @bbb651!)</li>
<li>settings dialog (thanks @sei0o!)</li>
<li>brand new icon (thanks @bertob!)</li>
<li>bug fixes</li>
</ul>
<p>
Thank you to everyone involved in this release!
</p>
</description>
</release>
<release version="0.3.1" date="2022-01-23">
<description>
<p>Bugfix release:</p>
Expand Down Expand Up @@ -187,7 +207,6 @@
<li>MPRIS: the desktop entry for Spot is now properly referenced (thanks nicolasfella!)</li>
<li>quality: various clippy fixes (thanks nn1ks!)</li>
<li>new translations: Turkish, Indonesian and Brazilian Portuguese (thanks YusufOzmen01, cho2 and lucraraujo, as well as ondras12345 for the reviews!)</li>
<li></li>
</ul>
</description>
</release>
Expand Down

0 comments on commit 017ae6c

Please sign in to comment.