Coil v2.2.2 Release Notes

Release Date: 2022-10-01 // over 1 year ago
    • Ensure an image loader is fully initialized before registering its system callbacks. #1465
    • Set the preferred bitmap config in VideoFrameDecoder on API 30+ to avoid banding. #1487
    • 🛠 Fix parsing paths containing # in FileUriMapper. #1466
    • 🛠 Fix reading responses with non-ascii headers from the disk cache. #1468
    • 🛠 Fix decoding videos inside asset subfolders. #1489
    • ⚡️ Update androidx.annotation to 1.5.0.

Previous changes from v2.2.1

    • 🛠 Fix: RoundedCornersTransformation now properly scales the input bitmap.
    • ✂ Remove dependency on the kotlin-parcelize plugin.
    • ⚡️ Update compile SDK to 33.
    • ⬇️ Downgrade androidx.appcompat:appcompat-resources to 1.4.2 to work around #1423.