Skip to content

Commit

Permalink
Prepare 2.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Oct 30, 2023
1 parent 9d9d349 commit 66a6f5e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [2.5.0] - October 30, 2023

- **New**: Add `MediaDataSourceFetcher.Factory` to support decoding `MediaDataSource` implementations in `coil-video`. ([#1795](https://github.com/coil-kt/coil/pull/1795))
- Add the `SHIFT6m` device to the hardware bitmap blocklist. ([#1812](https://github.com/coil-kt/coil/pull/1812))
- Fix: Guard against painters that return a size with one unbounded dimension. ([#1826](https://github.com/coil-kt/coil/pull/1826))
- Fix: Disk cache load fails after `304 Not Modified` when cached headers include non-ASCII characters. ([#1839](https://github.com/coil-kt/coil/pull/1839))
- Fix: `FakeImageEngine` not updating the interceptor chain's request. ([#1905](https://github.com/coil-kt/coil/pull/1905))
- Update compile SDK to 34.
- Update Kotlin to 1.9.10.
- Update Coroutines to 1.7.3.
- Update `accompanist-drawablepainter` to 0.32.0.
- Update `androidx.annotation` to 1.7.0.
- Update `androidx.compose.foundation` to 1.5.4.
- Update `androidx.core` to 1.12.0.
- Update `androidx.exifinterface:exifinterface` to 1.3.6.
- Update `androidx.lifecycle` to 2.6.2.
- Update `com.squareup.okhttp3` to 4.12.0.
- Update `com.squareup.okio` to 3.6.0.

## [2.4.0] - May 21, 2023

- Rename `DiskCache` `get`/`edit` to `openSnapshot`/`openEditor`.
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.5.0-SNAPSHOT
POM_VERSION=2.5.0

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

0 comments on commit 66a6f5e

Please sign in to comment.