mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
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
This commit is contained in:
parent
7b02733207
commit
34d8048dae
2 changed files with 25 additions and 2 deletions
23
CHANGELOG.md
23
CHANGELOG.md
|
|
@ -2,6 +2,29 @@
|
||||||
|
|
||||||
All notable changes to VibeTunnel will be documented in this file.
|
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
|
## [1.0.0] - 2025-06-16
|
||||||
|
|
||||||
### 🎉 Initial Release
|
### 🎉 Initial Release
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
// VibeTunnel Version Configuration
|
// VibeTunnel Version Configuration
|
||||||
// This file contains the version and build number for the app
|
// This file contains the version and build number for the app
|
||||||
|
|
||||||
MARKETING_VERSION = 0.1
|
MARKETING_VERSION = 1.0
|
||||||
CURRENT_PROJECT_VERSION = 100
|
CURRENT_PROJECT_VERSION = 101
|
||||||
|
|
||||||
// Domain and GitHub configuration
|
// Domain and GitHub configuration
|
||||||
APP_DOMAIN = vibetunnel.sh
|
APP_DOMAIN = vibetunnel.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue