Skip to content

Commit

Permalink
Prepare 2.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed May 21, 2023
1 parent 28a2de9 commit e0411dd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [2.4.0] - May 21, 2023

- Rename `DiskCache` `get`/`edit` to `openSnapshot`/`openEditor`.
- Don't automatically convert `ColorDrawable` to `ColorPainter` in `AsyncImagePainter`.
- Annotate simple `AsyncImage` overloads as `@NonRestartableComposable`.
- Fix: Call `Context.cacheDir` lazily in `ImageSource`.
- Fix: Fix publishing `coil-bom`.
- Fix: Fix always setting bitmap config to `ARGB_8888` if hardware bitmaps are disabled.
- Update Kotlin to 1.8.21.
- Update Coroutines to 1.7.1.
- Update `accompanist-drawablepainter` to 0.30.1.
- Update `androidx.compose.foundation` to 1.4.3.
- Update `androidx.profileinstaller:profileinstaller` to 1.3.1.
- Update `com.squareup.okhttp3` to 4.11.0.

## [2.3.0] - March 25, 2023

- **New**: Introduce a new `coil-test` artifact, which includes `FakeImageLoaderEngine`. This class is useful for hardcoding image loader responses to ensure consistent and synchronous (from the main thread) responses in tests. See [here](https://coil-kt.github.io/coil/testing) for more info.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true

POM_GROUP_ID=io.coil-kt
POM_VERSION=2.4.0-SNAPSHOT
POM_VERSION=2.4.0

POM_DESCRIPTION=An image loading library for Android backed by Kotlin Coroutines.
POM_INCEPTION_YEAR=2019
Expand Down

0 comments on commit e0411dd

Please sign in to comment.