From cf6f339a3621d95dd30bbc372033f86f2300262e Mon Sep 17 00:00:00 2001 From: Alexandre Trendel Date: Sun, 17 Oct 2021 15:37:51 -0400 Subject: [PATCH] version 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- data/dev.alextren.Spot.appdata.xml | 16 ++++++++++++++++ meson.build | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d7153720..98961531 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2974,7 +2974,7 @@ dependencies = [ [[package]] name = "spot" -version = "0.2.0" +version = "0.2.1" dependencies = [ "async-std", "form_urlencoded", diff --git a/Cargo.toml b/Cargo.toml index 7cb4546e..ad9ec467 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spot" -version = "0.2.0" +version = "0.2.1" edition = "2018" license = "MIT" diff --git a/data/dev.alextren.Spot.appdata.xml b/data/dev.alextren.Spot.appdata.xml index c3c54c0a..a0207146 100644 --- a/data/dev.alextren.Spot.appdata.xml +++ b/data/dev.alextren.Spot.appdata.xml @@ -50,6 +50,22 @@ + + +

+ What's new: +

+
    +
  • browse saved tracks from Spot
  • +
  • a status page is now displayed when no albums or playlists have been added (thanks @Diegovsky!)
  • +
  • change the access point port from GSettings; this should help users running Spot behind a firewall (thanks @sei0o!)
  • +
  • display a warning in the login dialog if Caps Lock is enabled (thanks @przebor!)
  • +
  • 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
  • +
  • various bugfixes (clear credentials on auth failure, load all tracks for long albums...)
  • +
+

Thank you to the many contributors to this release, as well as to all those contributing translations on POEditor!

+
+

diff --git a/meson.build b/meson.build index 47265fcb..79fd2493 100644 --- a/meson.build +++ b/meson.build @@ -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'], )