Path to this page:
Subject: CVS commit: pkgsrc/textproc/bat
From: Santhosh Raju
Date: 2020-05-26 12:39:38
Message id: 20200526103938.667D0FB27@cvs.NetBSD.org
Log Message:
textproc/bat: Updates to 0.15.3
Changes since 0.15.1:
v0.15.3
Bugfixes
* Cannot run bat with relative paths, see #1022
* bat mishighlights Users that start with digits in SSH config, see #984
New syntaxes
* SML, see #1005 (@kopecs)
Other
* Some syntaxes and themes have been updated to the latest version
v0.15.2
Warning: this release suffers from #1022. bat will panic when called with a
relative file path.
Bugfixes
* --map-syntax doesn't work with names provided through --file-name (@eth-p)
* Fix syntax detection for files called 'rails', see #1008
* Fix potential errors with syntax detection for symlinked files, see #1001
Other
* Add padding above headers when not using a grid, see #968 and #981 (@pt2121)
* bat now prints an error if an invalid syntax is specified via -l or
--map-syntax, see #1004 (@eth-p)
bat as a library
* PrettyPrinter::vcs_modification_markers has been marked deprecated when
building without the git feature, see #997 and #1020 (@eth-p, @sharkdp)
Packaging
* Compilation problems with onig_sys on various platforms have been resolved
by upgrading to syntect 4.2, which includes a new onig version that allows
to build onig_sys without the bindgen dependency. This removes the need for
libclang(-dev) to be installed to compile bat. Package maintainers might
want to remove clang as a build dependency. See #650 for more details.
Files: