Version 0.9.5

pull/2497/head
Jay 5 years ago
parent ce30d9602b
commit 20442c7911

@ -38,8 +38,8 @@ android {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
versionCode 48 versionCode 49
versionName '0.9.41' versionName '0.9.5'
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\"" buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\"" buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""

@ -1,5 +1,16 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true"> <changelog bulletedList="true">
<changelogversion versionName="v0.9.5" changeDate="">
<changelogtext>Mass/Auto-Migration</changelogtext>
<changelogtext>Chapters FAB is no longer hides</changelogtext>
<changelogtext>Fix single tag searching + multi tag searching by commas (ie. "Romance, -Harem, Comedy")</changelogtext>
<changelogtext>Download chapters names now use scantalors names</changelogtext>
<changelogtext>Fixed reordering downloads restarting the progress</changelogtext>
<changelogtext>(From dev) Auto attempt a login refresh once if MAL returns http 400</changelogtext>
<changelogtext>(From dev) Increase default text size of the transition chapter page</changelogtext>
<changelogtext>(From dev) Add .nomedia file in each chapter download folder</changelogtext>
</changelogversion>
<changelogversion versionName="v0.9.41" changeDate=""> <changelogversion versionName="v0.9.41" changeDate="">
<changelogtext>Fixed status bar not being transparent for dark themes on Android Pie and <changelogtext>Fixed status bar not being transparent for dark themes on Android Pie and
under</changelogtext> under</changelogtext>
@ -64,7 +75,7 @@
accidents for that</changelogtext> accidents for that</changelogtext>
<changelogtext>Option to hide manga titles in grid view</changelogtext> <changelogtext>Option to hide manga titles in grid view</changelogtext>
<changelogtext>Filter out your library by searching for tags (ex. "Comedy" or "Slice of <changelogtext>Filter out your library by searching for tags (ex. "Comedy" or "Slice of
Life") or exclude mangas by a tag (ex. "-Shounen" or "-Romance"). Tapping on these Life") or exclude manga by a tag (ex. "-Shounen" or "-Romance"). Tapping on these
tags also performs a local search</changelogtext> tags also performs a local search</changelogtext>
<changelogtext>Android X Support</changelogtext> <changelogtext>Android X Support</changelogtext>
</changelogversion> </changelogversion>

Loading…
Cancel
Save