# Server: v0.5.0-r918 + WebUI: r802 ## TL;DR ## Tachidesk-Server ### Public API #### Non-breaking changes - (r915) add BasicAuth support - (r918) add ability to delete downloaded chapters #### 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 ## 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](https://github.com/Suwayomi/Tachidesk-WebUI/pull/21) by @voltrare) - (r793) Optimize images ([#32](https://github.com/Suwayomi/Tachidesk-WebUI/pull/21) by @phanirithvij) - (r794) try fix #30 ([#31](https://github.com/Suwayomi/Tachidesk-WebUI/pull/21) 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](https://github.com/Suwayomi/Tachidesk-WebUI/pull/21)) #### 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](https://github.com/Suwayomi/Tachidesk-Server/pull/188) by @Syer10) `MangaDataClass.genre` changed type to `List` #### 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](https://github.com/Suwayomi/Tachidesk-WebUI/pull/21) by @voltrare) `ReaderNavbar.jsx`: Swap close and retract Navbar buttons - (r775 [#23](https://github.com/Suwayomi/Tachidesk-WebUI/pull/23) by @voltrare) `yarn.lock`: Fixes version inconsistency after commit 9b866811b - (r776 [#23](https://github.com/Suwayomi/Tachidesk-WebUI/pull/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/Tachidesk-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 - Fixed a bug where backup restore reversed chapter order - Open Site feature now works properly (https://github.com/Suwayomi/Tachidesk-WebUI/issues/19) ### 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 - Open Site feature now works properly (https://github.com/Suwayomi/Tachidesk-WebUI/issues/19) - Re-ordering categories now works #### Internal changes - N/A