Skip to content

v0.7.0

Compare
Choose a tag to compare
@watzon watzon released this 09 Dec 05:53
· 11 commits to main since this release

What's New in v0.7.0

example

Features

  • Added new color schemes and themes including 'garden', 'glacier', 'neonoir', 'obsidian', and 'parchment'
  • Introduced redaction feature to automatically mask sensitive information in code snippets
  • Added support for custom themes with embedded XML files
  • Added support for light mode and improved dark mode handling
  • Implemented configuration management using Viper with YAML support
  • Added Args field to Config struct for better command-line argument support
  • Added template-based prompt customization

Improvements

  • Updated default syntax highlight theme from 'seti' to 'ayu-dark'
  • Improved color formatting with timestamps and decorative elements
  • Refactored prompt template to use Go template syntax
  • Enhanced terminal output autosizing and font rendering
  • Improved font handling and terminal renderer

Bug Fixes

  • Fixed font name references to use JetBrainsMonoNerdFont
  • Improved color handling and defaults in formatter
  • Fixed background and line number color defaults
  • Fixed terminal output autosizing issues
  • Fixed input language detection logic

Other Changes

  • Removed sensitive files and enhanced security measures
  • Updated documentation and examples
  • Improved code organization and maintainability