Skip to content

Commit

Permalink
Bump version number and add changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jobobby04 committed Jul 9, 2020
1 parent 5cc46b1 commit f16755e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 63 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ android {
minSdkVersion AndroidConfig.minSdk
targetSdkVersion AndroidConfig.targetSdk
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
versionCode 1
versionName "0.9.2.7"
versionCode 2
versionName "1.0.0"

buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
Expand Down
64 changes: 3 additions & 61 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -1,65 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion versionName="0.9.2.7" changeDate="">
<changelogtext>Re-Implemented the more button inside global search</changelogtext>
<changelogtext>Made migrate and merge with another only visible if the manga is favourited</changelogtext>
<changelogtext>Remove library rounded corners option</changelogtext>
<changelogtext>(From Preview) Refresh page on 32-bit color setting change</changelogtext>
<changelogtext>(From Preview) Fix updates/history section headers in RTL locales</changelogtext>
<changelogtext>(From Preview) Tweak about manga heading</changelogtext>
<changelogtext>(From Preview) Increase webtoon setting change page refresh range</changelogtext>
<changelogtext>(From Preview) Adopt MaterialFastScroll from J2K fork</changelogtext>
<changelogtext>(From Preview) Use borderless buttons everywhere for consistency</changelogtext>
<changelogtext>(From Preview) Show icon when chapter is bookmarked</changelogtext>
<changelogtext>(From Preview) Concurrently download up to 5 pages at a time</changelogtext>
<changelogtext>(From Preview) Download from up to 5 different sources concurrently</changelogtext>
<changelogtext>(From Preview) Do library checks from up to 5 sources concurrently</changelogtext>
<changelogtext>(From Preview) Concurrently refresh trackers</changelogtext>
<changelogtext>(From Preview) Fix backup restore lag</changelogtext>
<changelogtext>(From Preview) Option to hide unread badges</changelogtext>
<changelogtext>(From Preview) Fix reader opening in the wrong place</changelogtext>
<changelogversion versionName="1.0.0" changeDate="">
<changelogtext>Welcome to my first full release of TachiyomiSY!</changelogtext>
<changelogtext>I hope you enjoy your stay, many improvements are planned!</changelogtext>
</changelogversion>
<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="">
<changelogtext>Fixed issue where some sources wouldn't work at all (like Toonily and Dynasty)</changelogtext>
</changelogversion>
<changelogversion versionName="0.9.2.4" changeDate="">
<changelogtext>Fixed All Sources in Filter list</changelogtext>
<changelogtext>Remove dev update checker(so it doesnt break when I release a regular build)</changelogtext>
<changelogtext>Change source migration icon</changelogtext>
<changelogtext>Add my github to the about page</changelogtext>
<changelogtext>Implement not really working saved searches</changelogtext>
<changelogtext>Fix downloaded only</changelogtext>
<changelogtext>Remove unneeded backup changes, now all backups should work</changelogtext>
</changelogversion>
<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>(From preview) Fix anilist jsonnull issue</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>

0 comments on commit f16755e

Please sign in to comment.