Skip to content

Commit

Permalink
prep for version 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
wofr06 committed Mar 18, 2024
1 parent f62fd64 commit 6df3188
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
****************************************************************************
# ChangeLog for lesspipe.sh #
****************************************************************************
Version 2.12 Mar 18 2024
- improve completion for file names with special chars
- better output when using xlscat
- respect bat options from LESSCOLORIZER
- propagate lesspipe changes to lesscomplete
- don't use antiword any longer, outdated
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.11
Version: 2.12
Author : Wolfgang Friebel [wp.friebel@gmail.com](mailto://wp.friebel@gmail.com)
License: GPL

Expand Down
2 changes: 1 addition & 1 deletion lesscomplete
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# lesscomplete, a helper script for the _less completion script
# synced with lesspipe 2.11
# synced with lesspipe 2.12
# 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
4 changes: 2 additions & 2 deletions lesspipe.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH LESSPIPE.SH "1" "June 2023" "lesspipe.sh" "User Commands"
.TH LESSPIPE.SH "1" "March 2024" "lesspipe.sh" "User Commands"
.SH NAME
lesspipe.sh \- a filter for less
.SH SYNOPSIS
Expand Down Expand Up @@ -215,7 +215,7 @@ Wolfgang Friebel
.SH "REPORTING BUGS"
Report bugs to <wp.friebel AT gmail DOT com>.
.SH COPYRIGHT
Copyright \(co 2005-2023 Wolfgang Friebel
Copyright \(co 2005-2024 Wolfgang Friebel
.br
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
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.11
lesspipe_version=2.12
# 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
4 changes: 3 additions & 1 deletion packaging/lesspipe.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define packagename lesspipe
%define packageversion 2.11
%define packageversion 2.12
%define packagerelease 1

Name: %{packagename}
Expand Down Expand Up @@ -89,6 +89,8 @@ cd $RPM_BUILD_DIR
%docdir %{prefix}/share/man/man1

%changelog
* Mon Mar 18 2024 2.12-1 - wp.friebel@gmail.com
- improved completion mechanism
* Wed Dec 13 2023 2.11-1 - wp.friebel@gmail.com
- changed output for csv files
* Tue Oct 05 2023 2.10-1 - wp.friebel@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion vimcolor
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This software is copyright (c) 2011 by Randy Stauner.
#
# This software is copyright (c) 2021-2023 by Wolfgang Friebel.
# This software is copyright (c) 2021-2024 by Wolfgang Friebel.
#
# This is free software; you can redistribute it and/or modify it under
# the same terms as the Perl 5 programming language system itself.
Expand Down

0 comments on commit 6df3188

Please sign in to comment.