Skip to content

Commit 9244262

Browse files
committed
[plugin] Updated changelog
1 parent 7682650 commit 9244262

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.1.1
2+
3+
- Fixed setState being called after dispose (#75) (Finally)
4+
- Improved memory management.
5+
- Fixed ton of memory leaks.
6+
- Fixed `Devices::all` & `Media::parse` causing crash on Windows.
7+
18
## 0.1.0
29

310
- Fixed build on Linux.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
```yaml
1414
dependencies:
1515
...
16-
dart_vlc: ^0.0.9
16+
dart_vlc: ^0.1.1
1717
```
1818
1919
**Dart CLI**
2020
2121
```yaml
2222
dependencies:
2323
...
24-
dart_vlc_ffi: ^0.0.1
24+
dart_vlc_ffi: ^0.1.0
2525
```
2626
2727
More on Dart CLI implementation [here](./ffi/README.md).

0 commit comments

Comments
 (0)