From f435f5c048861c148fb1e9b51fd5f54d1ac1ed93 Mon Sep 17 00:00:00 2001 From: Hitesh Kumar Saini Date: Sat, 4 Dec 2021 10:28:37 +0530 Subject: [PATCH] Bump version to 0.1.2 --- CHANGELOG.md | 11 +++++++++++ pubspec.lock | 8 ++++---- pubspec.yaml | 2 +- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4706d5a..3ef0e6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.1.2 + +- Add iOS support (@DiscombobulatedDrag) +- Linux: Use `wcstombs` for `std::wstring` conversion (@alexmercerind). +- Linux: Fix segmentation fault with no album art files (@alexmercerind). +- Windows: Fix media having no tags & embedded album art container causing crash (@alexmercerind). +- Windows: Fix UTF16 tags not being parsed properly (@alexmercerind). +- Windows: Add `file_path` to metadata (@alexmercerind). +- Windows & Linux: Fix FLAC album arts (@alexmercerind). +- Windows & Linux: Use Format `Stream_General` for METADATA_BLOCK_PICTURE detection (@alexmercerind). + ## 0.1.1 - Added Windows support. diff --git a/pubspec.lock b/pubspec.lock index 4ed2c66..4935c14 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -7,7 +7,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.6.1" + version: "2.8.1" boolean_selector: dependency: transitive description: @@ -28,7 +28,7 @@ packages: name: charcode url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.3.1" clock: dependency: transitive description: @@ -73,7 +73,7 @@ packages: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.3.0" + version: "1.7.0" path: dependency: transitive description: @@ -127,7 +127,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.3.0" + version: "0.4.2" typed_data: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 7b228a4..cdbdb95 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_media_metadata description: A Flutter plugin to read metadata of media files. -version: 0.1.1 +version: 0.1.2 homepage: https://github.com/alexmercerind/flutter_media_metadata repository: https://github.com/alexmercerind/flutter_media_metadata documentation: https://github.com/alexmercerind/flutter_media_metadata/blob/master/README.md