Skip to content

Commit f435f5c

Browse files
committed
Bump version to 0.1.2
1 parent 91b54ba commit f435f5c

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.1.2
2+
3+
- Add iOS support (@DiscombobulatedDrag)
4+
- Linux: Use `wcstombs` for `std::wstring` conversion (@alexmercerind).
5+
- Linux: Fix segmentation fault with no album art files (@alexmercerind).
6+
- Windows: Fix media having no tags & embedded album art container causing crash (@alexmercerind).
7+
- Windows: Fix UTF16 tags not being parsed properly (@alexmercerind).
8+
- Windows: Add `file_path` to metadata (@alexmercerind).
9+
- Windows & Linux: Fix FLAC album arts (@alexmercerind).
10+
- Windows & Linux: Use Format `Stream_General` for METADATA_BLOCK_PICTURE detection (@alexmercerind).
11+
112
## 0.1.1
213

314
- Added Windows support.

pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.6.1"
10+
version: "2.8.1"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -28,7 +28,7 @@ packages:
2828
name: charcode
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.2.0"
31+
version: "1.3.1"
3232
clock:
3333
dependency: transitive
3434
description:
@@ -73,7 +73,7 @@ packages:
7373
name: meta
7474
url: "https://pub.dartlang.org"
7575
source: hosted
76-
version: "1.3.0"
76+
version: "1.7.0"
7777
path:
7878
dependency: transitive
7979
description:
@@ -127,7 +127,7 @@ packages:
127127
name: test_api
128128
url: "https://pub.dartlang.org"
129129
source: hosted
130-
version: "0.3.0"
130+
version: "0.4.2"
131131
typed_data:
132132
dependency: transitive
133133
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_media_metadata
22
description: A Flutter plugin to read metadata of media files.
3-
version: 0.1.1
3+
version: 0.1.2
44
homepage: https://github.com/alexmercerind/flutter_media_metadata
55
repository: https://github.com/alexmercerind/flutter_media_metadata
66
documentation: https://github.com/alexmercerind/flutter_media_metadata/blob/master/README.md

0 commit comments

Comments
 (0)