mirror of
https://github.com/aclist/dztui.git
synced 2025-04-04 19:43:00 +02:00
Print entire changelog since we can scroll
This commit is contained in:
parent
10de829874
commit
748ce0a05f
1 changed files with 1 additions and 1 deletions
2
dzgui.sh
2
dzgui.sh
|
@ -23,7 +23,7 @@ changelog(){
|
|||
prefix="This window can be scrolled."
|
||||
echo $prefix
|
||||
echo ""
|
||||
curl -Ls "$md" | awk -v upstream=$upstream -v version=$version '$0 ~ upstream {flag=1}$0 ~ version {flag=0}flag'
|
||||
curl -Ls "$md" | awk '/Unreleased/ {flag=1}flag'
|
||||
}
|
||||
|
||||
depcheck(){
|
||||
|
|
Loading…
Reference in a new issue