jamfish/app/src/main/assets/changelog.html

75 lines
No EOL
2.2 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 having wrong background color on dark theme.
</li>
<li><b>FIX:</b> Bottom bar sometimes disappearing from itself after changing the theme.
</li>
<li><b>FIX:</b> Progress slider being barely visible with dark theme and black accent or light
theme
and white accent.
</li>
<li><b>FIX:</b> Progress slider stopped 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>
<li><b>FIX:</b> Album and artist list not scrolling when trying to drag from their title bar.
</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>