Skip to content

Commit 9e6d26a

Browse files
chore(main): release 1.4.0 (#72)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d78ae23 commit 9e6d26a

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.4.0](https://github.com/ClementBeal/audio_metadata_reader/compare/v1.3.1...v1.4.0) (2025-04-20)
8+
9+
10+
### Features
11+
12+
* add toString method to all metadata classes ([#71](https://github.com/ClementBeal/audio_metadata_reader/issues/71)) ([6d9a9e8](https://github.com/ClementBeal/audio_metadata_reader/commit/6d9a9e8792fcd9a8a51598975e589da33468947f))
13+
14+
15+
### Bug Fixes
16+
17+
* **MP4:** use the mdhv version for the duration calculation ([#73](https://github.com/ClementBeal/audio_metadata_reader/issues/73)) ([d78ae23](https://github.com/ClementBeal/audio_metadata_reader/commit/d78ae233e621d8c2d833054e24d9dccaeadec8fd))
18+
* write CD and genres for MP3 ([#70](https://github.com/ClementBeal/audio_metadata_reader/issues/70)) ([1d7c01c](https://github.com/ClementBeal/audio_metadata_reader/commit/1d7c01c47904a68d1330bde7848810713983de05))
19+
720
## [1.3.1](https://github.com/ClementBeal/audio_metadata_reader/compare/v1.3.0...v1.3.1) (2025-04-20)
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.3.1
3+
version: 1.4.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)