70 lines
No EOL
1.9 KiB
HTML
70 lines
No EOL
1.9 KiB
HTML
<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 beta2</h3>
|
|
|
|
<ol>
|
|
<li><b>FIX:</b> Playlist view wrong background color on dark theme.
|
|
</li>
|
|
<li><b>FIX:</b> Progress slider barely visible with dark theme and black accent or light theme
|
|
and white accent.
|
|
</li>
|
|
<li><b>FIX:</b> Progress slider stops working when switching between alternative and regular
|
|
progress slider.
|
|
</li>
|
|
<li><b>FIX:</b> Removed the unneeded menu button from the artist and album list.
|
|
</li>
|
|
</ol>
|
|
|
|
<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>FIX:</b> Images downloaded from Last.fm having low resolution. Note: If you currently
|
|
have pixelated artist images you may have to clear the cache or reinstall phonograph for
|
|
changes to take affect.
|
|
</li>
|
|
<li><b>TRANSLATIONS:</b> Translation updates from OneSky.
|
|
</li>
|
|
</ol>
|
|
|
|
</body> |