Bump version and update change-log

This commit is contained in:
Prathamesh More 2023-03-09 18:03:14 +05:30
parent 35c54829a8
commit ec6220a97d
2 changed files with 18 additions and 2 deletions

View file

@ -15,8 +15,8 @@ android {
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
applicationId namespace applicationId namespace
versionCode 10597 versionCode 10599
versionName '6.0.2-beta' versionName '6.0.4-beta'
buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"") buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")
} }

View file

@ -62,6 +62,22 @@
</head> </head>
<body> <body>
<div>
<h5>March 09, 2023</h5>
<h2>v6.0.3<span class="tag"><i>Beta</i></span></h2>
<h3>What's New</h3>
<ul>
<li>Minor redesign in Playlist details screen</li>
<li>Updated translations</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fixed file popup menu actions in Folders tab</li>
<li>Fixed playlist image loading</li>
<li>Fixed blurry album art in Android 13</li>
<li>Minor bug fixes and improvements</li>
</ul>
</div>
<div> <div>
<h5>July 10, 2022</h5> <h5>July 10, 2022</h5>
<h2>v6.0.3<span class="tag"><i>Beta</i></span></h2> <h2>v6.0.3<span class="tag"><i>Beta</i></span></h2>