From d3b5122ebb1526c1d24f65d6c94b55ff641e7b91 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Sat, 17 Jun 2023 21:11:23 +0200 Subject: [PATCH] refactor(UI): move version and added changelog link to own row in main menu Signed-off-by: Dominik Willner --- scripts/ui/main_menu.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/ui/main_menu.sh b/scripts/ui/main_menu.sh index a425f18..f272684 100755 --- a/scripts/ui/main_menu.sh +++ b/scripts/ui/main_menu.sh @@ -30,7 +30,9 @@ function main_ui() { echo -e "| | OctoEverywhere: $(print_status "octoeverywhere")|" echo -e "| | Mobileraker: $(print_status "mobileraker")|" echo -e "| | |" - echo -e "| $(print_kiauh_version)| Octoprint: $(print_status "octoprint")|" + echo -e "| | Octoprint: $(print_status "octoprint")|" + hr + echo -e "| $(print_kiauh_version)| Changelog: ${magenta}https://git.io/JnmlX${white} |" quit_footer }