v0.6.6

exo-explore/exov0.6.6Oct 24, 2024by MightyMoud

AI Summary

Migrated preview commands to 'tea' (likely a CLI tool) and refactored the TUI code to be shared, along with updating the encryption method.

Key Highlights

  • Migrated preview command and preview ls command to tea
  • Deleted the deploy preview command
  • Added preview rm command using tea
  • Refactored TUI code to be shared
  • Changed encryption method to use sops

Breaking Changes

  • Deleted deploy preview command

New Features

  • New preview rm command
  • Migrated preview commands to tea
  • New encryption method using sops
  • Shared TUI codebase

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