yokai/CHANGELOG.md

29 lines
895 B
Markdown

<!-- Formatting
## Additions
## Changes
## Fixes
## Other
-->
## Additions
- Added cutout support for some pre-Android P devices
- Added option to add custom colour profile
## Changes
- Permanently enable 32-bit colour mode
## Fixes
- Fixed cutout behaviour for Android P
- Fixed some extensions doesn't detect "added to library" entries properly ([GH-40](https://github.com/null2264/yokai/issues/40))
- Fixed nightly and debug variant doesn't include their respective prefix on their app name
- Fixed nightly version checker
## Other
- Update dependency com.github.tachiyomiorg:image-decoder to e08e9be535
- Update dependency com.github.null2264:subsampling-scale-image-view to 338caedb5f
- Added Unit Test for version checker
<!-- - Use Coil pipeline instead of SSIV for image decode, might improve Webtoon performance -->
- Migrated from Coil2 to Coil3
- Migrated from JUnit4 to JUnit5