Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
xou816 committed Jan 13, 2022
1 parent e34764f commit d304ce5
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 12 deletions.
14 changes: 7 additions & 7 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Alexandre Trendel
Noëlle
Armin Begert
Douile
Diego Augusto
TotalDarkness-NRF
Seioo Inoue
xRMG412
realJavabot
Gabriele Musco
Alistair Francis
Expand All @@ -8,10 +14,4 @@ Nils Tonnätt
Niklas Sauter
Nicolas Fella
Fridolin Weisser
TotalDarkness-NRF
Diego Augusto
Seioo Inoue
Jan Przebor
Noëlle
xRMG412
Armin Begert
Jan Przebor
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.2"
version = "0.3.0"
edition = "2018"
license = "MIT"

Expand Down
Binary file modified data/appstream/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/appstream/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/appstream/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 21 additions & 2 deletions data/dev.alextren.Spot.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
</custom>
<description>
<p>
Listen to music on Spotify. <b>Requires a premium account.</b>
Listen to music on Spotify.
<b>Requires a premium account.</b>
</p>
<p>Current features:</p>
<ul>
Expand All @@ -50,6 +51,24 @@
</screenshot>
</screenshots>
<releases>
<release version="0.3.0" date="2022-01-13">
<description>
<p>
There has been no release for a while, but this one packs quite a few features:
</p>
<ul>
<li>redesigned several parts of the application: headers, selection tools, library, album view... (thanks @jannuary!)</li>
<li>many, many, many more subtle design changes and tweaks still owed to @jannuary</li>
<li>playlists are now accessible from the sidebar (thanks @abegert!)</li>
<li>the album art is visible for individual songs, and the release year is visible for albums (thanks @abegert and @sei0o!)</li>
<li>volume control over MPRIS (thanks @Diegovsky!)</li>
<li>as always, updated translations for yet more languages; thanks to the many people involved on POEditor!</li>
</ul>
<p>
Thank you so much to everyone involved for this release, including those I could not mention. If you're willing to contribute, do not hesitate to seek advice from those trusted contributors, and be sure to direct your UX questions towards @jannuary (as long as they're fine with it!).
</p>
</description>
</release>
<release version="0.2.2" date="2021-11-10">
<description>
<p>Quick fix for a startup crash, sorry for the inconvenience. Thanks @xRMG412! </p>
Expand Down Expand Up @@ -279,4 +298,4 @@
</description>
</release>
</releases>
</component>
</component>
File renamed without changes.
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.2',
version: '0.3.0',
meson_version: '>= 0.50.0',
default_options: ['warning_level=2', 'buildtype=release'],
)
Expand Down

0 comments on commit d304ce5

Please sign in to comment.