From 145320998e1af0ace15035d6d535aeab85026c92 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 21 Apr 2026 00:59:09 +0000 Subject: [PATCH] chore: bump version to 1.0.0 and rename script file https://claude.ai/code/session_01M3tiofbGfmTddeMcXr8nXr --- ...ased-kiosk-v0.9.9.1.sh => ubuntu-based-kiosk-v1.0.0.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename ubuntu-based-kiosk-v0.9.9.1.sh => ubuntu-based-kiosk-v1.0.0.sh (99%) diff --git a/ubuntu-based-kiosk-v0.9.9.1.sh b/ubuntu-based-kiosk-v1.0.0.sh similarity index 99% rename from ubuntu-based-kiosk-v0.9.9.1.sh rename to ubuntu-based-kiosk-v1.0.0.sh index 91a7631..1f5b60c 100644 --- a/ubuntu-based-kiosk-v0.9.9.1.sh +++ b/ubuntu-based-kiosk-v1.0.0.sh @@ -1,9 +1,9 @@ #!/bin/bash ################################################################################ -### Ubuntu Based Kiosk v0.9.9.1 ### +### Ubuntu Based Kiosk v1.0.0 ### ################################################################################ # -# RELEASE v0.9.9.1 - Silent Upgrade & Power Button Fixes +# RELEASE v1.0.0 - Silent Upgrade & Power Button Fixes # - Silent upgrade: no user input required, extracts files from script # - Import now allows selecting backup by number instead of typing path # - Improved power button handler with better Electron process detection @@ -55,7 +55,7 @@ set -euo pipefail ### SECTION 1: CONSTANTS & GLOBALS ################################################################################ -SCRIPT_VERSION="0.9.9.1" +SCRIPT_VERSION="1.0.0" KIOSK_USER="kiosk" BUILD_USER="${SUDO_USER:-$(whoami)}" KIOSK_HOME="/home/${KIOSK_USER}" @@ -4044,7 +4044,7 @@ process.on('uncaughtException',(e)=>{ }); const CONFIG_FILE=path.join(__dirname,'config.json'); -const VERSION='0.9.9.1'; +const VERSION='1.0.0'; let mainWindow,views=[],hiddenViews=[],tabs=[],currentIndex=0,showingHidden=false; let pinWindow=null,promptWindow=null,pauseWindow=null,htmlKeyboardWindow=null;