Skip to content

Commit

Permalink
0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
xou816 committed Apr 12, 2021
1 parent a069437 commit 038bfcd
Show file tree
Hide file tree
Showing 5 changed files with 18 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.12"
version = "0.1.13"
edition = "2018"
license = "MIT"

Expand Down
14 changes: 14 additions & 0 deletions data/dev.alextren.Spot.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,20 @@
</screenshot>
</screenshots>
<releases>
<release version="0.1.13" date="2021-04-12">
<description>
<p>
What's new:
</p>
<ul>
<li>new selection tools: move tracks up and down in queue, quickly select multiple tracks from current view...</li>
<li>touch and hold a song list (or right click) to enter selection mode</li>
<li>Portuguese translation</li>
<li>fixed session restoration requiring manually repeating last action after a long period of inactivity</li>
<li>fixed parsing for playlists with local tracks</li>
</ul>
</description>
</release>
<release version="0.1.12" date="2021-03-24">
<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.12',
version: '0.1.13',
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,4 +1,4 @@
pub static PKGDATADIR: &str = "/home/alexandre/.local/share/spot";
pub static VERSION: &str = "0.1.12-dev";
pub static VERSION: &str = "0.1.13-dev";
pub static LOCALEDIR: &str = "/home/alexandre/.local/share/locale";
pub static APPID: &str = "dev.alextren.Spot.Devel";

0 comments on commit 038bfcd

Please sign in to comment.