Skip to content

Commit

Permalink
Version 0.9.75
Browse files Browse the repository at this point in the history
  • Loading branch information
Jays2Kings committed Jan 28, 2020
1 parent 32c5864 commit 0b6f7fa
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tachiyomi is a free and open source manga reader for Android 5.0 and above.
![screenshots of app](./.github/readme-images/theming-screenshots.gif)

## Newest Release
[v0.9.7](https://github.com/Jays2Kings/tachiyomi/releases)
[v0.9.75](https://github.com/Jays2Kings/tachiyomi/releases)

## Features

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ android {
minSdkVersion 21
targetSdkVersion 29
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
versionCode 55
versionName '0.9.7'
versionCode 56
versionName '0.9.75'

buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
Expand Down
16 changes: 16 additions & 0 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion versionName="v0.9.75" changeDate="">
<changelogtext>Edit all manga info from title to tags for both online and local manga</changelogtext>
<changelogtext>Tracked filter no longer shows tracking for services you've logged out of</changelogtext>
<changelogtext>Added logout button to tracking settings</changelogtext>
<changelogtext>Track button pre-selected when adding new manga to track and there's a single entry</changelogtext>
<changelogtext>Tracking status options now reflect the site's wording and order</changelogtext>
<changelogtext>Refreshing metadata now updates the manga title (if there is a new manga title)</changelogtext>
<changelogtext>Search "local" to see local manga, also can now search artist</changelogtext>
<changelogtext>Tapping the app icon on homescreen no longer closes the reader or webview</changelogtext>
<changelogtext>Fixed crash when changing categories for global download</changelogtext>
<changelogtext>Fully Translated Russian Language</changelogtext>
<changelogtext>Default category name in settings now honors locale</changelogtext>
<changelogtext>Added Last Read to Drag &amp; Drop sorting</changelogtext>
<changelogtext>Fixes to stopping downloads</changelogtext>
</changelogversion>

<changelogversion versionName="v0.9.7" changeDate="">
<changelogtext>Extensions notifications now perfected</changelogtext>
<changelogtext>Extensions are checked every hour in app</changelogtext>
Expand Down

0 comments on commit 0b6f7fa

Please sign in to comment.