diff --git a/ChangeLog b/ChangeLog index 659d61a..d858743 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ **************************************************************************** # ChangeLog for lesspipe.sh # **************************************************************************** +Version 2.15 Oct 03 2024 +- improved parsing of bat/batcat options in LESSCOLORIZE - display all certificates in pem files, not only the 1st one - do not exit if called from other programs (man, git, perldoc) - improve option processing in bat diff --git a/README.md b/README.md index d4330fc..98a1870 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # lesspipe.sh, a preprocessor for less -Version: 2.14 +Version: 2.15 Author : Wolfgang Friebel [wp.friebel@gmail.com](mailto://wp.friebel@gmail.com) License: GPL diff --git a/lesspipe.sh b/lesspipe.sh index 80ceb98..775425a 100755 --- a/lesspipe.sh +++ b/lesspipe.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # lesspipe.sh, a preprocessor for less -lesspipe_version=2.14 +lesspipe_version=2.15 # Author: Wolfgang Friebel (wp.friebel AT gmail.com) has_cmd () { diff --git a/packaging/lesspipe.spec b/packaging/lesspipe.spec index 8acc437..01588af 100644 --- a/packaging/lesspipe.spec +++ b/packaging/lesspipe.spec @@ -89,6 +89,8 @@ cd $RPM_BUILD_DIR %docdir %{prefix}/share/man/man1 %changelog +* Thu Oct 03 2024 2.15-1 - wp.friebel@gmail.com +- display all certificates in pem files * Fri Aug 16 2024 2.14-1 - wp.friebel@gmail.com - prefer nvimpager for coloring if installed * Fri May 10 2024 2.13-1 - wp.friebel@gmail.com