Skip to content

Commit

Permalink
prepare version 2.09
Browse files Browse the repository at this point in the history
  • Loading branch information
wofr06 committed Oct 3, 2023
1 parent 383f525 commit 8827a38
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
****************************************************************************
# ChangeLog for lesspipe.sh #
****************************************************************************
Version 2.09 Oct 03 2023
- preferred display of csv files is through the program column
- language recognition for bat improved
- correctly recognize the -r or -R option when calling less
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.08
Version: 2.09
Author : Wolfgang Friebel [[email protected]](mailto://[email protected])
License: GPL

Expand Down
2 changes: 1 addition & 1 deletion lesspipe.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# lesspipe.sh, a preprocessor for less
lesspipe_version=2.08
lesspipe_version=2.09
# 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: 2 additions & 0 deletions packaging/lesspipe.spec
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ cd $RPM_BUILD_DIR
%docdir %{prefix}/share/man/man1

%changelog
* Tue Oct 03 2023 2.09-1 - [email protected]
- added zlib support, recognize jsx and tsx, view csv files using column
* Mon Jun 26 2023 2.08-1 - [email protected]
- improved coloring output, support for device tree blob files, bug fixes
* Sun Jan 08 2023 2.07-1 - [email protected]
Expand Down

0 comments on commit 8827a38

Please sign in to comment.