From 4ff1866c066409b11ed0823eec2db4003f275cfb Mon Sep 17 00:00:00 2001 From: bfren Date: Sat, 18 Oct 2025 10:22:50 +0100 Subject: [PATCH 1/2] Bumping version to 2.4.6 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 26f8b8b..62e6420 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.5 \ No newline at end of file +2.4.6 \ No newline at end of file From 5b80cc7018e95d41b85154ec8867cf8aae541f47 Mon Sep 17 00:00:00 2001 From: bfren Date: Sat, 18 Oct 2025 10:23:49 +0100 Subject: [PATCH 2/2] Fixing QR config display --- overlay/etc/nu/scripts/bf-wireguard/peers.nu | 1 - 1 file changed, 1 deletion(-) diff --git a/overlay/etc/nu/scripts/bf-wireguard/peers.nu b/overlay/etc/nu/scripts/bf-wireguard/peers.nu index 76c7ef6..c425696 100644 --- a/overlay/etc/nu/scripts/bf-wireguard/peers.nu +++ b/overlay/etc/nu/scripts/bf-wireguard/peers.nu @@ -34,5 +34,4 @@ export def get_qr [ # convert to QR code { ^qrencode -t $encoding $config } | bf handle peers/get_qr - return }