From c80a3b576bcfa607c04abd1b0855b5cd62f4fbdd Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 27 Jun 2021 19:13:27 +0200 Subject: [PATCH] NEWS: be more specific where to find newly added options --- NEWS.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index ca9ea50fc..79480f77d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -13,13 +13,15 @@ * MKVToolNix GUI: multiplexer: added an option for sorting files & tracks by track types when adding them to multiplex settings. The order is: video first followed by audio, subtitles and other types. Files & tracks can still - be reordered manually later. This option is enabled by default. Implements + be reordered manually later. The option is enabled by default & can be found + in the preferences → "Multiplexer" page → "Adding files" section. Implements #2366. * MKVToolNix GUI: multiplexer: added an option for recognizing file name sequences such as `movie.001.mp4`, `movie.002.mp4`, `movie.003.mp4` when adding multiple files at once. If a sequence is detected, the only first file will be added while the second and following file names will be - appended to the first one. This option is enabled by default. Implements + appended to the first one. The option is enabled by default & can be found + in the preferences → "Multiplexer" page → "Adding files" section. Implements #2866. * MKVToolNix GUI: multiplexer: added small colored boxes for each file & track in order to indicate from which file each track is read. The colors used can