Skip to content

Latest commit

 

History

History
229 lines (171 loc) · 7.76 KB

CHANGELOG.md

File metadata and controls

229 lines (171 loc) · 7.76 KB

Server: v0.5.2 + WebUI: r809

  • 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

Server: v0.5.2 + WebUI: r807

TL;DR

  • Fixed Local source not working on Windows
  • Fixed Chapter numbers being shown incorrectly

Tachidesk-Server

Public API

Non-breaking changes

  • N/A

Breaking changes

  • N/A

Bug fixes

  • (r948) Fix ManaToki (KO) and NewToki (KO) (issue #202)
  • (r949) Local source: fix windows paths

Private API

  • (r941) Update BytecodeEditor to use Java NIO Paths (#200 by @Syer10)
  • (r942) Gradle Updates (#199 by @Syer10)

Tachidesk-WebUI

Visible changes

  • (r804) update text positioning on Reader and Player (#35 by @voltrare)
  • (r806) Source card for Local source is different
  • (r807) add Local source guide

Bug fixes

  • (r805) fix chapter name

Internal changes

  • N/A

Server: v0.5.1 + WebUI: r803

TL;DR

  • Loading sources' manga list is at least twice as fast
  • Added support for Tachiyomi's Local source
  • Added BasicAuth support, now you can protect your Tachidesk instance if you are running it on a public server
  • Added ability to turn off cache for image requests

Tachidesk-Server

Public API

Non-breaking changes

  • (r915) add BasicAuth support
  • (r918) add ability to delete downloaded chapters
  • (r923-r930) add Local Source
  • (r938) add ability to turn off cache for image requests

Breaking changes

  • N/A

Bug fixes

  • (r917) detect if a downloaded chapter is missing

Private API

  • (r913) remove expand char limit on MangaTable columns
  • (r914) migrate to Javalin 4
  • (r921) depricate zero based chapters
  • (r937) add ChapterRecognition from tachiyomi, closes #10

Tachidesk-WebUI

Visible changes

  • (r790) nice looking progress percentage
  • (r791) show a Delete button for downloaded chapters
  • (r792) Update hover effect using more of Material-UI color pallete (#29 by @voltrare)
  • (r793) Optimize images (#32 by @phanirithvij)
  • (r794) try fix #30 (#31 by @phanirithvij)
  • (r795) fix viewing page number when the string is long
  • (r796) show proper display name for source
  • (r797) fail gracefully when a thumbnail has errors
  • (r798) fix when a source fails to load mangas
  • (r800) add Local source (#31)
  • (r803) add support for useCache

Bug fixes

  • N/A

Internal changes

  • N/A

Server: v0.5.0 + WebUI: r789

TL;DR

  • You can now install APK extensions from the extensions page
  • WebUI now comes with an updated Material Design looks and is faster a little bit.
  • WebUI now shows Nsfw content by default, disable it in settings if you prefer to not see Nsfw stuff
  • Added support for configuration of sources, this enables MangaDex, Komga, Cubari and many other sources
  • Chapters in the Manga page and Sources in the source page now look nicer and will glow with mouse hover

Tachidesk-Server

Public API

Non-breaking changes

  • (r888) add installing APK from external sources endpoint

Breaking changes

  • (r877 #188 by @Syer10) MangaDataClass.genre changed type to List<String>

Bug fixes

  • (r899-r901) fix when an external apk is installed and it doesn't have the default tachiyomi-extensions name
  • (r905) fix a bug where if two sources return the same URL, a false duplicate might be detected

Private API

  • (r887) the run task won't call downloadWebUI now
  • (r902) cleanup print/ln instances
  • (r906) better handling of uninstalling Extensions

Tachidesk-WebUI

Visible changes

  • (r770) add support for the new genre type
  • (r771) set the default value of showNsfw to true so we won't have visual artifacts with a clean install
  • (r774 #21 by @voltrare) ReaderNavbar.jsx: Swap close and retract Navbar buttons
  • (r775 #23 by @voltrare) yarn.lock: Fixes version inconsistency after commit 9b866811b
  • (r776 #23 by @voltrare) add margin between Source and Extension cards, make the Search button look nicer
  • (r777) add support for installing external APK files
  • (r778) fix the makeToaster?
  • (r779) Action button for installing external extension
  • (r780 Suwayomi/Suwayomi-WebUI#25) add on hover, active effect to Chapter/Episode card
  • (r782-r785) updating material-ui to v5 changed the theme
  • (r785-r788) better SourceCard looks on mobile, move SourceDataClass.isConfigurable gear button to SourceMangas
  • (r789) implement source configuration

Bug fixes

  • N/A

Internal changes

  • (r782-r785) update dependencies, migrate material-ui from v4 to v5

Server: v0.4.9 + WebUI: r769

Tachidesk-Server

Public API

Non-breaking changes

  • N/A

Breaking changes

  • (r857) renamed: SourceDataClass.isNSFW -> SourceDataClass.isNsfw

Bug fixes

  • N/A

Private API

  • (r850) Bump WebUI version to r767
  • (r861) Bump WebUI version to r769

Non-code changes

  • (r851) Add this changelog file and CHANGELOG-TEMPLATE.md
  • (r852-r853) CONTRIBUTING.md: Add a note about this maintaining this file changelog
  • (r855) CONTRIBUTING.md: text cleanup
  • (r859) CONTRIBUTING.md: remove dumb rule
  • (r862) windows-bundler.sh: update jre
  • (r864) add linux and macOS bundler script and launcher scripts
  • (r865) fix macOS bundler script and launcher scripts
  • (r866) bump electron version to v14.0.0
  • (r868) add linux and macOS bundlers to the publish workflow
  • (r871) publish.yml: remove node module cache, won't need it anymore
  • (r873) publish.yml and build_push.yml: fix oopsies

Tachidesk-WebUI

Visible changes

  • (r767-r769) Support for hiding NSFW content in settings screen, extensions screen, sources screen

Bug fixes

  • N/A

Internal changes

  • (r767) Remove some duplicate dependency declaration from package.json

Non-code changes

  • (r42-r45) Change README.md: some links and stuff
  • (r45-r765) Add all of the commit history from when WebUI was separated from Server, jumping from r45 to r765 (r45 is exactly the same as r765)
  • (r766) Steal .gitattributes from Tachidesk-Server
  • (r767) Dependency cleanup in package.json

Server: v0.4.8 + WebUI: r41

Tachidesk-Server

Public API

Non-breaking changes

  • Added support for serializing Search Filters
  • SourceDataClass now has a isNsfw key

Breaking changes

  • N/A

Bug fixes

Private API

  • Added CloudflareInterceptor from TachiWeb-Server
  • Restoring backup for mangas in library(merging manga data) is now supported

Tachidesk-WebUI

Visible changes

  • Better looking manga card titles
  • Better reader title, next, prev buttons

Bug fixes

Internal changes

  • N/A