From c8bb1eb24045109160e2e965de86d7be2e17af6a Mon Sep 17 00:00:00 2001 From: "Dr. Florian Steiner" <75360256+ProduktEntdecker@users.noreply.github.com> Date: Thu, 1 Jan 2026 01:40:36 +0100 Subject: [PATCH] chore: bump version to 1.4.0 (TOU-39) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update version numbers in: - Info.plist - build-app.sh - create-dmg.sh Changelog (v1.4.0): Added: - Real-time progress UI showing each process being restarted - Per-process success/failure indicators - Admin privilege request when TouchBarServer can't be restarted - "Restart Computer" option as fallback Fixed: - False "Success" message when TouchBarServer wasn't actually restarted - Silent failures for root-owned processes Changed: - Redesigned restart flow with Nielsen Heuristics principles - Improved error messaging with actionable guidance 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- App/Resources/Info.plist | 2 +- App/build-app.sh | 2 +- App/create-dmg.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/App/Resources/Info.plist b/App/Resources/Info.plist index 2f2b6cc..f0ff1de 100644 --- a/App/Resources/Info.plist +++ b/App/Resources/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.3.0 + 1.4.0 CFBundleVersion 5 LSApplicationCategoryType diff --git a/App/build-app.sh b/App/build-app.sh index f717d2e..77ee199 100755 --- a/App/build-app.sh +++ b/App/build-app.sh @@ -10,7 +10,7 @@ echo "🔨 Building TouchBarFix App Bundle..." # Configuration APP_NAME="TouchBarFix" BUNDLE_ID="com.produktentdecker.touchbarfix" -VERSION="1.3.0" +VERSION="1.4.0" BUILD_DIR=".build" RELEASE_DIR="Release" diff --git a/App/create-dmg.sh b/App/create-dmg.sh index 119d939..3c92145 100755 --- a/App/create-dmg.sh +++ b/App/create-dmg.sh @@ -4,7 +4,7 @@ set -e APP_NAME="TouchBarFix" -DMG_NAME="TouchBarFix-1.3.0" +DMG_NAME="TouchBarFix-1.4.0" RELEASE_DIR="Release" APP_BUNDLE="$RELEASE_DIR/$APP_NAME.app" @@ -35,7 +35,7 @@ ln -s /Applications "$DMG_DIR/Applications" # Create README file cat > "$DMG_DIR/README.txt" << EOF -TouchBarFix v1.3.0 +TouchBarFix v1.4.0 ========================== Installation: