v0.6.6

mealie-recipes/mealiev0.6.6Oct 24, 2024by MightyMoud

AI Summary

This version focuses on modernizing the CLI tooling by migrating preview management commands to the 'tea' framework. It introduces a new `preview rm` command while removing the legacy `deploy preview` command. Additionally, it updates encryption handling and refactors shared TUI code.

Key Highlights

  • Migrated preview commands to tea framework
  • Added new `preview rm` command
  • Refactored TUI code for sharing
  • Updated encryption method with sops support

Breaking Changes

  • Deleted `deploy preview` command
  • Changed encryption method

New Features

  • `preview rm` command
  • Shared TUI code
  • Sops integration for secret keys

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