Added changelog. Auto hide bottom bar and fab if playing queue is empty

This commit is contained in:
Karim Abou Zeid 2015-08-15 03:09:47 +02:00
commit 73f3214b23
10 changed files with 211 additions and 4 deletions

View file

@ -0,0 +1,51 @@
<html>
<head>
<style type="text/css">
* {
word-wrap: break-word;
}
{style-placeholder}
a {
color: #{link-color};
}
a:active {
color: #{link-color-active};
}
ol {
list-style-position: inside;
padding-left: 0;
padding-right: 0;
}
li {
padding-top: 8px;
}
</style>
</head>
<body>
<p>You can view the changelog dialog again at any time from the <i>about</i> section.</p>
<h3>Version 0.9.43 beta1</h3>
<ol>
<li><b>NEW:</b> Well, the changelog dialog itself obviously ;)
</li>
<li><b>NEW:</b> Sliding panel! (You can hide it from the settings if you don't like it).
</li>
<li><b>IMPROVE:</b> Much better color generation.
</li>
<li><b>REVERT:</b> Brought back the shuffle button to the songs list.
</li>
<li><b>FIX:</b> Last.fm scrobbling.
</li>
<li><b>FIX:</b> Readability issues with the black and white accent colors.
</li>
<li><b>FIX:</b> Playlists not being updated when adding a new playlist.
</li>
<li><b>FIX:</b> Some icons not being colored correctly.
</li>
<li><b>TRANSLATIONS:</b> Translation updates from OneSky.
</li>
</ol>
</body>