Release 0.9.2.3

This commit is contained in:
Jobobby04 2020-05-04 02:00:42 -04:00
parent f5b8d3120d
commit 0300c1057b
2 changed files with 24 additions and 3 deletions

View File

@ -43,7 +43,7 @@ android {
targetSdkVersion 29
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
versionCode 1
versionName "v0.9.2.0"
versionName "0.9.2.3"
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""

View File

@ -1,7 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion versionName="v0.9.2SY" changeDate="">
<changelogtext>k</changelogtext>
<changelogversion versionName="0.9.2.3" changeDate="">
<changelogtext>Add EH and similar specific tag formatting for global and local search</changelogtext>
<changelogtext>Fix the issue where it was showing hidden sources like the merged source</changelogtext>
<changelogtext>Fix cutoff for new buttons if your screen is small</changelogtext>
<changelogtext>Implement long click global search for tags</changelogtext>
<changelogtext>Fix "merge with another" button crash</changelogtext>
<changelogtext>(From preview) Bunch of crash fixes</changelogtext>
<changelogtext>(From preview) More extreme method for enforcing WebView availability</changelogtext>
<changelogtext>Finally figured out how to properly make a release build with check for updates and changelogs</changelogtext>
</changelogversion>
<changelogversion versionName="0.9.2.2" changeDate="">
<changelogtext>Fix adding a manga to your library crash</changelogtext>
<changelogtext>Fix migrate and merge with another buttons now showing up</changelogtext>
</changelogversion>
<changelogversion versionName="0.9.2.1" changeDate="">
<changelogtext>Add single manga migration and merge into another into the manga info page</changelogtext>
<changelogtext>Try to fix backup restores</changelogtext>
</changelogversion>
<changelogversion versionName="0.9.2.0" changeDate="">
<changelogtext>First Release</changelogtext>
<changelogtext>This is the first working version of TachiyomiSY, it is not fully working so exspect bugs and possibly crashes, make sure you have auto backup on and ready for if you have to reinstall.</changelogtext>
<changelogtext>This is based on 0.9.2 of Tachiyomi Stable and 8.5.0 (with a bit extra) of TachiyomiAZ</changelogtext>
<changelogtext>It is missing quite a few features like saved searches and the merge button</changelogtext>
</changelogversion>
</changelog>