Skip to content

Commit

Permalink
prep for version 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
wofr06 committed May 10, 2024
1 parent 2a2d240 commit 99f9d98
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 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.13 May 10 2024
- added support for appimage and snap files
- respect color scheme setting of vim in vimcolor, add listing of file types
- improve xml (and html) display using the xmq binary
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.12
Version: 2.13
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.12
# synced with lesspipe 2.13
# Author: Wolfgang Friebel (wp.friebel AT gmail.com)

has_cmd () {
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.12
lesspipe_version=2.13
# Author: Wolfgang Friebel (wp.friebel AT gmail.com)

has_cmd () {
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.12
%define packageversion 2.13
%define packagerelease 1

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

%changelog
* Fri May 10 2024 2.13-1 - wp.friebel@gmail.com
- support appimage and snap files
* 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
Expand Down

0 comments on commit 99f9d98

Please sign in to comment.