Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Release of 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Pinheiro committed Oct 24, 2021
1 parent 4646999 commit 6cf222b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
20 changes: 15 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
## [1.3.0] - [10.23.2021]
### Features
- **[Added]** `[getUri]` used to retrive the user selected folder path. - [#10](https://github.com/LucasPJS/on_audio_edit/issues/10)

### Fixes
- **[Fixed]** wrong value returning from String parameters when using any `read` method that require `[AudioModel]`. - [#9](https://github.com/LucasPJS/on_audio_edit/issues/9)

### Documentation
- Updated `README` documentation.

## [1.2.0] - [10.22.2021]
### Features
- **[Added]** option to search inside all folders when using `[editAudio]` on Android 10 or above. - [#5](https://github.com/LucasPJS/on_audio_query/issues/5)
- **[Added]** option to search inside all folders when using `[editAudio]` on Android 10 or above. - [#5](https://github.com/LucasPJS/on_audio_edit/issues/5)
- **[Added]** `ALL` possible tag type.
- **[Added]** `ALL` possible getter to `[AudioModel]`.
- **[Created]** `[ImageModel]`.

### Fixes
- **[Fixed]** no ALBUM tag in TagType. - [#2](https://github.com/LucasPJS/on_audio_query/issues/2)
- **[Fixed]** bug with permission methods. - [#4](https://github.com/LucasPJS/on_audio_query/issues/4)
- **[Fixed]** no ALBUM tag in TagType. - [#2](https://github.com/LucasPJS/on_audio_edit/issues/2)
- **[Fixed]** bug with permission methods. - [#4](https://github.com/LucasPJS/on_audio_edit/issues/4)

### Documentation
- Updated `README` documentation.
Expand All @@ -18,7 +28,7 @@

### ⚠ Important Changes
#### Dart
- Now `[getImage]` a `[ImageModel]`. - [#1](https://github.com/LucasPJS/on_audio_query/issues/1)
- Now `[getImage]` a `[ImageModel]`. - [#1](https://github.com/LucasPJS/on_audio_edit/issues/1)
- Now `[readAudio]`, `[readAllAudio ]` and `[readSpecificsAudioTags]` return type from `Map` to `AudioModel`.

#### @Deprecated
Expand Down Expand Up @@ -129,7 +139,7 @@
-->

<!--
https://github.com/LucasPJS/on_audio_query/issues/
https://github.com/LucasPJS/on_audio_edit/issues/
- **[Added]** (Text)- [#Issue](Link)
- **[Fixed]** (Text)- [#Issue](Link)
- **[Changed]** (Text)- [#Issue](Link)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ NOTE: Feel free to help with readme translations
Add the following code to your `pubspec.yaml`:
```yaml
dependencies:
on_audio_edit: ^1.2.0
on_audio_edit: ^1.3.0
```
#### Request Permission:
Expand Down
2 changes: 1 addition & 1 deletion README.pt-BR.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ NOTE: Fique à vontade para ajudar nas traduções
Adicione o seguinte codigo para seu `pubspec.yaml`:
```yaml
dependencies:
on_audio_edit: ^1.2.0
on_audio_edit: ^1.3.0
```
#### Solicitar Permissões:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: on_audio_edit
description: Flutter Plugin used to edit and read audios/songs infos/tags [Mp3, OggVorbis, Wav, etc...].
version: 1.2.0
version: 1.3.0
homepage: https://github.com/LucasPJS/on_audio_edit
# pub.dev: https://pub.dev/packages/on_audio_query
# ========
Expand Down

0 comments on commit 6cf222b

Please sign in to comment.