mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-25 19:35:20 +01:00
1 line
No EOL
1.8 KiB
HTML
1 line
No EOL
1.8 KiB
HTML
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
* {
|
|
word-wrap: break-word;
|
|
}
|
|
{style-placeholder}
|
|
a {
|
|
color: #{link-color};
|
|
}
|
|
a:active {
|
|
color: #{link-color-active};
|
|
}
|
|
ul {
|
|
list-style-position: outside;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
margin-left: 1em;
|
|
}
|
|
li {
|
|
padding-top: 8px;
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h4>v3.1.240</h4>
|
|
<ul>
|
|
<li>Fix Search not showing from home screen</li>
|
|
<li>Fix Volume controls color issue</li>
|
|
<li>Fix Seek bar alignment</li>
|
|
<li>Added tiny theme</li>
|
|
<li>Improved full theme appearances</li>
|
|
<li>Now playing theme preview updated</li>
|
|
<li>Fix composer error</li>
|
|
</ul>
|
|
<h4>v3.1.200</h4>
|
|
<ul>
|
|
<li>Added composer sort and editing</li>
|
|
<li>Fix Crash in Album tag editor while selecting options</li>
|
|
<li>Added Filter song length</li>
|
|
<li>Added Favourites playlist icon will be accent color</li>
|
|
<li>Added Colorful settings icons</li>
|
|
<li>Added Corners for dialog</li>
|
|
</ul>
|
|
<h4>v3.0.570</h4>
|
|
<ul>
|
|
<li>Fix Album/Artist square image</li>
|
|
<li>Fix Delete dialog text format</li>
|
|
<li>Fix Profile picture not showing after coming back from folders</li>
|
|
<li>Fix Play button color i Simple and Plain themes</li>
|
|
<li>Fix Sleep timer dialog crashing</li>
|
|
<li>Fix Share song dialog title and text</li>
|
|
</ul>
|
|
<p>If you see entire app white or dark or black select same theme in settings to fix </p>
|
|
<p style="line-height:150%"><a href="https://github.com/h4h13/RetroMusicPlayer/wiki/FAQ">FAQ's</a>
|
|
</p>
|
|
<p style="line-height:150%">*If you face any UI related issues you clear app data and cache, if its
|
|
not working try to
|
|
uninstall and install again. </p>
|
|
</body> |