NEWS: re-order for easier consumption

This commit is contained in:
Moritz Bunkus 2024-07-13 18:05:58 +02:00
parent 84d3c8933d
commit 7e14ad1250
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85

14
NEWS.md
View File

@ -2,6 +2,13 @@
## New features and enhancements
* mkvmerge: Matroska reader: track statistics tags are included in the JSON
identification output just like other tags had already been included: as
part of the track properties, prefixed with `tag_`. Implements #3714.
* mkvmerge: MPEG TS reader: mkvmerge will now detect teletext subtitle tracks
even if they're not listed in the PMT as long as it can find teletext pages
flagged as subtitles in the header within the probed ranged of the
file. Implements #3650.
* MKVToolNix GUI: multiplexer: the default mode for escaping the arguments in
the "Show command line" dialog can now be set in the preferences. Partially
implements #3709.
@ -17,13 +24,6 @@
for each of the source files instead. Implements #3707.
* MKVToolNix GUI: multiplexer: the option `--regenerate-track-uids` has been
added to the "additional command line options" dialog. See #3703.
* mkvmerge: Matroska reader: track statistics tags are included in the JSON
identification output just like other tags had already been included: as
part of the track properties, prefixed with `tag_`. Implements #3714.
* mkvmerge: MPEG TS reader: mkvmerge will now detect teletext subtitle tracks
even if they're not listed in the PMT as long as it can find teletext pages
flagged as subtitles in the header within the probed ranged of the
file. Implements #3650.
* translations: added a Norwegian Bokmål translation of the man pages by Roger
Knutsen (see `AUTHORS`).