Skip to content

Releases: Suwayomi/Tachidesk-Server

CBZ download support

12 Feb 20:02
Compare
Choose a tag to compare

Server: v0.7.0 + WebUI: r983

TL;DR

  • CBZ downloads support
  • Webview implementation based on Microsoft playwright, disabled for this release
  • Fixed compatibility with some chinese extensions
  • Support for Tachiyomi extensions lib 1.4
  • WebUI changes:
    • Uhh, idk, find out yourself...

Tachidesk-Server Changelog

Tachidesk-WebUI Changelog

  • (r964) Created a GridLayout enum and updated all locations to use it. (#208 by @infix)
  • (r965) fix library update progress rendering (#210 by @schroda)
  • (r966) Save reader settings per manga in Meta (#216 by @schroda)
  • (r967) make default reader settings changeable (#217 by @schroda)
  • (r968) [#211] Refresh Library after a update (#212 by @schroda)
  • (r969) add logic for metadata migration (#218 by @schroda)
  • (r970) set browser tab title (#220 by @schroda)
  • (r971) Add tooltip containing full manga title to title of manga (#221 by @schroda)
  • (r972) show more detailed upload dates for today and yesterday (#222 by @schroda)
  • (r973) add GitHub action on pushing to run lint (#224 by @schroda)
  • (r974) Ignore filters while searching (#226 by @schroda)
  • (r975) force absolute import path (#223 by @schroda)
  • (r976) add prettier for auto formatting (#231 by @schroda)
  • (r977) Fix import path (#228 by @schroda)
  • (r978) increase prettier line length to 120 (#233 by @schroda)
  • (r979) Add chapter page dropdown (#230 by @schroda)
  • (r980) add chapter dropdown to reader nav bar (#229 by @schroda)
  • (r981) Fix lint error (#235 by @schroda)
  • (r982) Fix reader nav bar scroll to page (#236 by @schroda)
  • (r964) Created a GridLayout enum and updated all locations to use it. (#208 by @infix)

Hoard 'em Chapter Downloads

26 Nov 17:25
Compare
Choose a tag to compare

Huge thanks to @martinek who pulled the most of the weight this release!

Server: v0.6.6 + WebUI: r963

TL;DR

  • Batch actions for chapters
  • Improved the downloader
  • WebUI changes:
    • Support for chapter actions
    • a lot of code cleanup
    • some bugfixes

Tachidesk-Server Changelog

Tachidesk-WebUI Changelog

  • (r947) Feature/swr for library screens (#186 by @martinek)
  • (r948) Feature/swr for simple queries (#187 by @martinek)
  • (r949) Check download queue for changes and reload chapters if any chapter download changes state. (#189 by @martinek)
  • (r950) Update typescript dependency (#190 by @martinek)
  • (r951) update browserlist (by @AriaMoradi)
  • (r952) Feature/batch chapter download (#191 by @martinek)
  • (r953) Memoize empty view face so it does not change on rerender (#193 by @martinek)
  • (r954) Feature/batch chapter actions (#194 by @martinek)
  • (r955) Fix navbar back button behavior (#195 by @martinek)
  • (r956) Options panels refactoring (#196 by @martinek)
  • (r957) Refactor and fix sorting in library (#197 by @martinek)
  • (r958) Scroll window to top when PagedPager changes page (#198 by @martinek)
  • (r959) Verticall scroll navigation and fix (#200 by @martinek)
  • (r960) Hide overflowing text in reader title if text can't be wrapped (#199 by @martinek)
  • (r961) Add safezone to scroll end detection to prevent edge cases when scrolling to the end would not detect end (#201 by @martinek)
  • (r962) Refactor/download queue and cleanup visuals overall (#202 by @martinek)
  • (r963) Fix "back" pagination on double page layout in reader for spread pages (#203 by @martinek)

The Ultra Remastered Definitive UHD Edition

18 Sep 05:12
Compare
Choose a tag to compare

The project is looking for maintainers, more info can be found here.

Server: v0.6.5 + WebUI: r946

TL;DR

  • Fixed Windows bundler
  • Fixed deb packaging stuff

Tachidesk-Server Changelog

Tachidesk-WebUI Changelog

  • None

The Ultra Remastered Definitive HD Edition

18 Aug 20:02
Compare
Choose a tag to compare

The project is looking for maintainers, more info can be found here.

Server: v0.6.4 + WebUI: r946

TL;DR

  • This release brings all new AI-assisted upscaled textures
    • Don't pay attention to the new game breaking bugs, we put them there intentionally
    • The product is half-finished and rushed out, we hope to fix it in upcoming paid patches and DLCs
  • There are No new major features
  • Added a few bug "fixes" and introduced even more bugs (features)
  • Back ported some totally unnecessary community loved functionality from Tachidesk 2: Despicable Drafts and Tachidesk: Unpublished Stories

Tachidesk-Server Changelog

Tachidesk-WebUI Changelog

Suwayomi needs your help!

10 May 09:18
Compare
Choose a tag to compare

The project is looking for maintainers, more info can be found here.

Server: v0.6.3 + WebUI: r942

TL;DR

  • Changes in Server
    • Support for array search filter changes list
    • Support for Tachiyomi extensions lib 1.3
  • Changes in WebUI
    • Better search filter support
    • Fluid manga grid
    • Library comfortable grid
    • Sources view layouts
    • Various other changes...

Tachidesk-Server Changelog

  • (r1074) v0.6.2 (by @AriaMoradi)
  • (r1075) support array filter changes (#304 by @AriaMoradi)
  • (r1076) fix filterlist bugs (#306 by @AriaMoradi)
  • (r1077) Update README.md (#305 by @mahor1221)
  • (r1078) fix meta update changing all keys (#314 by @AriaMoradi)
  • (r1079) add support for tachiyomi extensions Lib 1.3 (#316 by @AriaMoradi)
  • (r1080) Fix sources list of one source throws an exception (#308 by @Syer10)
  • (r1081) Improve source handling, fix errors with uninitialized mangas in broken sources (#319 by @Syer10)
  • (r1082) Add thumbnail support for stub sources (#320 by @Syer10)
  • (r1083) update description for Tachidesk-Sorayomi (#326 by @DattatreyaReddy)
  • (r1084) Add last bit of code needed for Extensions Lib 1.3 (#330 by @Syer10)
  • (r1085) Add QuickJS, replaces Duktape for Extensions Lib 1.3 (#331 by @Syer10)
  • (r1086) fix auth not actually blocking requests (#333 by @AriaMoradi)

Tachidesk-WebUI Changelog

Filters and Search

04 Mar 19:11
Compare
Choose a tag to compare

Server: v0.6.2 + WebUI: r929

TL;DR

  • Changes in WebUI
    • Moved search to Browse
    • Support for Source Filters
    • Better visuals for Download Queue
    • A live version of WebUI is now available at this link.

Tachidesk-Server Changelog

  • (r1073) Refactor debian-packager.sh, rename launcher scripts (#303 by @mahor1221)

Tachidesk-WebUI Changelog

Long time no release

19 Feb 02:25
Compare
Choose a tag to compare

Server: v0.6.1 + WebUI: r911

TL;DR

Tachidesk-Server Changelog

Tachidesk-WebUI Changelog

  • (r894) migrate ReaderNavbar to Mui 5 (#84 by @AriaMoradi)
  • (r895) migrate SpinnerImage to Mui 5 (#97 by @AriaMoradi)
  • (r896) migrate VerticalPager to Mui 5 (#94 by @AriaMoradi)
  • (r897) migrate PagedPager to Mui 5 (#93 by @AriaMoradi)
  • (r898) MangaCard imges don't stretch now (#110 by @abhijeetChawla)
  • (r899) show correct title (#111 by @AriaMoradi)
  • (r900) migrate DoublePage to Mui 5 (#88 by @AriaMoradi)
  • (r901) migrate DoublePagedPager to Mui 5 (#91 by @AriaMoradi)
  • (r902) migrate Reader to Mui 5 (#100 by @AriaMoradi)
  • (r903) migrate HorizantalPager to Mui 5 (#92 by @AriaMoradi)
  • (r904) migrate PageNumber to Mui 5 (#90 by @AriaMoradi)
  • (r905) Chapter filter is woking (#114 by @abhijeetChawla)
  • (r906) added extension search (#115 by @abhijeetChawla)
  • (r907) cleanup (#117 by @AriaMoradi)
  • (r908) handle search shortcuts (#116 by @AriaMoradi)
  • (r909) Refactor for Removing unnecesary UseEffect (#118 by @abhijeetChawla)
  • (r910) refactor ChapterList (#125 by @abhijeetChawla)
  • (r911) refactor ChapterOptions (#126 by @abhijeetChawla)

Dedicated to ntbm and Scarlett

29 Nov 16:25
Compare
Choose a tag to compare

Server: v0.6.0 + WebUI: r893

TL;DR

  • WebUI design went through a whole lot of changes, including
    • Got rid of hamburger menu, now we have a custom mobile navbar
    • Unread and Download count badges
    • Back button so better electron experience
    • There's a whole lot more that I'm too lazy to explore.
  • Completely removed anime support
  • Fixed category reordering
  • Added support for search filters(Server side only)
  • Added support for updating library(Server side only)
  • A bunch of API breaking changes(hence why bumping to v0.6.0)!

Tachidesk-Server Changelog

Tachidesk-WebUI

  • (r821) add Permanent sidebar for desktop widths(#46 by @abhijeetChawla)
  • (r822) Fix Local Source being missing (by @AriaMoradi)
  • (r823) fix the ugliness of bare messages (by @AriaMoradi)
  • (r824) add pull request template (by @AriaMoradi)
  • (r825) add Unread badges (#48 by @ntbm)
  • (r826) Back button implementation (#47 by @abhijeetChawla)
  • (r827) remove redundant '/manga' prefix from paths (by @AriaMoradi)
  • (r828) refactor (by @AriaMoradi)
  • (r829) put Sources and Extensions in the same screen (by @AriaMoradi)
  • (r830) Set Fallback Image for broken Thumbnails (#50 by @ntbm)
  • (r833) Apply Api changes for unread badges (#52 by @ntbm)
  • (r834) add EmptyView to DownloadQueue, refactro strings (#53 by @abhijeetChawla)
  • (r835) Bottom navbar for mobile (#51 by @abhijeetChawla)
  • (r836) Implement Unread Filter for Library (#54 by @ntbm)
  • (r837) fix navbar broken logic (by @AriaMoradi)
  • (r838) fix navbar (by @AriaMoradi)
  • (r839) refactor (by @AriaMoradi)
  • (r840) refactor (by @AriaMoradi)
  • (r841) refactor (by @AriaMoradi)
  • (r842) show different NavbarItems depending on device width (by @AriaMoradi)
  • (r843) remove text decoration (by @AriaMoradi)
  • (r844) fancy icon based on if path selected (by @AriaMoradi)
  • (r845) custom Extension icon, google's version is shit (by @AriaMoradi)
  • (r846) refactor (by @AriaMoradi)
  • (r848) move info (by @AriaMoradi)
  • (r849) add Search to Library (#55 by @ntbm)
  • (r850) add aspect ratio to the manga card. (#56 by @abhijeetChawla)
  • (r851) better wording (by @AriaMoradi)
  • (r852) reorder nav buttons (by @AriaMoradi)
  • (r853) nicer gradient (by @AriaMoradi)
  • (r854) refactor MangaCard (by @AriaMoradi)
  • (r855) closes #58 (by @AriaMoradi
  • (r856) Add Resume Reading FAB Manga screen (#59 by @abhijeetChawla)
  • (r857) add filter and badge for downloadCount (#62 by @abhijeetChawla)
  • (r858) add issue template (by @AriaMoradi)
  • (r859) Change color of navbar in light mode (#65 by @abhijeetChawla)
  • (r860) fix manga FAB margins (#66 by @AriaMoradi)
  • (r861) remove extra scrollbar on mobile (#67 by @AriaMoradi)
  • (r862) Fix Bad messages in Library Appbar search (#70 by @ntbm)
  • (r863) ban the style prop (by @AriaMoradi)
  • (r864) Updates pagination update (#68 by @AriaMoradi)
  • (r865) make the whole chapter card into a button (#73 by @AriaMoradi)
  • (r866) fix chapter actions not working if manga is not fetched online (#74 by @AriaMoradi)
  • (r867) migrate some components to Mui5 new styling system (#72 by @abhijeetChawla)
  • (r868) load first page on read manga (#76 by @AriaMoradi)
  • (r869) Revert "migrate some components to Mui5 new styling system (#72)" (by @AriaMoradi)
  • (r870) migrate Backup to Mui 5 (#106 by @AriaMoradi)
  • (r871) migrate EmptyView to Mui 5 (#95 by @AriaMoradi)
  • (r872) migrate CategorySelect to Mui 5 (#85 by @AriaMoradi)
  • (r873) migrate LibraryOptions to Mui 5 (#83 by @AriaMoradi)
  • (r874) migrate ChapterCard.tsx to Mui 5 (#80 by @AriaMoradi)
  • (r875) migrate App.tsx to Mui 5 (#79 by @AriaMoradi)
  • (r876) migrate SourceConfigure to Mui 5 (#103 by @AriaMoradi)
  • (r877) migrate Settings to Mui 5 (#102 by @AriaMoradi)
  • (r878) migrate Updates to Mui 5 (#104 by @AriaMoradi)
  • (r879) Save tabs number in Url to persist tab when go to other paths (#78 by @abhijeetChawla)
  • (r880) migrate LangSelect to Mui 5 (#86 by @AriaMoradi)
  • (r881) migrate ExtensionCard.tsx to Mui 5 (#81 by @AriaMoradi)
  • (r882) migrate SingleSearch to Mui 5 (#101 by @AriaMoradi)
  • (r883) migrate LoadingPlaceholder to Mui 5 (#96 by @AriaMoradi)
  • (r884) migrate About to Mui 5 (#105 by @AriaMoradi)
  • (r885) migrate SourceCard to Mui 5 (#82 by @AriaMoradi)
  • (r886) migrate Manga to Mui 5 (#99 by @AriaMoradi)
  • (r887) migrate Browse to Mui 5 (#98 by @AriaMoradi)
  • (r888) migrate DesktopSideBar to Mui 5 (#87 by @AriaMoradi)
  • (r889) cleanup library (#107 by @AriaMoradi)
  • (r890) support for new searchTerm (by @AriaMoradi)
  • (r891) R...

Anime Support Removal

18 Oct 11:42
Compare
Choose a tag to compare

Server: v0.5.4 + WebUI: r820

TL;DR

  • Fixed ReadComicOnline, Toonily and possibly other sources not working
  • Backup and Restore now includes Updates tab data
  • Removed Anime support from WebUI, Anime support will also be removed from Tachidesk-Server in a future update

Tachidesk-Server Changelog

  • (r973) convert android.jar lib to a maven repo
  • (r978) mimic Tachiyomi's behaviour more closely, fixes ReadComicOnline (EN)
  • (r980) fix export chapter ordering, include new props in backup
  • (r982) remove isNsfw annotation detection
  • (r984) use correct time conversion units when doing backups
  • (r989) Support using a CatalogueSource instead of only HttpSources (#219 by @Syer10)
  • (r991) Use a custom task to run electron (#220 by @Syer10)

Tachidesk-WebUI Changelog

  • (r810) fix wrong strings in set Server Address dialog, fixes #39
  • (r811) fix chapterFetch loop
  • (r812) fix overlapping requests
  • (r813) fix typo
  • (r814) Better portrait support (#41 by @minhe7735)
  • (r815) fixes Reader navbar colors when in light mode (#43 by @abhijeetChawla)
  • (r816) default languages cleanup, force Local source enabled
  • (r817) force Local source at LangSelect
  • (r818) rename ExtensionLangSelect: generic name for generic use
  • (r819) don't show anime anymore
  • (r820) Remove Anime support

Updates page

27 Sep 22:00
Compare
Choose a tag to compare

Server: v0.5.3 + WebUI: r809

TL;DR

  • added support for a equivalent page to Tachiyomi's Updates tab
  • fix launchers not working on macOS M1/arm64

Tachidesk-Server Changelog

  • (r956) fix macOS-arm64 bundle launchers not working
  • (r957) Workaround StdLib issue and add KtLint to all modules (#206 by @Syer10)
  • (r960-r963) Add recently updated chapters(Updates) endpoint

Tachidesk-WebUI Changelog

  • (r808) fix chapter list not calling onlineFetch=true
  • (r809) add support for Updates