docs: update README and add changelog

This commit is contained in:
Jordan Wages 2025-06-21 18:52:00 -05:00
commit 6b00e4d665
2 changed files with 19 additions and 1 deletions

14
CHANGELOG.md Normal file
View file

@ -0,0 +1,14 @@
# Changelog
## 1.2 - 2025-06-21
### Added
- Custom logging framework with colorized output. Debug mode can be toggled from the Options page.
- Advanced AI parameters (max tokens, temperature, etc.) are configurable in the Options page.
- Hash-based persistent caching to reuse classification results across Thunderbird restarts.
- Multiple icon sizes for better integration.
- Custom system prompt field for specifying additional instructions for the AI service.
### Fixed
- Improved logger import to avoid security errors.
- Logging now reports only updated cache entries.