mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-09 11:55:53 +00:00
## Summary - Initial SwiftUI macOS app structure with menubar and settings - Complete release automation scripts adapted from VibeMeter - Sparkle framework integration for automatic updates (stable/pre-release channels) - Launch at login functionality - Single instance detection - About window with version info and links ## Features Added - Settings window with General and Advanced tabs - Update channel switching (stable/pre-release) - Launch at login toggle - Debug mode and server port configuration - Interactive About window with app info - Single app instance enforcement ## Infrastructure - Complete release automation (build, sign, notarize, DMG, GitHub release) - Version 0.1 (build 100) - Bundle ID: com.amantus.vibetunnel - Domain: vibetunnel.sh - GitHub: https://github.com/amantus-ai/vibetunnel ## Next Steps - Add Sparkle framework dependency - Generate EdDSA keys for update signing - Set up appcast hosting on vibetunnel.sh
8 lines
No EOL
227 B
Text
8 lines
No EOL
227 B
Text
# GitHub Configuration for VibeTunnel
|
|
# This file contains configuration values for the release scripts
|
|
|
|
# GitHub username/organization for the repository
|
|
GITHUB_USERNAME="amantus-ai"
|
|
|
|
# Repository name
|
|
GITHUB_REPO="vibetunnel" |