Skip to content

Commit

Permalink
Version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
redwarp committed Oct 11, 2021
1 parent 2556af6 commit f47daa9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.8.1] (2021-10-11)

- Fix an issue where the decoder would not reset the canvas before restarting the animation loop.
Depending on the disposal method of the last frame, it could lead to artifacts.

## [0.8.0] (2021-10-01)

- Breaking: `advance()` now decodes the frame. It used to be done by the `getFrame` methods.
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 = 16 // Not necessary anymore, they are not used for libraries.
const val VERSION_NAME = "0.8.0"
const val VERSION_CODE = 17 // Not necessary anymore, they are not used for libraries.
const val VERSION_NAME = "0.8.1"

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

0 comments on commit f47daa9

Please sign in to comment.