Skip to content

Commit

Permalink
chore: Release 0.1.15 (#88)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and GitHub authored Feb 22, 2024
1 parent aca601c commit c04e6f2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 0.1.15 (2024-02-22)

### Fixes

#### added load_error event (#75)

#### 🐛 memory access out of range on resize (#76)

#### 🐛 on_loop/on_complete events are not triggered when in Reverse/Forward modes (#77)

#### 🐛 reset playback_state,loop_count,start_time on load (#71)

#### 🐛 pass animation data to tvg_picture_load_data as a valid C string (#78)

#### 🐛 themes structure in manifest file (#65)

#### re-init dotlottie manager when loading from animation_data (#85)

#### build workflow fix for missing symbols (#87)

## 0.1.14 (2024-02-20)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion dotlottie-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dotlottie-ffi"
version = "0.1.14"
version = "0.1.15"
edition = "2021"
build = "build.rs"

Expand Down

0 comments on commit c04e6f2

Please sign in to comment.