v0.6.6
rapidaai/voice-aiv0.6.6Oct 24, 2024by MightyMoud
AI Summary
Migrates CLI commands to the Tea framework and removes the deploy preview command in favor of a new preview rm command. Includes refactoring of TUI code and updates to encryption handling.
Key Highlights
- Migrated preview and preview ls commands to Tea
- Removed deploy preview command
- Added preview rm command
- Refactored TUI code for sharing across components
- Updated encryption method for environment secrets
Breaking Changes
- Removed deploy preview command
New Features
- New preview rm command
- Shared TUI codebase
- Updated encryption handling with sops
Full Release Notes
## Summary * Migrate preview command to tea * Migrate preview ls command to tea * Delete deploy preview command * Add preview rm command using tea ## Changelog * c4cf7db Added prview rm * d797ee1 Change encryption method * d6ce98e Fix preview rm and preview * d28efe5 Handle new env secretKey with sops * ee8d984 Refactor TUI code to be shared