Fix what's new screen
This commit is contained in:
parent
0bff6d1f3a
commit
911e18bf89
11 changed files with 60 additions and 43 deletions
|
@ -9,17 +9,19 @@
|
|||
body {
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
h2{
|
||||
margin-block-end: 0rem;
|
||||
margin-block-start: 0rem;
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-block-end: 0rem;
|
||||
margin-block-start: 0rem;
|
||||
}
|
||||
|
||||
li {
|
||||
font-size: 0.85rem;
|
||||
padding-top: 0.5rem;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
color: rgba(0,0,0,0.8);
|
||||
color: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
|
||||
ul {
|
||||
|
@ -37,33 +39,41 @@ h2{
|
|||
line-height: 0.7rem;
|
||||
}
|
||||
|
||||
h5 {
|
||||
margin-block-start: 0;
|
||||
margin-block-end: 0.5rem;
|
||||
}
|
||||
|
||||
h3 span {
|
||||
border-radius: 0.2rem;
|
||||
padding-left: 0.5rem;
|
||||
padding-right: 0.5rem;
|
||||
padding-top: 0.3rem;
|
||||
padding-bottom: 0.3rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
{style-placeholder}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h2>v3.5.100</h2>
|
||||
<font color="green"><span>Internal version</span></font>
|
||||
<h3>What's new?</h3>
|
||||
<h5>April 28, 2020</h5>
|
||||
<h2>v3.5.110</h2>
|
||||
<span class="tag"><i>Beta version</i></span>
|
||||
<h3><span class="colorHeader">What's New</span></h3>
|
||||
<ul>
|
||||
<li>Added grid size and layout change for songs list</li>
|
||||
<li>Removed menu options (No use of having only settings)</li>
|
||||
<li>Added settings option to toolbar</li>
|
||||
<li>Changed profile form image to icon</li>
|
||||
<li>New what's new screen</li>
|
||||
<li>Added In-App language changer, where you can select language </li>
|
||||
</ul>
|
||||
<h3>Improvements and fixed issues</h3>
|
||||
<h3><span class="colorHeader">Improved</span></h3>
|
||||
<ul>
|
||||
<li>Added default cover with accent color</li>
|
||||
<li>Added date modified option to sort songs</li>
|
||||
<li>Added toggle bluetooth connection to play on device as soon as it connected</li>
|
||||
<li>Major code refactor for library tabs</li>
|
||||
<li>Folder option now in available in tabs</li>
|
||||
<li>Improved drive mode page</li>
|
||||
<li>Improved fit, full, card themes for status visibility</li>
|
||||
<li>Fix tablet version of app</li>
|
||||
<li>Fix Album and Artist details toolbar full width for better accessibility</li>
|
||||
<li>Updated internal libraries</li>
|
||||
<li>Improved loading of Songs, Albums, Artists, Genres, Playlists </li>
|
||||
</ul>
|
||||
<!--<h3><span class="colorHeader">Bug fixes</span></h3>
|
||||
<ul>
|
||||
<li></li>
|
||||
</ul>-->
|
||||
<p>*If you face any UI related issues you clear app data and cache, if itsnot working try to uninstall and install
|
||||
again. </p>
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue