mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-03-25 09:25:50 +00:00
Update to version 1.0.0-beta.11 build 200
This commit is contained in:
parent
ad80b804e1
commit
1481b490e4
4 changed files with 59 additions and 3 deletions
28
CHANGELOG.md
28
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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue