Version 2.0.0
This major release introduces a comprehensive restructure of the codebase along with several new features and improvements, focusing on enhancing usability and security.
✨ Feature:
- General: Implement download summaries button by @sean1832 in #23
- Security: Implement cookie management with AES encryption for security by @sean1832 in #23
- Configuration: Support import & export configuration by @sean1832 in #23
- Summarization: Introduce multi-files summarization support by @sean1832 in #23
- Codebase: Re-structure codebase for improved readability, modularity, and UI simplification by @sean1832 in #23
🐛 Bug Fixes:
♻️ Code Refactoring:
- Initialization: Move
init
method intomain.py
by @sean1832 in #23 - Utilities: Move helpers under
utils
module by @sean1832 in #23
💄 Style:
🔨 Chore:
- Cleanup: Remove unused prompt by @sean1832 in #23
- Scripts: Remove redundant script by @sean1832 in #23
- Messaging: Update messaging by @sean1832 in #23
📝 Documentation:
Warning
This release introduces breaking changes due to significant refactoring and removal of certain features, such as YouTube summarization. Please review the updated documentation to adapt accordingly.