Skip to content

Commit

Permalink
0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
xou816 committed Mar 24, 2021
1 parent b7c2ec2 commit fbee086
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 10 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.11"
version = "0.1.12"
edition = "2018"
license = "MIT"

Expand Down
27 changes: 21 additions & 6 deletions data/dev.alextren.Spot.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@
</p>
<p>Current features:</p>
<ul>
<li>playback control (play/pause, previous/next, seeking, shuffle play)</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>
<li>playback control (play/pause, prev/next, seeking)</li>
<li>>play queue with shuffle option</li>
<li>>selection mode: easily browse and select mutliple tracks to queue them</li>
<li>>browse your saved albums and playlists</li>
<li>>search albums and artists</li>
<li>>view an artist's releases</li>
<li>>view users' playlists</li>
<li>>credentials management with Secret Service</li>
<li>>MPRIS integration</li>
</ul>
</description>
<screenshots>
Expand All @@ -34,6 +37,18 @@
</screenshot>
</screenshots>
<releases>
<release version="0.1.12" date="2021-03-24">
<description>
<p>
What's new:
</p>
<ul>
<li>browse users' playlists by clicking on their name in playlists you follow (thanks a bunch, Douile!)</li>
<li>Catalan, Czech, Polish and Spanish translations; thanks to all the translators involved!</li>
<li>bug fixes</li>
</ul>
</description>
</release>
<release version="0.1.11" date="2021-03-17">
<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.11',
version: '0.1.12',
meson_version: '>= 0.50.0',
default_options: ['warning_level=2', 'buildtype=release'],
)
Expand Down
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pub static PKGDATADIR: &str = "/home/alexandre/.local/share/spot";
pub static VERSION: &str = "0.1.11";
pub static VERSION: &str = "0.1.12";
pub static LOCALEDIR: &str = "/home/alexandre/.local/share/locale";

0 comments on commit fbee086

Please sign in to comment.