mirror of
https://github.com/aclist/dztui.git
synced 2025-04-05 12:03: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."
|
prefix="This window can be scrolled."
|
||||||
echo $prefix
|
echo $prefix
|
||||||
echo ""
|
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(){
|
depcheck(){
|
||||||
|
|
Loading…
Reference in a new issue