From 31f5a1690781650b3b4fb3cf7bafe064b354a922 Mon Sep 17 00:00:00 2001 From: Alexandre Trendel Date: Tue, 17 Aug 2021 22:58:52 +0200 Subject: [PATCH] 0.1.16 --- Cargo.lock | 2 +- Cargo.toml | 2 +- data/dev.alextren.Spot.appdata.xml | 17 +++++++++++++++++ meson.build | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 287fe3e2..b79279c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2964,7 +2964,7 @@ dependencies = [ [[package]] name = "spot" -version = "0.1.15" +version = "0.1.16" dependencies = [ "async-std", "form_urlencoded", diff --git a/Cargo.toml b/Cargo.toml index 59a0694b..8e94b626 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spot" -version = "0.1.15" +version = "0.1.16" edition = "2018" license = "MIT" diff --git a/data/dev.alextren.Spot.appdata.xml b/data/dev.alextren.Spot.appdata.xml index 6e930ca6..f2542b57 100644 --- a/data/dev.alextren.Spot.appdata.xml +++ b/data/dev.alextren.Spot.appdata.xml @@ -37,6 +37,23 @@ + + +

+ What's new: +

+
    +
  • added a new album info modal with full release details (thanks TotalDarkness-NRF!)
  • +
  • improved player controls: added the ability to repeat a single track or the whole queue (thanks TotalDarkness-NRF!)
  • +
  • improved login credentials management: (re)use auth token when possible instead of always using email and password (thanks nn1ks!)
  • +
  • MPRIS fixes: raising the player is now properly implemented (thanks eladyn!)
  • +
  • ...actually fix an issue with playlists not being modifiable when login in with email
  • +
+

+ Special thanks to TotalDarkness-NRF for contributing several major features for this version. +

+
+

diff --git a/meson.build b/meson.build index a9a86e48..31266e13 100644 --- a/meson.build +++ b/meson.build @@ -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'], )