Releases: sean1832/SumGPT
v2.0.0
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.
v1.0.8
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
🌟 New Features
-
Caption Caching: Added a caching system for captions, which will reduce the need to fetch captions repeatedly, resulting in improved performance. (Commit: 5763634)
-
Retry Attempt for Caption Fetch: In cases where caption fetching fails, the system will now attempt to retry the fetch, providing a more robust solution for users. (Commit: 5763634)
-
Chinese Caption Support: language support include Chinese captions. (Commit: 7b14213)
🐛 Bug Fixes
-
Empty API Key: We've resolved an issue that allowed the application to run with an empty API key. This fix will prevent any unexpected behavior due to missing API keys. (Commit: a0e2621)
-
Configuration Export: Fixed an issue where the configuration export could not find the LEGACY value. This fix ensures that all configurations are properly exported. (Commit: 32a78ce)
-
YouTube Fetch: Fixed a bug that caused failures when fetching captions from YouTube. This fix improves the stability and reliability of our YouTube integration. (Commit: 7b14213)