From 6e92d957b1afa41f8096eac5320dc59706e66716 Mon Sep 17 00:00:00 2001 From: Alexandre Trendel Date: Tue, 2 Mar 2021 11:25:05 +0100 Subject: [PATCH] 0.1.9 --- Cargo.lock | 2 +- Cargo.toml | 2 +- data/dev.alextren.Spot.appdata.xml | 32 ++++++++++++++++++++---------- meson.build | 2 +- 4 files changed, 24 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c44fd75a..6e6fd18a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3194,7 +3194,7 @@ dependencies = [ [[package]] name = "spot" -version = "0.1.8" +version = "0.1.9" dependencies = [ "async-std", "form_urlencoded", diff --git a/Cargo.toml b/Cargo.toml index 828f07a5..26df304a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spot" -version = "0.1.8" +version = "0.1.9" edition = "2018" license = "MIT" diff --git a/data/dev.alextren.Spot.appdata.xml b/data/dev.alextren.Spot.appdata.xml index 0e9c9343..a0aec5d4 100644 --- a/data/dev.alextren.Spot.appdata.xml +++ b/data/dev.alextren.Spot.appdata.xml @@ -1,27 +1,27 @@ - dev.alextren.Spot + dev.alextren.Spot https://github.com/xou816/spot Spot Spotify Client for the Gnome desktop dev.alextren.Spot.desktop - CC0-1.0 - MIT + CC0-1.0 + MIT - -

+ +

Spotify Client for the Gnome desktop. Requires a premium account.

-

Current features:

-
    +

    Current features:

    +
    • playback control (play/pause, previous/next, seeking, shuffle play)
    • -
    • library browser (saved albums)
    • +
    • library browser (saved albums and playlists)
    • album search
    • artist view
    • credentials management with Secret Service
    • MPRIS integration
    • -
    - +
+
https://raw.githubusercontent.com/xou816/spot/master/data/appstream/1.png @@ -33,7 +33,17 @@ https://raw.githubusercontent.com/xou816/spot/master/data/appstream/3.png - + + + +

+ New feature: contextual menus for songs are now available everywhere, allowing you to easily navigate to related artists or share tracks. Thanks Douile! +

+

+ This release also includes numerous fixes, including a few crashes, performance issues, and most importantly playlists being truncated. +

+
+

diff --git a/meson.build b/meson.build index 1a1836c3..8a3d73d6 100644 --- a/meson.build +++ b/meson.build @@ -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'], )