From 1481b490e4eb6aa4793ac3d2c9e1be5cd6a5c928 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 16 Jul 2025 03:05:12 +0200 Subject: [PATCH] Update to version 1.0.0-beta.11 build 200 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ mac/CHANGELOG.md | 28 ++++++++++++++++++++++++++++ mac/VibeTunnel/version.xcconfig | 4 ++-- web/package.json | 2 +- 4 files changed, 59 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b984dab..d5f1adc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [1.0.0-beta.11] - 2025-01-16 + +### 🎨 UI Improvements + +#### **Settings Organization** +- Reorganized Mac settings into logical tabs for better usability +- Cleaner, more intuitive settings interface with grouped related options + +#### **File Browser Polish** +- **FIXED**: File browser no longer constantly refreshes, improving performance +- **FIXED**: File browser now appears correctly above modal backdrops + +### 🚀 Features & Improvements + +#### **Developer Experience** +- Added verbosity control to `vt` command for better debugging capabilities +- Spawn window toggle now only appears when Mac app is connected +- Release process improvements with normalized titles and per-version changelogs + +### 🛡️ Privacy & Permissions +- **FIXED**: Prevented repeated screen recording permission dialogs +- Better handling of system permission requests + +### 🔧 Under the Hood +- **FIXED**: Resolved Tailwind CSS content pattern performance warning +- Improved release process with better changelog generation +- Various documentation improvements including Discord server link + ## [1.0.0-beta.10] - 2025-01-15 ### 🎯 Major Features diff --git a/mac/CHANGELOG.md b/mac/CHANGELOG.md index 1b984dab..d5f1adc3 100644 --- a/mac/CHANGELOG.md +++ b/mac/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [1.0.0-beta.11] - 2025-01-16 + +### 🎨 UI Improvements + +#### **Settings Organization** +- Reorganized Mac settings into logical tabs for better usability +- Cleaner, more intuitive settings interface with grouped related options + +#### **File Browser Polish** +- **FIXED**: File browser no longer constantly refreshes, improving performance +- **FIXED**: File browser now appears correctly above modal backdrops + +### 🚀 Features & Improvements + +#### **Developer Experience** +- Added verbosity control to `vt` command for better debugging capabilities +- Spawn window toggle now only appears when Mac app is connected +- Release process improvements with normalized titles and per-version changelogs + +### 🛡️ Privacy & Permissions +- **FIXED**: Prevented repeated screen recording permission dialogs +- Better handling of system permission requests + +### 🔧 Under the Hood +- **FIXED**: Resolved Tailwind CSS content pattern performance warning +- Improved release process with better changelog generation +- Various documentation improvements including Discord server link + ## [1.0.0-beta.10] - 2025-01-15 ### 🎯 Major Features diff --git a/mac/VibeTunnel/version.xcconfig b/mac/VibeTunnel/version.xcconfig index 76bb1216..302ab797 100644 --- a/mac/VibeTunnel/version.xcconfig +++ b/mac/VibeTunnel/version.xcconfig @@ -1,8 +1,8 @@ // VibeTunnel Version Configuration // This file contains the version and build number for the app -MARKETING_VERSION = 1.0.0-beta.10 -CURRENT_PROJECT_VERSION = 190 +MARKETING_VERSION = 1.0.0-beta.11 +CURRENT_PROJECT_VERSION = 200 // Domain and GitHub configuration APP_DOMAIN = vibetunnel.sh diff --git a/web/package.json b/web/package.json index faa893f6..3d5f1b8f 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "vibetunnel", - "version": "1.0.0-beta.10", + "version": "1.0.0-beta.11", "description": "Terminal sharing server with web interface - supports macOS, Linux, and headless environments", "main": "dist/server/server.js", "bin": {