Skip to content

Commit

Permalink
0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
xou816 committed Mar 13, 2021
1 parent 7cd1cb9 commit 1d361b1
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 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.9"
version = "0.1.10"
edition = "2018"
license = "MIT"

Expand Down
15 changes: 15 additions & 0 deletions data/dev.alextren.Spot.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,21 @@
</screenshot>
</screenshots>
<releases>
<release version="0.1.10" date="2021-03-13">
<description>
<p>
New features:
</p>
<ul>
<li>redesigned seekbar, login dialog and search (type from any screen to start a search)</li>
<li>song durations in playlist widgets (thanks realJavabot!)</li>
<li>play queue management (queue/dequeue/clear queue)</li>
<li>selection mode: enter selection mode to easily queue multiple tracks</li>
<li>keyboards shortcuts</li>
<li>various playback options through GSettings (no GUI yet)</li>
</ul>
</description>
</release>
<release version="0.1.9" date="2021-03-02">
<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.9',
version: '0.1.10',
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.9";
pub static VERSION: &str = "0.1.10";
// pub static LOCALEDIR: &str = "/home/alexandre/.local/share/locale";

0 comments on commit 1d361b1

Please sign in to comment.