Skip to content

Commit

Permalink
Version 2.00
Browse files Browse the repository at this point in the history
  • Loading branch information
wofr06 committed Dec 28, 2021
1 parent fc3fc57 commit 572444b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
****************************************************************************
# ChangeLog for lesspipe.sh #
****************************************************************************
Version 2.00 Dec 28 2021
- code cleanup, minor fixes, support pygmentize with 256 color terminals
Version 2.00-beta Dec 22 2021
- much enhanced testsuite, can now select tests based on its number etc.
- added better bsdtar handling from the contributed bsdtar patch (Jim Pryor)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lesspipe.sh, a preprocessor for less

Version: 2.00-beta
Version: 2.00
Author : Wolfgang Friebel [wp.friebel@gmail.com](mailto://wp.friebel@gmail.com)
License: GPL

Expand Down
2 changes: 1 addition & 1 deletion lesspipe.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH LESSPIPE.SH "1" "Nov 2021" "lesspipe.sh" "User Commands"
.TH LESSPIPE.SH "1" "Dec 2021" "lesspipe.sh" "User Commands"
.SH NAME
lesspipe.sh \- a filter for less
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lesspipe.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# lesspipe.sh, a preprocessor for less (version 2.00-beta)
# lesspipe.sh, a preprocessor for less (version 2.00)
# Author: Wolfgang Friebel (wp.friebel AT gmail.com)
#( [[ -n 1 && -n 2 ]] ) > /dev/null 2>&1 || exec zsh -y --ksh-arrays -- "$0" ${1+"$@"}

Expand Down
2 changes: 1 addition & 1 deletion lesspipe.spec
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ cd $RPM_BUILD_DIR
%docdir %{prefix}/share/man/man1

%changelog
* Tue Jul 28 2015 2.00-1 20211228 - wp.friebel@gmail.com
* Tue Dec 28 2021 2.00-1 20211228 - wp.friebel@gmail.com
- heavily rewritten version
* Tue Jul 28 2015 1.83-1 20150728 - Wolfgang.Friebel@desy.de
- new version (see ChangeLog)
Expand Down

0 comments on commit 572444b

Please sign in to comment.