From 87b328e978df8ef319021c32a34c95d22499311b Mon Sep 17 00:00:00 2001 From: Robert Virkus Date: Tue, 2 Feb 2021 13:30:40 +0100 Subject: [PATCH] release v0.2.0 --- CHANGELOG.md | 5 +++-- README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eada533..a8e1709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -## [0.2.0] - 2021-01-20 +## [0.2.0] - 2021-02-02 * A `MediaProvider` can now also have a description that can be useful when sharing the media to other apps. -* The hero animation now works also for text media +* The hero animation now works also for text media. +* Specify context menu items for `MediaPreviewWidget`s by specifying the `contextMenuEntries` and `onContextMenuSelected` parameters. ## [0.1.0] - 2021-01-19 diff --git a/README.md b/README.md index e948cb5..6b4db28 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Add this dependency your pubspec.yaml file: ``` dependencies: - enough_media: ^0.1.0 + enough_media: ^0.2.0 ``` The latest version or `enough_media` is [![enough_media version](https://img.shields.io/pub/v/enough_media.svg)](https://pub.dartlang.org/packages/enough_media). diff --git a/pubspec.yaml b/pubspec.yaml index f15224c..13bc161 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: enough_media description: Extensible collection of media viewers for preview and interactive experiences. -version: 0.1.0 +version: 0.2.0 homepage: https://github.com/enough-software/enough_media environment: