Advertisement
Guest User

How to update tachiyomi

a guest
Nov 9th, 2024
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.70 KB | None | 0 0
  1. -
  2. Download Here --> https://tinyurl.com/ytwvd2es (Copy and Paste Link)
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. Suwayomi/Tachidesk-Server
  10. This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
  11. Name already in use
  12. A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
  13. Sign In Required
  14. Please sign in to use Codespaces.
  15. Launching GitHub Desktop
  16. If nothing happens, download GitHub Desktop and try again.
  17. Launching GitHub Desktop
  18. If nothing happens, download GitHub Desktop and try again.
  19. Launching Xcode
  20. If nothing happens, download Xcode and try again.
  21. Launching Visual Studio Code
  22. Your codespace will open once ready.
  23. There was a problem preparing your codespace, please try again.
  24. Latest commit
  25. Git stats
  26. Files
  27. Failed to load latest commit information.
  28. README.md
  29.  
  30. What is Tachidesk?
  31. Tachidesk client projects
  32. Is this application usable? Should I test it?
  33.  
  34. Using Operating System Specific Bundles
  35. Launcher Scripts
  36.  
  37. Windows
  38. macOS
  39. GNU/Linux
  40.  
  41. Arch Linux
  42. Ubuntu-based distributions
  43. Docker
  44.  
  45. Running the jar release directly
  46. Using Tachidesk Remotely
  47.  
  48. A free and open source manga reader server that runs extensions built for Tachiyomi.
  49. Tachidesk is an independent Tachiyomi compatible software and is not a Fork of Tachiyomi.
  50. Tachidesk-Server is as multi-platform as you can get. Any platform that runs java and/or has a modern browser can run it. This includes Windows, Linux, macOS, chrome OS, etc. Follow Downloading and Running the app for installation instructions.
  51. Ability to sync with Tachiyomi is a planned feature, for more info look here.
  52. Tachidesk client projects
  53. You need a client/user interface app as a front-end for Tachidesk-Server, if you Directly Download Tachidesk-Server you'll get a bundled version of Tachidesk-WebUI with it.
  54. Here's a list of known clients/user interfaces for Tachidesk-Server:
  55. Actively Developed Cients
  56.  
  57. Tachidesk-WebUI: The web/ElectronJS front-end that Tachidesk-Server ships with by default.
  58. Tachidesk-JUI: The native desktop front-end for Tachidesk-Server. Currently the most advanced.
  59. Tachidesk-qtui: A C++/Qt front-end for mobile devices(Android/linux), feature support is basic.
  60. Tachidesk-Sorayomi: A Flutter front-end for Desktop(Linux, windows, etc.), Web and Android with a User Inerface inspired by Tachiyomi.
  61.  
  62. Is this application usable? Should I test it?
  63. Here is a list of current features:
  64.  
  65. Installing and executing Tachiyomi's Extensions, So you'll get the same sources
  66. A library to save your mangas and categories to put them into
  67. Searching and browsing installed sources
  68. Ability to download Manga for offline read
  69. Backup and restore support powered by Tachiyomi-compatible Backups
  70. Viewing latest updated chapters.
  71.  
  72. Note: These are capabilities of Tachidesk-Server, the actual working support is provided by each front-end app, checkout their respective readme for more info.
  73. Downloading and Running the app
  74. Using Operating System Specific Bundles
  75. To facilitate the use of Tachidesk we provide bundle releases that include The Java Runtime Environment, ElectronJS and 3 Tachidesk Launcher Scripts.
  76. If a bundle for your operating system or cpu architecture is not provided then refer to Advanced Methods
  77.  
  78. Tachidesk Electron Launcher : Launches Tachidesk inside Electron as a desktop applicaton
  79. Tachidesk Browser Launcher : Launches Tachidesk in a browser window
  80. Tachidesk Debug Launcher : Launches Tachidesk with debug logs attached. If Tachidesk doesn't work for you, running this can give you insight into why.
  81.  
  82. Node: Linux launcher scripts are named a bit differently but work the same.
  83. Download the latest win32 (Windows 32-bit) or win64 (Windows 64-bit) release from the releases section or a preview one from the preview repository.
  84. Unzip the downloaded file and double click on one of the launcher scripts.
  85. Download the latest macOS-x64 (older macOS systems) or macOS-arm64 (Apple M1 and newer) release from the releases section or a preview one from the preview repository.
  86. Unzip the downloaded file and double click on one of the launcher scripts.
  87. Download the latest linux-x64 (x86_64) release from the releases section or a preview one from the preview repository.
  88. tar xvf the downloaded file and double click on one of the launcher scripts or run them using the terminal.
  89. Other methods of getting Tachidesk
  90. You can install Tachidesk from the AUR:
  91. Download the latest deb package from the release section or Install from the MPR
  92. git clone https://mpr.makedeb.org/tachidesk-server.git cd tachidesk-server makedeb -si
  93. sudo add-apt-repository ppa:suwayomi/tachidesk-server sudo apt update sudo apt install tachidesk-server
  94. Check our Official Docker release Tachidesk Container for running Tachidesk Server in a docker container. Source code for our container is available at docker-tachidesk. By default the server will be running on http://localhost:4567 open this url in your browser.
  95. Install from the command line:
  96. $ docker pull ghcr.io/suwayomi/tachidesk
  97. Run Container from the command line:
  98. $ docker run -p 4567:4567 ghcr.io/suwayomi/tachidesk
  99. Running the jar release directly
  100. In order to run the app you need the following:
  101.  
  102. The jar release of Tachidesk-Server
  103. The Java Runtime Environment(JRE) 8 or newer
  104. A Browser like Google Chrome, Firefox, Edge, etc.
  105. ElectronJS (optional)
  106.  
  107. Download the latest .jar release from the releases section or a preview jar build from the preview repository.
  108. Make sure you have The Java Runtime Environment installed on your system, Double click on the jar file or run java -jar Tachidesk-vX.Y.Z-rxxxx.jar from a Terminal/Command Prompt window to run the app which will open a new browser window automatically.
  109. You can run Tachidesk on your computer or a server and connect to it remotely through one of our clients or the bundled web interface with a web browser. This method of using Tachidesk is requires a bit of networking/firewall/port forwarding/server configuration/etc. knowledge on your side, if you can run a Minecraft server and configure it, then you are good to go.
  110. Check out this wiki page for a guide on configuring Tachidesk-Server.
  111. If you face issues with your setup then we are happy to provide help, just join our discord server(a discord badge is on the top of the page, you are just a click clack away!).
  112.  
  113. You can install the Tachidesk extension inside tachiyomi.
  114. The extension will load Tachidesk library.
  115. By manipulating filters you can browse your categories.
  116.  
  117. Checkout this issue for tracking progress.
  118. Troubleshooting and Support
  119. Releases: tachiyomiorg/tachiyomi
  120. Check out the past release notes if you're upgrading from an earlier version.
  121. Bug fixes
  122.  
  123. Crash when viewing large covers (@ivaniskandar)
  124. Crash in library when selected category is deleted (@0x7673)
  125. Occasional error when opening reader if skipping duplicate chapters is enabled
  126. Lag when preloading next chapter in reader
  127. Some UI fixes (@ivaniskandar)
  128. Some other crashes (@ivaniskandar, @arkon)
  129.  
  130. Checksums
  131. Variant SHA-256 Universal 577414764808201e105914f002604b30e7007f99475c49ec7e4e653808dece28 arm64-v8a 869a24129c1598cdcb67b451964fcdf1c36faa2d5e5c7d245a4a7cc0ef7d1d63 armeabi-v7a abec6a62b0ccf6ee55886a269633a37c03d22f7f1e4f887864ec1af3885b43b9 x86 050e04a1321bd7e47f1967eb44c93b6de052e5f9279026089fe14c0e0c305e6a x86_64 1cc8fca6711fcf983f45d01dafd29d3fedd9f285b07a6e066991726ac5a0413e
  132. Contributors
  133. Tachiyomi v0.14.4
  134. Check out the past release notes if you're upgrading from an earlier version.
  135. New
  136.  
  137. Option to skip duplicate chapters (More → Settings → Reader → Skip duplicate chapters) (@MCAxiaz)
  138. Show chapter scanlator in reader transition pages (@zbue)
  139. Allow partially read chapters to be marked as unread in updates screen (@zbue)
  140. Accept uncompressed .proto file for restoring (@beerpiss)
  141. Suwayomi enhanced tracking service (@AriaMoradi)
  142.  
  143. Behavior changes
  144.  
  145. Only show continue reading button on library entries if there's unread chapters
  146. Only show indexing downloads banner the first time
  147. Make download chapters function follow filter/sort preferences (@zbue)
  148. Removed ability to hide unread chapter badges in library
  149. Extensions using library v1.2 are no longer compatible
  150.  
  151. Bug fixes
  152.  
  153. Reader settings sheet not reflecting changes properly (@stevenyomi)
  154. Reader tap/volume key navigation sometimes not working (@stevenyomi)
  155. Reader going back to first page when rotating device
  156. Global search not multiple sources at once
  157. Double tapping History sometimes not working
  158. Fix installing extensions on MIUI (@stevenyomi)
  159. Handle cases where MyAnimeList doesn't return status properly (@beerpiss)
  160. Prevent scrolling outside bounds in webtoon/continuous vertical reading modes (@Verzaukeks)
  161. Laggy text input in searchbars (@stevenyomi)
  162. Fix some resource leaks (@Two-Ai)
  163. Fix some crashes
  164.  
  165. Under the hood
  166. Checksums
  167. Variant SHA-256 Universal b8b4efe5975a72fe07f40baa569b343766635ddbeb9526207e839294a25e3013 arm64-v8a a64f1db13e12a50fc2a303dd93d2e75dabf665250aa7730df10d08f2d00152e4 armeabi-v7a df1a89243b58173b295f714ce39dd3c60549e68eb15ee28398bd0fda4914fb83 x86 f9e04d2bf902ce64ae75ce63f5f667e0f65de009a6576f80ae6d24c45cc6b545 x86_64 39ecd591abb4b89b3fc84c83881c5d00d9353eab0f3b20af71eb70683ad39637
  168. Contributors
  169. Tachiyomi v0.14.3
  170. Check out the past release notes if you're upgrading from an earlier version.
  171. New
  172.  
  173. Library:
  174. Add "continue reading" button in library view (Library → Filter sheet → Display tab → Show continue reading button) (@d-najd)
  175. Always show library tabs and counts when searching
  176.  
  177. Kavita enhanced tracker (@ThePromidius)
  178.  
  179. Add "shecan" DNS over HTTPS provider
  180. Ability to invalidate download index (More → Settings → Advanced → Invalidate downloads index) (@AntsyLich)
  181.  
  182. Behavior changes
  183.  
  184. Removed "Download complete" notification
  185. Removed duplicate pinned sources setting
  186. Long pressing on downloaded chapter icons opens menu instead of deleting the chapters
  187. Show message when a library category is empty (@zbue, @AntsyLich)
  188. Long press WebView button in manga details screen to copy URL to clipboard (@mayorJAY)
  189. Ability to zoom in WebView for sites that allow it
  190. Parent source folders are deleted if all folders within it are deleted
  191. Better physical keyboard support in search bars (@ivaniskandar)
  192. "Indexing downloads" notification moved into the main UI to make it clear why downloaded entries may not be showing up yet
  193.  
  194. Bug fixes
  195.  
  196. Adjust continue reading logic in history to match earlier app behavior
  197. Incorrect library selections when filtered (@quangkieu, @AntsyLich)
  198. Android 13+ themed launcher icon not working in some cases (@ivaniskandar)
  199. Downloaded chapters sometimes getting incorrectly deleted
  200. Local source detail JSON files not being read if .noxml file was created
  201. Handle 1000+ page naming properly in downloads (@jobobby04)
  202. Handle file names with multiple .cbz occurrences properly
  203. Crash when reordering categories
  204. Crash when clearing cookies for invalid source URLs
  205. Freezing when clearing database (@AntsyLich)
  206. Per-manga reading mode or rotation mode settings resetting when other is changed (@Two-Ai)
  207. Filter out novels and drama CDs when searching MangaUpdates (@henrik9999)
  208. Avoid MyAnimeList token expiration (@alessandrojean)
  209. Delayed tracking updates not working (@AntsyLich)
  210. Check for new extension lib versions too in background check (@Jays2Kings)
  211.  
  212. Under the hood
  213.  
  214. More Voyager/Compose migrations (@ghostbear, @ivaniskandar)
  215. Image decoder updates (@8cAyqpVKio)
  216. Improvements to image loading performance (@ivaniskandar)
  217. Misc. cleanups (@Two-Ai, @stevenyomi, @ivaniskandar)
  218.  
  219. Checksums
  220. Variant SHA-256 Universal c07dd9a1c3a2fbabbe7472b3afb7e4d3702164cca2fdfc47644c979a05e44dda arm64-v8a 266556e6c139ab8a32d06a2c5e2d0ada872e11647a6a2343cdd0ba15d2bde778 armeabi-v7a 06f10836dae910cc1d86701d5fad57cb6cdf840ee4d6f294d846ee1d91558e8e x86 26e0f668870ee0b6eb1c38fb5080e5bbf00ae07caeb0325c0442aa90e4dc0037 x86_64 8df9bc9f00e1650122b35459e0373f4eaa1636f7b303379b17ad687b842620d1
  221. Contributors
  222. Tachiyomi v0.14.2
  223. A manual backup before updating is highly recommended!
  224. Check out the v0.14.0 release notes and v0.14.1 release notes if you're upgrading from an earlier version.
  225. New
  226.  
  227. Open a random library category entry (Library → 3 dot overflow menu → Open random entry) (@zbue)
  228. Add chapter download options within the Library screen (@SleepySwords)
  229.  
  230. Behavior changes
  231. Bug fixes
  232.  
  233. Some minor UI tweaks (@ivaniskandar, @stevenyomi, @Dexroneum, @zbue, @Soitora)
  234. Share menu item not appearing for entries not added to library
  235. Some "Source not installed" errors (please re-add any entries that have that error)
  236. "cannot be cast to" errors when opening some sources
  237. Reader lagging when "Download ahead" is enabled
  238. Resetting filter resets source search results (@AntsyLich)
  239. Fix some crashes
  240.  
  241. Checksums
  242. Variant SHA-256 Universal 57978c2d23a1cd96183866897f76416598b5e0aa38a80fc1b9737f443c73bb9d arm64-v8a 6fb07edb854190983400864f3917ce9ecfa285d753ea134aa4f112cfee222aee armeabi-v7a 688df72d2ed68bba0ce31c5ab16279ef85b91abab21a1db2cb732a40dbdf5441 x86 5a80a9420595e0ddf6215f0a5be07be5a06a73f5487339557a15bd667959bfac x86_64 5e224dee3c50c7d8c68e6c459223555d288f474f63ca0b4345ca514932fdb1bf
  243. Contributors
  244. Tachiyomi v0.14.1
  245. A manual backup before updating is highly recommended!
  246. Check out the v0.14.0 release notes if you're upgrading from an earlier version.
  247. New
  248.  
  249. Add shortcut in the reader to open the chapter in WebView (@d-najd)
  250. Show notification while downloads are being indexed
  251. Prompt extension updates when extensions API is updated (@AntsyLich)
  252.  
  253. Bug fixes
  254.  
  255. Downloaded filter not working when excluding or using "Downloaded only" mode
  256. "Download split" not working when using SD card (@AntsyLich)
  257. Sort library items alphabetically in secondary pass
  258. Fix a bunch of crashes
  259.  
  260. Checksums
  261. Variant SHA-256 Universal 034bf719a0ab93726fd0d4980d01bf3a0a2dd527325c7bb7a59b3607cffb3891 arm64-v8a 532dae5026fd68e58f4389bdf31afb944c824d51682a71417d7500043dcb7ceb armeabi-v7a 40610237670948c10d359193f6e35c5d25da66638097b24fe477272594665c02 x86 95fff18dbdc7b8bcde3ef88afe5fc2b06517ef6238dba66b18301b7f5018bd4a x86_64 18f59fc7efbec488ed581d206254860ebf35c82fb59605ef7f217f8976858559
  262. Contributors
  263. Tachiyomi v0.14.0
  264. A manual backup before updating is highly recommended!
  265. This update includes a lot of under the hood work on modernizing the codebase thanks to many contributors.
  266. New
  267.  
  268. Library:
  269. Filter by manga with bookmarked chapters (@SleepySwords)
  270. Read ComicInfo.xml metadata files in local source (@Shamicen)
  271. Long press chapter download icons to download or delete chapters (@cvius)
  272. Show number of unique library items when numbers are enabled
  273. Allow marking partially read chapters as unread from manga screen
  274.  
  275. Added MangaUpdates tracker (@ghostbear)
  276. Update tracker chapter progress based on local progress after associating
  277.  
  278. Show last library update time at top of updates list
  279. New updates home screen widget (@ivaniskandar)
  280.  
  281. Double tap nav icon to resume most recently read manga (@ghostbear)
  282.  
  283. Ability to download ahead while reading (Settings → Downloads → Download ahead) (@nzoba)
  284. Ability to split tall images when downloading (Settings → Downloads → Split tall images) (@AntsyLich)
  285.  
  286. Added back app language setting (@ivaniskandar, @ghostbear)
  287. New "Tidal Wave" theme (@NahutabDevelop)
  288. New Mullvad, Control D, and Njalla DNS-over-HTTPS providers (@Aerysh, @AntsyLich)
  289. New advanced setting to reset per-series reader settings (@AntsyLich)
  290.  
  291. Show info if app crashes (@ghostbear)
  292.  
  293. Behavior changes
  294.  
  295. Legacy JSON backups can no longer be restored
  296. Automatic backups are enabled by default
  297. Tapping an item in history resumes it; tap the cover instead to open the manga screen (@CrepeTF)
  298. Reword "All" source/extensions language group to "Multi" (@AntsyLich)
  299. Multi-lang extensions are shown in respective language sections (@Saud-97, @AntsyLich)
  300. Manga screen chapters list filter shortcut moved to top toolbar
  301. Better show missing source info (@AntsyLich)
  302. Strip manga title from chapter names (@AntsyLich)
  303. Handle downloads when source is renamed (@AntsyLich)
  304. Delete download source folder when empty (@AntsyLich)
  305. Removed settings:
  306. Start screen (use app shortcuts in Android 7.1+ instead)
  307. Side navigation icon alignment
  308. Jump to chapters
  309. Option to not scroll away bottom nav
  310.  
  311. Bug fixes
  312.  
  313. Library update notification showing inaccurate amount when triggering a second update (@stevenyomi)
  314. Handle HTTP 103 responses (@AntsyLich)
  315. Download counts including incomplete CBZs (@AntsyLich)
  316. Overwrite saved pages instead of creating new ones (@Platiplus, @ivaniskandar)
  317. Chapter bookmark states not retained on migration or chapter updates (@AntsyLich)
  318. Fix download cache not updating when location setting is changed
  319. And many more fixes!
  320.  
  321. Under the hood
  322.  
  323. Jetpack Compose UI and SQLDelight migrations (@ghostbear, @AntsyLich, @ivaniskandar, @arkon, @stevenyomi, @alessandrojean, @d-najd, @zbue)
  324. Added x86_64 CPU architecture APK artifact (@ghostbear)
  325. Extensions API library updates (@stevenyomi, @AntsyLich, @alessandrojean)
  326. Enabled IPv6 fast fallback
  327.  
  328. Checksums
  329. Variant SHA-256 Universal adf3fd8b002448788d49600784871b2b1650c04af0f310bce9d53d259b173509 arm64-v8a 498077b5dcdda469a4653a42f7283d18660e11341626f0aea458fdb6071f6e17 armeabi-v7a 833a8088ffba4fe46c2e4392c680a3fc1e5010be81d8f5cf0f0db1b6a69b6d6a x86 ada41bf3de440d2e4e1436367c4dad9c89eeb62311fad58c86b4719e0b0cb44b x86_64 ad531c086c6a510a03d30f858f5107097b84d1db558f4dc8e657cc51738906f5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement