49 lines
1.8 KiB
HTML
49 lines
1.8 KiB
HTML
<!--
|
|
~ Copyright (c) 2020 Hemanth Savarala.
|
|
~
|
|
~ Licensed under the GNU General Public License v3
|
|
~
|
|
~ This is free software: you can redistribute it and/or modify it under
|
|
~ the terms of the GNU General Public License as published by
|
|
~ the Free Software Foundation either version 3 of the License, or (at your option) any later version.
|
|
~
|
|
~ This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
|
~ without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
~ See the GNU General Public License for more details.
|
|
-->
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>Change log</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h3>3.4.950</h3>
|
|
Stable
|
|
<h4>What's new?</h4>
|
|
<ul>
|
|
<li>Major refactor has been done for library tabs</li>
|
|
<li>Folder option now in available in tabs</li>
|
|
<li>Improved drive mode page</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>Fix tablet version of app</li>
|
|
<li>Fix Album and Artist details toolbar full width for better accessibility</li>
|
|
</ul>
|
|
<h4>Improvements and fixes</h4>
|
|
<ul>
|
|
<li>Major refactor has been done for library tabs</li>
|
|
<li>Folder option now in available in tabs</li>
|
|
<li>Improved drive mode page</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>Fix tablet version of app</li>
|
|
<li>Fix Album and Artist details toolbar full width for better accessibility</li>
|
|
</ul>
|
|
</body>
|
|
</html> |