From 34d8048dae678c6870f3ce2c06bf2f2dbcdeb44c Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 17 Jun 2025 02:19:52 +0200 Subject: [PATCH] Prepare for 1.0.0-beta.1 release - Update version to 1.0 and build number to 101 - Add changelog entry for first public beta --- CHANGELOG.md | 23 +++++++++++++++++++++++ VibeTunnel/version.xcconfig | 4 ++-- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dbb3ec7..c39d3389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ All notable changes to VibeTunnel will be documented in this file. +## [1.0.0-beta.1] - 2025-06-17 + +### 🎉 First Public Beta Release + +This is the first public beta release of VibeTunnel, ready for testing by early adopters. + +### ✨ What's New Since Internal Testing +- Improved stability and performance +- Enhanced error handling for edge cases +- Refined UI/UX based on internal feedback +- Better session cleanup and resource management +- Optimized for macOS Sonoma and Sequoia + +### 🐛 Known Issues +- Occasional connection drops with certain terminal applications +- Performance optimization needed for very long sessions +- Some terminal escape sequences may not render perfectly + +### 📝 Notes +- This is a beta release - please report any issues on GitHub +- Auto-update functionality is fully enabled +- All core features are stable and ready for daily use + ## [1.0.0] - 2025-06-16 ### 🎉 Initial Release diff --git a/VibeTunnel/version.xcconfig b/VibeTunnel/version.xcconfig index d38b208d..dd089430 100644 --- a/VibeTunnel/version.xcconfig +++ b/VibeTunnel/version.xcconfig @@ -1,8 +1,8 @@ // VibeTunnel Version Configuration // This file contains the version and build number for the app -MARKETING_VERSION = 0.1 -CURRENT_PROJECT_VERSION = 100 +MARKETING_VERSION = 1.0 +CURRENT_PROJECT_VERSION = 101 // Domain and GitHub configuration APP_DOMAIN = vibetunnel.sh