0.3.0
This is a major release with two notable changes:
- New special
EOF
ranges were introduced to highlight the end of a file. The terminal renderer will show “‹EOF›” and highlight it if a specialEOF
range is used. - The terminal renderer was rewritten (again). Its visual appearance is almost identical to the previous one, except that the “faint” style replaces the gray coloring. Internally, it no longer uses
notty
(thus reducing the dependencies to a minimum), and it now automatically detects the environment variableNO_COLOR
, following the specification at https://no-color.org/.
BREAKING CHANGES
- Range: because of the new special
EOF
ranges,split
is deprecated and will be removed soon; useview
instead
Bug Fixes
- Reporter: backtrace frames no longer inherit locations (#128) (bbd7d0b)
- Tty: drop
notty
and use the "faint" style (#135) (1988a5a) - upgrade the dependency
algaeff
to 2.0.0 (#132) (6e8b9a2)