chore: bump version to 1.0.0 and rename script file

https://claude.ai/code/session_01M3tiofbGfmTddeMcXr8nXr
This commit is contained in:
Claude
2026-04-21 00:59:09 +00:00
parent 4b7ab7c0be
commit 145320998e
@@ -1,9 +1,9 @@
#!/bin/bash #!/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 # - Silent upgrade: no user input required, extracts files from script
# - Import now allows selecting backup by number instead of typing path # - Import now allows selecting backup by number instead of typing path
# - Improved power button handler with better Electron process detection # - Improved power button handler with better Electron process detection
@@ -55,7 +55,7 @@ set -euo pipefail
### SECTION 1: CONSTANTS & GLOBALS ### SECTION 1: CONSTANTS & GLOBALS
################################################################################ ################################################################################
SCRIPT_VERSION="0.9.9.1" SCRIPT_VERSION="1.0.0"
KIOSK_USER="kiosk" KIOSK_USER="kiosk"
BUILD_USER="${SUDO_USER:-$(whoami)}" BUILD_USER="${SUDO_USER:-$(whoami)}"
KIOSK_HOME="/home/${KIOSK_USER}" KIOSK_HOME="/home/${KIOSK_USER}"
@@ -4044,7 +4044,7 @@ process.on('uncaughtException',(e)=>{
}); });
const CONFIG_FILE=path.join(__dirname,'config.json'); 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 mainWindow,views=[],hiddenViews=[],tabs=[],currentIndex=0,showingHidden=false;
let pinWindow=null,promptWindow=null,pauseWindow=null,htmlKeyboardWindow=null; let pinWindow=null,promptWindow=null,pauseWindow=null,htmlKeyboardWindow=null;