Skip to content

Commit

Permalink
version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xou816 committed Oct 17, 2021
1 parent 8dc2a7e commit cf6f339
Show file tree
Hide file tree
Showing 4 changed files with 19 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.2.0"
version = "0.2.1"
edition = "2018"
license = "MIT"

Expand Down
16 changes: 16 additions & 0 deletions data/dev.alextren.Spot.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,22 @@
</screenshot>
</screenshots>
<releases>
<release version="0.2.1" date="2021-10-17">
<description>
<p>
What's new:
</p>
<ul>
<li>browse saved tracks from Spot</li>
<li>a status page is now displayed when no albums or playlists have been added (thanks @Diegovsky!)</li>
<li>change the access point port from GSettings; this should help users running Spot behind a firewall (thanks @sei0o!)</li>
<li>display a warning in the login dialog if Caps Lock is enabled (thanks @przebor!)</li>
<li>added Purism form-factor metadata; this should improve the discoverability of Spot (thanks @1peter10!), and generally improved the appstream metadata to match the updated guidelines</li>
<li>various bugfixes (clear credentials on auth failure, load all tracks for long albums...)</li>
</ul>
<p>Thank you to the many contributors to this release, as well as to all those contributing translations on POEditor!</p>
</description>
</release>
<release version="0.2.0" date="2021-08-24">
<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.2.0',
version: '0.2.1',
meson_version: '>= 0.50.0',
default_options: ['warning_level=2', 'buildtype=release'],
)
Expand Down

0 comments on commit cf6f339

Please sign in to comment.