Skip to content

Commit

Permalink
version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xou816 committed Feb 24, 2023
1 parent db5b909 commit b6f07cd
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spot"
version = "0.3.3"
version = "0.4.0"
edition = "2018"
license = "MIT"

Expand Down
18 changes: 18 additions & 0 deletions data/dev.alextren.Spot.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,24 @@
<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>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'spot',
version: '0.3.3',
version: '0.4.0',
meson_version: '>= 0.50.0',
default_options: ['warning_level=2', 'buildtype=release'],
)
Expand Down

0 comments on commit b6f07cd

Please sign in to comment.