Skip to content

Commit 68b0915

Browse files
chore(main): release 1.1.0 (#40)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7dda538 commit 68b0915

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
- ID3v2 : read the lyrics correctly for UTF8-LE
55
- MP4 : reset the reader when we start the parsing
66

7+
## [1.1.0](https://github.com/ClementBeal/audio_metadata_reader/compare/v1.0.0...v1.1.0) (2024-12-07)
8+
9+
10+
### Features
11+
12+
* support album artist ([#39](https://github.com/ClementBeal/audio_metadata_reader/issues/39)) ([97c84cb](https://github.com/ClementBeal/audio_metadata_reader/commit/97c84cb9aede651eb8957e27e84047e467ec4e54))
13+
14+
15+
### Bug Fixes
16+
17+
* ID3v2 wasn't parsing description as UTF-16 ([#42](https://github.com/ClementBeal/audio_metadata_reader/issues/42)) ([78e8c79](https://github.com/ClementBeal/audio_metadata_reader/commit/78e8c79d3240e38c60c5f6d91cec12d4642cdf72))
18+
* parse correctly the null character ([#43](https://github.com/ClementBeal/audio_metadata_reader/issues/43)) ([7dda538](https://github.com/ClementBeal/audio_metadata_reader/commit/7dda538f2caf865153086556db28259923184daf))
19+
720
## 1.0.0 (2024-11-28)
821

922

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: audio_metadata_reader
22
description: A metadata reader for audio files. Support ID3, Vorbis comments and ILST itunes
3-
version: 1.0.0
3+
version: 1.1.0
44
homepage: https://clementbeal.github.io/
55
repository: https://github.com/ClementBeal/audio_metadata_reader
66
issue_tracker: https://github.com/ClementBeal/audio_metadata_reader/issues

0 commit comments

Comments
 (0)