Skip to content

Commit 943dcff

Browse files
authored
Rel 1.0.0 (#230)
* Version 1.0.0 * Update changelog xml
1 parent 5ce1b8d commit 943dcff

9 files changed

Lines changed: 21 additions & 110 deletions

File tree

-8.12 KB
Loading
-94.3 KB
Binary file not shown.
-138 KB
Binary file not shown.

.github/readme-images/screens.png

-62.3 KB
Loading
90.1 KB
Loading
-1.33 MB
Binary file not shown.

README.md

Lines changed: 15 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,40 @@
11
# ![app icon](./.github/readme-images/app-icon.png)Tachiyomi
22
Tachiyomi is a free and open source manga reader for Android 5.0 and above.
33

4-
![screenshots of app](./.github/readme-images/theming-screenshots.gif)
4+
![screenshots of app](./.github/readme-images/screens.png)
55

66
## Newest Release
7-
[v0.9.82](https://github.com/Jays2Kings/tachiyomi/releases)
7+
[v1.0.0](https://github.com/Jays2Kings/tachiyomiJ2K/releases)
88

99
## Features
1010

1111
Features of Tachiyomi include:
12-
* Online reading from sources such as KissManga, MangaDex, [and more](https://github.com/inorichi/tachiyomi-extensions)
12+
* Online reading from sources such as MangaDex, MangaSee, Mangakakalot, [and more](https://github.com/inorichi/tachiyomi-extensions)
1313
* Local reading of downloaded manga
1414
* A configurable reader with multiple viewers, reading directions and other settings.
1515
* [MyAnimeList](https://myanimelist.net/), [AniList](https://anilist.co/), [Kitsu](https://kitsu.io/explore/anime), and [Shikimori](https://shikimori.one) support
1616
* Categories to organize your library
17-
* Light and dark themes
17+
* Automatic light and dark themes
1818
* Schedule updating your library for new chapters
1919
* Create backups locally to read offline or to your desired cloud service
2020

2121
Plus some new features in this fork such as:
22-
* Android 10 Dark Theme support: You can have Tachiyomi follow the system theme as well as customize which dark theme to use for dark mode
22+
* New Manga details screens
23+
* New Recents page: Providing quick access to newly added manga, new chapters, and to continue where you left on in a series
2324
* Android 10 edge to edge support (and a translucent nav bar for older versions): no more small ugly bar for the gesture navigation
24-
* Automatic background based on manga page: For those that like having a white background to match the content, this will automatically set the background to match for moments such as a flashback section of a manga
25-
* [Richer New chapters notifications](https://raw.githubusercontent.com/Jays2Kings/tachiyomi/master/.github/readme-images/new%20notifcations%20collasped.png): Now as a group of notifications, [expanding out to show more information](https://raw.githubusercontent.com/Jays2Kings/tachiyomi/master/.github/readme-images/new%20notifcations.png) about the new chapters (like chapter name and manga cover). Tapping on it will bring you right into the chapter or expand it to mark it as read or view all chapters
26-
* [New material snackbar](https://raw.githubusercontent.com/Jays2Kings/tachiyomi/master/.github/readme-images/material%20snackbar.png): Removing manga now auto deletes chapters and has an undo button in case you change your mind
27-
* Multi Source Migration from library
28-
* Notification separation of updating library and new chapters
29-
* [Share sheets upgrade for Android 10](https://raw.githubusercontent.com/Jays2Kings/tachiyomi/master/.github/readme-images/share%20menu.png)
30-
* Reader seekbar overrides switch app gesture in Android 10, so no more accidents for that
31-
* Option to hide manga titles in grid view
32-
* 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 tags also performs a local search. You can also search multiple tags (ex. "Romance, -Harem, Comedy")
33-
* Tri-State Filters on library
34-
* Filter extensions based on your locale
35-
* Webview Navigation
36-
* Fingerprint/Biometrics lock
37-
* Range Select for Library and Chapters: long Press on an item then long press on another to select everything in between
38-
* Automatically checks for extension updates
25+
* Smart background based on manga page: For those that like having a white background to match the content, this will automatically set the background to match for moments such as a flashback section of a manga
26+
* [New material snackbar](.github/readme-images/material%20snackbar.png): Removing manga now auto deletes chapters and has an undo button in case you change your mind
3927
* Batch Auto-Source Migration (taken from [TachiyomiEH](https://github.com/NerdNumber9/TachiyomiEH))
28+
* [Share sheets upgrade for Android 10](.github/readme-images/share%20menu.png)
29+
* View all chapters right in the reader
30+
* Tri-State Filters on library
4031
* Drag & Drop Sorting in Library
41-
* Improved Download queue, including reordering and cancelling downloads
42-
* Recently Read goes all the way back to the beginning of time
32+
* Individual Category sorting
33+
* Library redesigned as a single list view
34+
* Read history goes all the way back to the beginning of time
4335
* Restoring backups in the background (taken from [Neko](https://github.com/CarlosEsco/Neko)
4436
* Expanding manga thumbnails
45-
* Automatically check for extension updates
46-
* More Material Stuff
37+
* A lot more Material Design 2 additions
4738

4839
## Issues, Feature Requests and Contributing
4940

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
targetSdkVersion(29)
3737
applicationId = "eu.kanade.tachiyomi"
3838
versionCode = 62
39-
versionName = "0.9.82"
39+
versionName = "1.0.0"
4040
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4141
multiDexEnabled = true
4242

app/src/main/res/raw/changelog_release.xml

Lines changed: 5 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog bulletedList="true">
3+
<changelogversion versionName="v1.0.0" changeDate="">
4+
<changelogtext>Full MD2 overhaul, check the GitHub release for full
5+
changelog</changelogtext>
6+
</changelogversion>
7+
38
<changelogversion versionName="v0.9.81" changeDate="">
49
<changelogtext>Fixed Extensions list sometimes not loading</changelogtext>
510
<changelogtext>Fixed Catalogue list resetting to the top</changelogtext>
@@ -220,89 +225,4 @@
220225
<changelogtext>Android X Support</changelogtext>
221226
</changelogversion>
222227

223-
<changelogversion versionName="v0.8.4" changeDate="">
224-
<changelogtext>All the internal sources have been removed. They now need to be
225-
installed as an extension.</changelogtext>
226-
<changelogtext>Cloudflare is now resolved with a WebView in background which should put
227-
an end to the recent updates to adapt to their changes.</changelogtext>
228-
<changelogtext>Added an option to open manga details in a WebView. This
229-
should also help when receiving a captcha confirmation page (usually 403 errors).
230-
It can also be used to login with the website, as the app now shares cookies
231-
.</changelogtext>
232-
<changelogtext>Added a deep link handler that extensions can use to perform
233-
a search within the app.</changelogtext>
234-
<changelogtext>Added an option to decode images in ARGB8888 format for
235-
devices running Oreo or later.</changelogtext>
236-
<changelogtext>Added Shikimori tracker.</changelogtext>
237-
<changelogtext>Updated translations.</changelogtext>
238-
</changelogversion>
239-
240-
<changelogversion versionName="v0.8.2" changeDate="">
241-
<changelogtext>Updated Cloudflare.</changelogtext>
242-
<changelogtext>Fixed crashes with some translations.</changelogtext>
243-
</changelogversion>
244-
245-
<changelogversion versionName="v0.8.1" changeDate="">
246-
<changelogtext>Fixed latest Cloudflare changes.</changelogtext>
247-
<changelogtext>Bundled SQLite for better performance and new features.</changelogtext>
248-
<changelogtext>Restored dark blue theme.</changelogtext>
249-
<changelogtext>Added a MAL API workaround.</changelogtext>
250-
<changelogtext>Fixed search issues on Kitsu and AniList.</changelogtext>
251-
<changelogtext>Fixed an issue where the image was centered when using the vertical reader.</changelogtext>
252-
<changelogtext>Updated translations.</changelogtext>
253-
</changelogversion>
254-
255-
<changelogversion versionName="v0.8.0" changeDate="">
256-
<changelogtext>Added a new reader with many fixes.</changelogtext>
257-
<changelogtext>Added GIF support.</changelogtext>
258-
<changelogtext>Fixed loading errors with local compressed files.</changelogtext>
259-
<changelogtext>Fixed an issue where images couldn't be shared.</changelogtext>
260-
<changelogtext>Removed image decoders setting because it's not needed anymore.</changelogtext>
261-
<changelogtext>Updated translations.</changelogtext>
262-
<changelogtext>Show all entries in library even if their extensions are not installed</changelogtext>
263-
<changelogtext>Fixed search issues on Kitsu and AniList.</changelogtext>
264-
<changelogtext>Other minor bugfixes.</changelogtext>
265-
</changelogversion>
266-
267-
<changelogversion versionName="v0.7.4" changeDate="">
268-
<changelogtext>Updated Anilist's API to v2.</changelogtext>
269-
<changelogtext>Added Github link to about.</changelogtext>
270-
<changelogtext>Fixed indonesian language not working.</changelogtext>
271-
<changelogtext>Fixed an issue on KitKat that crashed the app when scheduling updates.</changelogtext>
272-
<changelogtext>Fixed a few more issues introduced on the previous release.</changelogtext>
273-
</changelogversion>
274-
275-
<changelogversion versionName="v0.7.3" changeDate="">
276-
<changelogtext>Fixed the tracking search layout when there are many results.</changelogtext>
277-
<changelogtext>Separate english language into american and british so that dates are formatted according to that locale.</changelogtext>
278-
<changelogtext>Added Firebase analytics, for Android API distribution.</changelogtext>
279-
<changelogtext>Crop borders for webtoons now has a separate setting.</changelogtext>
280-
<changelogtext>The downloader now runs in a foreground service to prevent it from being killed.</changelogtext>
281-
<changelogtext>Fixed a few weird crashes.</changelogtext>
282-
</changelogversion>
283-
284-
<changelogversion versionName="v0.7.2" changeDate="">
285-
<changelogtext>Fixed missing downloaded label in chapters screen.</changelogtext>
286-
<changelogtext>Fixed updater in KitKat and lower due to TLS.</changelogtext>
287-
</changelogversion>
288-
289-
<changelogversion versionName="v0.7.1" changeDate="">
290-
<changelogtext>Updated Cloudflare bypass.</changelogtext>
291-
<changelogtext>Enabled TLS 1.1 and TLS 1.2 on Android KitKat and lower.</changelogtext>
292-
<changelogtext>Minor UI changes.</changelogtext>
293-
</changelogversion>
294-
295-
<changelogversion versionName="v0.7.0" changeDate="">
296-
<changelogtext>Added extensions support. You can now install and update extensions within the app.
297-
If you installed any extension previously through F-Droid, you'll have to uninstall them first.</changelogtext>
298-
<changelogtext>Added a custom download option to download N chapters.</changelogtext>
299-
<changelogtext>Updated manga info layout, with clickable components to copy to clipboard or perform a global search.</changelogtext>
300-
<changelogtext>Added an option to change the animation speed of a double tap in the reader.</changelogtext>
301-
<changelogtext>Improved tracking results UI with covers.</changelogtext>
302-
<changelogtext>Dropped support for simultaneous downloads.</changelogtext>
303-
<changelogtext>Batoto is now a legacy source, you can only use it to migrate.</changelogtext>
304-
<changelogtext>Updated dark theme and reader theme.</changelogtext>
305-
<changelogtext>Bugfixes and minor UI/UX improvements.</changelogtext>
306-
</changelogversion>
307-
308228
</changelog>

0 commit comments

Comments
 (0)