Skip to content

Releases: Suwayomi/Suwayomi-Server

v1.1.1 - Tracking Ultimate!

15 Jun 17:23
Compare
Choose a tag to compare
  • Hotfix for WebUI updates

Server: v1.1.1 + WebUI: v1.1.0

With 1.1.0, we have been working on a few things that resolves bugs found in 1.0.0 and finalizes the tracking API. Checkout the CHANGELOG.md for the full list of changes.

Tracking

This release has been working on the long awaited tracking support! With the last release we had a partial tracking api, which gave our client developers to decide what parts they liked, and what they didn't. With this feedback, we were able to finalize a API that resolves most needs of our client developers.

And other things

Contributors:
@schroda, @Syer10, @RatCornu, @FumoVite

v1.1.0 - Tracking Ultimate!

15 Jun 01:57
Compare
Choose a tag to compare

Server: v1.1.0 + WebUI: v1.1.0

With 1.1.0, we have been working on a few things that resolves bugs found in 1.0.0 and finalizes the tracking API. Checkout the CHANGELOG.md for the full list of changes.

Tracking

This release has been working on the long awaited tracking support! With the last release we had a partial tracking api, which gave our client developers to decide what parts they liked, and what they didn't. With this feedback, we were able to finalize a API that resolves most needs of our client developers.

And other things

Contributors:
@schroda, @Syer10, @RatCornu, @FumoVite

Full Release - v1.0.0!

23 Feb 18:55
Compare
Choose a tag to compare

Server: v1.0.0 + WebUI: r1409

We've done a lot since our last release over a year ago. Checkout the CHANGELOG.md for the full list of changes.

GraphQL API

We have redone our whole API in GraphQL. We are excited to get this out there so more Suwayomi clients like JUI and Sorayomi can use it! GraphQL is a great technology and provides much more flexibility then our previous REST API.

Rename to Suwayomi

We've had the rename in the works for a while, we wanted to have a better branding. Tachidesk doesn't actually make sense, its a mix of 2 languages, and Tachi means standing. We ended up deciding on Suwayomi, which is a shorthand for Suwariyomi(sitting reading).

New Launcher for Suwayomi

We needed a better experience when launching the application, a launcher was a great idea. We've got all the settings available in the launcher so you can configure everything you need before launching!

More Changes!

  • Automatic WebUI Updates
  • Preserve download queue through server restarts
  • Improve compatability with Android extensions
  • Add support for ComicInfo creation and reading
  • Support changing settings with WebUI and other clients
  • Support more SOCKS proxy settings
  • Fix support for Oracle JRE
  • Performance improvements
  • Partial Tracking support
  • Support Custom Repos
  • FlareSolverr(Cloudflare Bypass) support
  • And many more fixes and features, this was a big release
  • WebUI changes: https://github.com/Suwayomi/Suwayomi-WebUI/releases/tag/v1.0.0

Contributors:

@Syer10, @AriaMoradi, @schroda, @chancez, @Mercenar, @Robonau, @tachimanga, @brianmakesthings, @alexandrejournet, @aless2003, @vuhe, @MangaCrushTeam, @martinek, @akabhirav, @DattatreyaReddy

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)