Updated changelog
This commit is contained in:
parent
e778e50073
commit
9f668e5bf8
2 changed files with 13 additions and 5 deletions
|
@ -14,8 +14,8 @@ android {
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
applicationId "code.name.monkey.retromusic"
|
applicationId "code.name.monkey.retromusic"
|
||||||
versionCode 10559
|
versionCode 10560
|
||||||
versionName '5.6.3'
|
versionName '5.6.4'
|
||||||
|
|
||||||
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')}\"")
|
||||||
}
|
}
|
||||||
|
@ -94,7 +94,7 @@ dependencies {
|
||||||
implementation "androidx.cardview:cardview:1.0.0"
|
implementation "androidx.cardview:cardview:1.0.0"
|
||||||
implementation "androidx.appcompat:appcompat:$appcompat_version"
|
implementation "androidx.appcompat:appcompat:$appcompat_version"
|
||||||
implementation 'androidx.annotation:annotation:1.3.0'
|
implementation 'androidx.annotation:annotation:1.3.0'
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
|
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
|
||||||
implementation 'androidx.recyclerview:recyclerview:1.3.0-alpha01'
|
implementation 'androidx.recyclerview:recyclerview:1.3.0-alpha01'
|
||||||
implementation "androidx.preference:preference-ktx:$preference_version"
|
implementation "androidx.preference:preference-ktx:$preference_version"
|
||||||
implementation 'androidx.core:core-ktx:1.7.0'
|
implementation 'androidx.core:core-ktx:1.7.0'
|
||||||
|
|
|
@ -58,23 +58,31 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
{style-placeholder}
|
{style-placeholder}
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div>
|
||||||
<h5>Date</h5>
|
<h5>January 15, 2022</h5>
|
||||||
<h2>v5.6.2</h2>
|
<h2>v5.6.4</h2>
|
||||||
<h3>What's New</h3>
|
<h3>What's New</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>Added Collapsing appbar to library tabs with an option to switch back to simple appbar
|
||||||
|
</li>
|
||||||
|
<li>Added Search tab</li>
|
||||||
|
<li>Added Long Press to forward, rewind current song</li>
|
||||||
<li>Added ability to set Playback speed and pitch</li>
|
<li>Added ability to set Playback speed and pitch</li>
|
||||||
<li>Added option to show lyrics over Cover</li>
|
<li>Added option to show lyrics over Cover</li>
|
||||||
|
<li>Added option to switch to Manrope font</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3>Fixed</h3>
|
<h3>Fixed</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed Gapless Playback</li>
|
<li>Fixed Gapless Playback</li>
|
||||||
<li>Fixed Shuffle FAB going behind Mini Player</li>
|
<li>Fixed Shuffle FAB going behind Mini Player</li>
|
||||||
<li>Fixed crashes on Pre-marshmallow devices</li>
|
<li>Fixed crashes on Pre-marshmallow devices</li>
|
||||||
|
<li>Blacklisted songs can't be played after opening from outside the app</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue