Skip to content

Commit

Permalink
0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
xou816 committed Mar 2, 2021
1 parent f102c8d commit 6e92d95
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 14 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.8"
version = "0.1.9"
edition = "2018"
license = "MIT"

Expand Down
32 changes: 21 additions & 11 deletions data/dev.alextren.Spot.appdata.xml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>dev.alextren.Spot</id>
<id>dev.alextren.Spot</id>
<url type="homepage">https://github.com/xou816/spot</url>
<name>Spot</name>
<summary>Spotify Client for the Gnome desktop</summary>
<launchable type="desktop-id">dev.alextren.Spot.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<content_rating type="oars-1.1" />
<description>
<p>
<description>
<p>
Spotify Client for the Gnome desktop. <b>Requires a premium account.</b>
</p>
<p>Current features:</p>
<ul>
<p>Current features:</p>
<ul>
<li>playback control (play/pause, previous/next, seeking, shuffle play)</li>
<li>library browser (saved albums)</li>
<li>library browser (saved albums and playlists)</li>
<li>album search</li>
<li>artist view</li>
<li>credentials management with Secret Service</li>
<li>MPRIS integration</li>
</ul>
</description>
</ul>
</description>
<screenshots>
<screenshot>
<image>https://raw.githubusercontent.com/xou816/spot/master/data/appstream/1.png</image>
Expand All @@ -33,7 +33,17 @@
<image>https://raw.githubusercontent.com/xou816/spot/master/data/appstream/3.png</image>
</screenshot>
</screenshots>
<releases>
<releases>
<release version="0.1.9" date="2021-03-02">
<description>
<p>
New feature: contextual menus for songs are now available everywhere, allowing you to easily navigate to related artists or share tracks. Thanks Douile!
</p>
<p>
This release also includes numerous fixes, including a few crashes, performance issues, and most importantly playlists being truncated.
</p>
</description>
</release>
<release version="0.1.8" date="2021-02-20">
<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.8',
version: '0.1.9',
meson_version: '>= 0.50.0',
default_options: ['warning_level=2', 'buildtype=release'],
)
Expand Down

0 comments on commit 6e92d95

Please sign in to comment.