"Fossies" - the Fresh Open Source Software Archive 
Member "most-5.2.0/NEWS" (4 Aug 2022, 1034 Bytes) of package /linux/misc/most-5.2.0.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "NEWS":
5.1.0_vs_5.2.0.
1 Only the highlights are lised here. For more detailed changes, see
2 the git logs or the changes.txt file.
3
4 ---------------------------------------------------------------------------
5 NEWS for v5.2.0
6
7 * Better support for files larger than 4 GB
8
9 * Truecolor support on 64 bit systems for terminals that support it.
10 This may involve setting the COLORTERM environment variable to
11 "truecolor". See <https://github.com/termstandard/colors> for a list
12 of terminals that support truecolor.
13
14 ---------------------------------------------------------------------------
15 NEWS for v5.1.0
16
17 This is primarily a maintenance release.
18
19 The most notable update is that regular expression (RE) searches are
20 supported again. In ancient times, most supported RE searches, but
21 was RE support was dropped was dropped when UTF-8 support was added.
22 The default is still to use a non-RE search. The -r command line
23 switch may be used to make the default a RE-based search. Within
24 most, ":r" may be used to toggle the search type between RE and
25 non-RE.