Skip to content

Commit d4a180e

Browse files
committed
v2.3
1 parent 38c59d3 commit d4a180e

5 files changed

Lines changed: 20 additions & 1 deletion

File tree

_includes/files.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
* [TagLib 2.3](/releases/taglib-2.3.tar.gz)
12
* [TagLib 2.2.1](/releases/taglib-2.2.1.tar.gz)
23
* [TagLib 2.2](/releases/taglib-2.2.tar.gz)
34
* [TagLib 2.1.1](/releases/taglib-2.1.1.tar.gz)

_includes/release-2.3.markdown

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
### TagLib 2.3 Release - May 10, 2026
2+
3+
* MP4: Support for chapters (Nero and QuickTime).
4+
* WAV: Support for BEXT and iXML chunks.
5+
* FLAC: Support for BEXT and iXML application blocks.
6+
* Opus: New audio property `outputGain()`.
7+
* Speed up Matroska reading by using seek head for element lookup.
8+
* Speed up Matroska writing by offering multiple write style modes.
9+
* More tolerant handling of files with oversized RIFF chunks, zero size ID3v2
10+
frames and Matroska chapters without edition.
11+
* Avoid wrong content-based detection as MPEG files.
12+
* Fix bitrate calculations for MPEG ADTS and MP4 ESDS.
13+
* Fix data race with multi-threaded use of `MP4::ItemFactory`.
14+
* Fix unbounded recursion in EBML/Matroska `MasterElement` and MP4 atoms.
15+
* Limit number of MP4 atoms at top level.
16+
* Fix writing too many offsets when updating MP4 stco/co64 atoms.
17+
* Fix k bounds in Shorten Rice-Golomb coding.

index.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Please, **for all questions related to TagLib** and / or patches use the
5656
does provide Glib-style C bindings (currently for the generic API
5757
only)
5858

59-
{% include release-2.2.1.markdown %}
59+
{% include release-2.3.markdown %}
6060

6161
[Older Releases](older.html)
6262

older.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Older Releases
44
---
55
# {{ page.title }}
66

7+
{% include release-2.2.1.markdown %}
78
{% include release-2.2.markdown %}
89
{% include release-2.1.1.markdown %}
910
{% include release-2.1.markdown %}

releases/taglib-2.3.tar.gz

1.55 MB
Binary file not shown.

0 commit comments

Comments
 (0)