mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
44 lines
1.6 KiB
Markdown
44 lines
1.6 KiB
Markdown
<!-- Formatting
|
|
## Additions ?? New features
|
|
|
|
## Changes ?? Behaviour changes
|
|
|
|
## Fixes ?? Bugfixes
|
|
|
|
## Other ?? Technical stuff, what happened behind the scene
|
|
-->
|
|
## Additions
|
|
- Added option to change long tap browse and recents nav behaviour
|
|
- Added browse long tap behaviour to open global search (AshbornXS)
|
|
- Added recents long tap behaviour to open last read chapter (AshbornXS)
|
|
|
|
## Changes
|
|
- Remove download location redirection from `Settings > Downloads`
|
|
- Moved cache related stuff from `Settings > Advanced` to `Settings > Data and storage`
|
|
- Improve webview (AshbornXS)
|
|
- Show url as subtitle
|
|
- Add option to clear cookies
|
|
- Allow zoom
|
|
- Handle urls on global search (AshbornXS)
|
|
- Improve download queue (AshbornXS)
|
|
- Download badge now show download queue count
|
|
- Add option to move series to bottom
|
|
- Only show "open repo url" button when repo url is not empty
|
|
|
|
## Fixes
|
|
- Fix potential crashes for some custom Android rom
|
|
- Allow MultipartBody.Builder for extensions
|
|
- Refresh extension repo now actually refresh extension(s) trust status
|
|
- Custom manga info now relink properly upon migration
|
|
- Fixed extension repo list did not update when a repo is added via deep link
|
|
- Fixed download unread trying to download filtered (by scanlator) chapters
|
|
- Fixed extensions not retaining their repo url
|
|
- Fixed more NullPointerException crashes
|
|
|
|
## Other
|
|
- Migrate some StorIO queries to SQLDelight, should improve stability
|
|
- Migrate from Timber to Kermit
|
|
- Update okhttp monorepo to v5.0.0-alpha.14
|
|
- Refactor backup code
|
|
- Migrate backup flags to not use bitwise
|
|
- Split it to several smaller classes
|