From 7e44ab33ac02b822ac5193ce7f4fcd043382c3c8 Mon Sep 17 00:00:00 2001 From: Nathan Willson Date: Fri, 28 Nov 2025 21:13:16 +0900 Subject: [PATCH] feat: show link to changelog in update confirm window (#3651) * Update version * feat: show link to changelog in update confirm window * Link to scrollable changelog You may be updating more than one version at the time. --------- Co-authored-by: Ryan Hughes Co-authored-by: David Heinemeier Hansson --- bin/omarchy-update-confirm | 3 ++- version | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/omarchy-update-confirm b/bin/omarchy-update-confirm index a5e87d4b..51f736e3 100755 --- a/bin/omarchy-update-confirm +++ b/bin/omarchy-update-confirm @@ -4,7 +4,8 @@ gum style --border normal --border-foreground 6 --padding "1 2" \ "Ready to update Omarchy?" \ "" \ "• You cannot stop the update once you start!" \ - "• Make sure you're connected to power or have a full battery" + "• Make sure you're connected to power or have a full battery" \ + "• Changes: https://github.com/basecamp/omarchy/releases" if ! gum confirm "Continue with update?"; then echo "Update cancelled" diff --git a/version b/version index 8c68cc60..e4604e3a 100644 --- a/version +++ b/version @@ -1 +1 @@ -3.2.1-beta +3.2.1