From 748ce0a05fb2818c3b347eec2aee93d103af33f5 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sun, 12 Jun 2022 16:17:23 +0900 Subject: [PATCH] Print entire changelog since we can scroll --- dzgui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dzgui.sh b/dzgui.sh index da5f3da..b6c95ec 100644 --- a/dzgui.sh +++ b/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(){