Skip to content

Commit

Permalink
[plugin] Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind committed Aug 5, 2021
1 parent 7682650 commit 9244262
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.1.1

- Fixed setState being called after dispose (#75) (Finally)
- Improved memory management.
- Fixed ton of memory leaks.
- Fixed `Devices::all` & `Media::parse` causing crash on Windows.

## 0.1.0

- Fixed build on Linux.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
```yaml
dependencies:
...
dart_vlc: ^0.0.9
dart_vlc: ^0.1.1
```
**Dart CLI**
```yaml
dependencies:
...
dart_vlc_ffi: ^0.0.1
dart_vlc_ffi: ^0.1.0
```
More on Dart CLI implementation [here](./ffi/README.md).
Expand Down

0 comments on commit 9244262

Please sign in to comment.