Release 2.9.2.6
This commit is contained in:
parent
509d7b20b4
commit
2f928ac034
@ -43,7 +43,7 @@ android {
|
|||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "0.9.2.5"
|
versionName "0.9.2.6"
|
||||||
|
|
||||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog bulletedList="true">
|
<changelog bulletedList="true">
|
||||||
|
<changelogversion versionName="0.9.2.6" changeDate="">
|
||||||
|
<changelogtext>Re-Implemented history features from AZ, includes year long history, endless scrolling, and searching history</changelogtext>
|
||||||
|
<changelogtext>Saved searches now fully work, and increased the limit to 500 instead of 5 saved searches per sources</changelogtext>
|
||||||
|
<changelogtext>(From AZ) hide 'latest' when merging sources </changelogtext>
|
||||||
|
</changelogversion>
|
||||||
<changelogversion versionName="0.9.2.5" changeDate="">
|
<changelogversion versionName="0.9.2.5" changeDate="">
|
||||||
<changelogtext>Fixed issue where some sources wouldn't work at all (like Toonily and Dynasty)</changelogtext>
|
<changelogtext>Fixed issue where some sources wouldn't work at all (like Toonily and Dynasty)</changelogtext>
|
||||||
</changelogversion>
|
</changelogversion>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user