Skip to content

Commit

Permalink
0.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
xou816 committed Aug 17, 2021
1 parent 33e4783 commit 31f5a16
Show file tree
Hide file tree
Showing 4 changed files with 20 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.1.15"
version = "0.1.16"
edition = "2018"
license = "MIT"

Expand Down
17 changes: 17 additions & 0 deletions data/dev.alextren.Spot.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,23 @@
</screenshot>
</screenshots>
<releases>
<release version="0.1.16" date="2021-08-17">
<description>
<p>
What's new:
</p>
<ul>
<li>added a new album info modal with full release details (thanks TotalDarkness-NRF!)</li>
<li>improved player controls: added the ability to repeat a single track or the whole queue (thanks TotalDarkness-NRF!)</li>
<li>improved login credentials management: (re)use auth token when possible instead of always using email and password (thanks nn1ks!)</li>
<li>MPRIS fixes: raising the player is now properly implemented (thanks eladyn!)</li>
<li>...actually fix an issue with playlists not being modifiable when login in with email</li>
</ul>
<p>
Special thanks to TotalDarkness-NRF for contributing several major features for this version.
</p>
</description>
</release>
<release version="0.1.15" date="2021-06-30">
<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.1.15',
version: '0.1.16',
meson_version: '>= 0.50.0',
default_options: ['warning_level=2', 'buildtype=release'],
)
Expand Down

0 comments on commit 31f5a16

Please sign in to comment.