Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
redwarp committed Sep 3, 2023
1 parent 9f41936 commit fc3d974
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
# Changelog

## [Unreleased]
## [1.5.0] (2023-09-03)

### Project

* Update Kotlin to 1.8.20.

### Decoder

* Fix opening a corrupted GIFs could result in an endless loop.
* Minor decoding optimization.

### Drawable

* GifDrawable implements `mutate` properly.
* GifDrawable will only use ARGB_8888 bitmaps internally for more accurate colors.
* Reduce memory usage of GifDrawable.
* Speed optimization.
* Update AGP to 8.1.1

## [1.4.4] (2022-09-18)

Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Publication.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object Publication {
const val GROUP = "app.redwarp.gif"
const val VERSION_CODE = 30 // Not necessary as they are not used for libraries.
const val VERSION_NAME = "1.4.4"
const val VERSION_CODE = 31 // Not necessary as they are not used for libraries.
const val VERSION_NAME = "1.5.0"

object Pom {
const val URL = "https://github.com/redwarp/gifdecoder"
Expand Down

0 comments on commit fc3d974

Please sign in to comment.