v0.9.0
Features
-
A new
-A
/--show-all
option has been added to show and highlight non-printable characters (in analogy to GNUcat
s option): -
Added
--pager
option (to configure the pager from the configuration file), see #362 (@majecty) -
Added
BAT_CONFIG_PATH
environment variable to set a non-default path forbat
s configuration file, see #375 (@deg4uss3r) -
Allow for multiple occurences of
--style
to allow for the configuration
of styles from the config file, see #367 (@sindreij) -
Allow for multiple
--line-range
arguments, see #23 -
The
--terminal-width
option can now also accept offsets, see #376
Changes
-
Use of italics is now disabled by default (see #389 for details). They can be
re-enabled by adding--italic-text=always
to your configuration file. -
The default tab-width has been set to 4.
-
Added new "Sublime Snazzy" theme.
-
Shell completions are currently not shipped anymore, see #372 for details.
Bugfixes
Other
-
Added section about the new configuration file in the README (@deg4uss3r)
-
Chinese translation of README (@chinanf-boy)
-
Re-written tests for
--tabs
(@choznerol) -
Speed up integration tests, see #394