- added support for a equivalent page to Tachiyomi's Updates tab
- fix launchers not working on macOS M1/arm64
- (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
- (r808) fix chapter list not calling onlineFetch=true
- (r809) add support for Updates
- Fixed Local source not working on Windows
- Fixed Chapter numbers being shown incorrectly
- N/A
- N/A
- (r948) Fix ManaToki (KO) and NewToki (KO) (issue #202)
- (r949) Local source: fix windows paths
- (r941) Update BytecodeEditor to use Java NIO Paths (#200 by @Syer10)
- (r942) Gradle Updates (#199 by @Syer10)
- (r804) update text positioning on Reader and Player (#35 by @voltrare)
- (r806) Source card for Local source is different
- (r807) add Local source guide
- (r805) fix chapter name
- N/A
- 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
- (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
- N/A
- (r917) detect if a downloaded chapter is missing
- (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
- (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
- N/A
- N/A
- 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
- (r888) add installing APK from external sources endpoint
- (r877 #188 by @Syer10)
MangaDataClass.genre
changed type toList<String>
- (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
- (r887) the
run
task won't calldownloadWebUI
now - (r902) cleanup print/ln instances
- (r906) better handling of uninstalling Extensions
- (r770) add support for the new genre type
- (r771) set the default value of
showNsfw
totrue
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, moveSourceDataClass.isConfigurable
gear button toSourceMangas
- (r789) implement source configuration
- N/A
- (r782-r785) update dependencies, migrate material-ui from v4 to v5
- N/A
- (r857) renamed:
SourceDataClass.isNSFW
->SourceDataClass.isNsfw
- N/A
- (r850) Bump WebUI version to r767
- (r861) Bump WebUI version to r769
- (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
andbuild_push.yml
: fix oopsies
- (r767-r769) Support for hiding NSFW content in settings screen, extensions screen, sources screen
- N/A
- (r767) Remove some duplicate dependency declaration from
package.json
- (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
- Added support for serializing Search Filters
SourceDataClass
now has aisNsfw
key
- N/A
- Fixed a bug where backup restore reversed chapter order
- Open Site feature now works properly (Suwayomi/Suwayomi-WebUI#19)
- Added
CloudflareInterceptor
from TachiWeb-Server - Restoring backup for mangas in library(merging manga data) is now supported
- Better looking manga card titles
- Better reader title, next, prev buttons
- Open Site feature now works properly (Suwayomi/Suwayomi-WebUI#19)
- Re-ordering categories now works
- N/A